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 classAbstractDeepBlockRewriterclassDeepBlockRewriterWalks 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.classExpressionReplacingVisitorSupportGroovy AST visitor that allows to replace both statements and expressions.
-