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