Package | Description |
---|---|
org.spockframework.runtime.model |
Modifier and Type | Field | Description |
---|---|---|
static TextRegion |
TextRegion.NOT_AVAILABLE |
Modifier and Type | Method | 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 | Description |
---|---|
ExpressionInfo(TextRegion region,
TextPosition anchor,
java.lang.String operation,
java.util.List<ExpressionInfo> children) |
|
ExpressionInfo(TextRegion region,
TextPosition anchor,
java.lang.String operation,
ExpressionInfo... children) |
Copyright © 2018. All rights reserved