Uses of Class
org.spockframework.compiler.StatementReplacingVisitorSupport

Packages that use StatementReplacingVisitorSupport
org.spockframework.compiler   
 

Uses of StatementReplacingVisitorSupport in org.spockframework.compiler
 

Subclasses of StatementReplacingVisitorSupport in org.spockframework.compiler
 class DeepStatementRewriter
          Walks the statement and expression tree to: - rewrite explicit conditions, - rewrite interactions, - rewrite core language primitives (members of class Specification) - Forbid Also records whether conditions and interactions were found.
 class ExpressionReplacingVisitorSupport
          Groovy AST visitor that allows to replace both statements and expressions.
 



Copyright © 2013. All rights reserved