Uses of Class
org.spockframework.compiler.AstNodeCache
-
Packages that use AstNodeCache Package Description org.spockframework.compiler -
-
Uses of AstNodeCache in org.spockframework.compiler
Methods in org.spockframework.compiler that return AstNodeCache Modifier and Type Method Description AstNodeCache
IRewriteResources. getAstNodeCache()
AstNodeCache
SpecRewriter. getAstNodeCache()
Constructors in org.spockframework.compiler with parameters of type AstNodeCache Constructor Description SpecAnnotator(AstNodeCache nodeCache)
SpecRewriter(AstNodeCache nodeCache, SourceLookup lookup, ErrorReporter errorReporter)
-