|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.ast.CodeVisitorSupport org.codehaus.groovy.ast.ClassCodeVisitorSupport org.codehaus.groovy.transform.ASTTestTransformation.LabelFinder
static class ASTTestTransformation.LabelFinder extends ClassCodeVisitorSupport
Constructor Summary | |
ASTTestTransformation.LabelFinder(java.lang.String label, SourceUnit unit)
|
Method Summary | |
---|---|
protected SourceUnit
|
getSourceUnit()
|
java.util.List
|
getTargets()
|
static java.util.List
|
lookup(MethodNode node, java.lang.String label)
|
static java.util.List
|
lookup(ClassNode node, java.lang.String label)
|
protected void
|
visitStatement(Statement statement)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Constructor Detail |
---|
ASTTestTransformation.LabelFinder(java.lang.String label, SourceUnit unit)
Method Detail |
---|
@Override protected SourceUnit getSourceUnit()
java.util.List getTargets()
static java.util.List lookup(MethodNode node, java.lang.String label)
static java.util.List lookup(ClassNode node, java.lang.String label)
@Override protected void visitStatement(Statement statement)
Groovy Documentation