Uses of Class
org.spockframework.runtime.model.TextRegion
-
Packages that use TextRegion Package Description org.spockframework.runtime.model -
-
Uses of TextRegion in org.spockframework.runtime.model
Fields in org.spockframework.runtime.model declared as TextRegion Modifier and Type Field Description static TextRegion
TextRegion. NOT_AVAILABLE
Methods in org.spockframework.runtime.model that return TextRegion 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)
Constructors in org.spockframework.runtime.model with parameters of type TextRegion 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)
-