Uses of Class
org.spockframework.compiler.AbstractSpecVisitor
-
Packages that use AbstractSpecVisitor Package Description org.spockframework.compiler -
-
Uses of AbstractSpecVisitor in org.spockframework.compiler
Subclasses of AbstractSpecVisitor in org.spockframework.compiler Modifier and Type Class Description class
SpecAnnotator
Puts all spec information required at runtime into annotations attached to class members.class
SpecRewriter
A Spec visitor responsible for most of the rewriting of a Spec's AST.
-