Package | Description |
---|---|
org.spockframework.runtime.model |
Modifier and Type | Field and Description |
---|---|
static TextRegion |
TextRegion.NOT_AVAILABLE |
Modifier and Type | Method and Description |
---|---|
static TextRegion |
TextRegion.create(TextPosition start,
TextPosition end) |
TextRegion |
ExpressionInfo.getRegion() |
static TextRegion |
TextRegion.of(org.codehaus.groovy.ast.ASTNode node) |
TextRegion |
TextRegion.shiftVertically(int numLines) |
Constructor and Description |
---|
ExpressionInfo(TextRegion region,
TextPosition anchor,
java.lang.String operation,
ExpressionInfo... children) |
ExpressionInfo(TextRegion region,
TextPosition anchor,
java.lang.String operation,
java.util.List<ExpressionInfo> children) |
Copyright © 2015. All rights reserved