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 TextRegionTextRegion. NOT_AVAILABLEMethods in org.spockframework.runtime.model that return TextRegion Modifier and Type Method Description static TextRegionTextRegion. create(TextPosition start, TextPosition end)TextRegionExpressionInfo. getRegion()static TextRegionTextRegion. of(org.codehaus.groovy.ast.ASTNode node)TextRegionTextRegion. 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)
-