Interface for Groovy AST Visitors
Type Params | Return Type | Name and description |
---|---|---|
|
void |
setSourceCode(SourceCode sourceCode) Set the SourceCode associated with this visitor |
Methods inherited from class | Name |
---|---|
interface org.codehaus.groovy.ast.GroovyClassVisitor |
org.codehaus.groovy.ast.GroovyClassVisitor#visitMethod(org.codehaus.groovy.ast.MethodNode), org.codehaus.groovy.ast.GroovyClassVisitor#visitField(org.codehaus.groovy.ast.FieldNode), org.codehaus.groovy.ast.GroovyClassVisitor#visitProperty(org.codehaus.groovy.ast.PropertyNode), org.codehaus.groovy.ast.GroovyClassVisitor#visitConstructor(org.codehaus.groovy.ast.ConstructorNode), org.codehaus.groovy.ast.GroovyClassVisitor#visitClass(org.codehaus.groovy.ast.ClassNode) |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Set the SourceCode associated with this visitor
sourceCode
- - the SourceCode