Uses of Class
org.spockframework.compiler.StatementReplacingVisitorSupport
-
Packages that use StatementReplacingVisitorSupport Package Description org.spockframework.compiler -
-
Uses of StatementReplacingVisitorSupport in org.spockframework.compiler
Subclasses of StatementReplacingVisitorSupport in org.spockframework.compiler Modifier and Type Class Description class
AbstractDeepBlockRewriter
class
DeepBlockRewriter
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.
-