|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.ast.CodeVisitorSupport
org.codehaus.groovy.ast.ClassCodeVisitorSupport
org.codehaus.groovy.control.AnnotationConstantsVisitor
public class AnnotationConstantsVisitor extends ClassCodeVisitorSupport
Visitor to resolve constants in annotation definitions.
Method Summary | |
---|---|
protected SourceUnit
|
getSourceUnit()
|
void
|
visitClass(ClassNode node, SourceUnit source)
|
protected void
|
visitConstructorOrMethod(MethodNode node, boolean isConstructor)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Method Detail |
---|
protected SourceUnit getSourceUnit()
public void visitClass(ClassNode node, SourceUnit source)
@java.lang.Override protected void visitConstructorOrMethod(MethodNode node, boolean isConstructor)
Groovy Documentation