Uses of Class
org.spockframework.runtime.model.TextRegion

Packages that use TextRegion
org.spockframework.runtime.model   
 

Uses of TextRegion in org.spockframework.runtime.model
 

Fields in org.spockframework.runtime.model declared as TextRegion
static TextRegion TextRegion.NOT_AVAILABLE
           
 

Methods in org.spockframework.runtime.model that return TextRegion
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
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 © 2013. All rights reserved