Uses of Class
org.spockframework.compiler.StatementReplacingVisitorSupport
Packages that use StatementReplacingVisitorSupport
-
Uses of StatementReplacingVisitorSupport in org.spockframework.compiler
Subclasses of StatementReplacingVisitorSupport in org.spockframework.compilerModifier and TypeClassDescriptionclass
class
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
Groovy AST visitor that allows to replace both statements and expressions.