Abstract superclass for AstVisitor classes dealing with class/type names, e.g. classes, interfaces and abstract classes.
Type | Name and description |
---|---|
protected boolean |
shouldVisit(org.codehaus.groovy.ast.ClassNode classNode) @return true only if this visitor should be applied to (visit) the specified ClassNode. |
void |
visitClassEx(org.codehaus.groovy.ast.ClassNode classNode) |