Uses of Class
org.spockframework.runtime.model.TextRegion
Packages that use TextRegion
-
Uses of TextRegion in org.spockframework.runtime.model
Fields in org.spockframework.runtime.model declared as TextRegionMethods in org.spockframework.runtime.model that return TextRegionModifier and TypeMethodDescriptionstatic TextRegionTextRegion.create(TextPosition start, TextPosition end) ExpressionInfo.getRegion()static TextRegionTextRegion.of(org.codehaus.groovy.ast.ASTNode node) TextRegion.shiftVertically(int numLines) Constructors in org.spockframework.runtime.model with parameters of type TextRegionModifierConstructorDescriptionExpressionInfo(TextRegion region, TextPosition anchor, String operation, List<ExpressionInfo> children) ExpressionInfo(TextRegion region, TextPosition anchor, String operation, ExpressionInfo... children)