|
Groovy 2.2.0 | |||||||
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(String label, SourceUnit unit)
|
Method Summary | |
---|---|
protected SourceUnit
|
getSourceUnit()
|
List
|
getTargets()
|
static List
|
lookup(MethodNode node, String label)
|
static List
|
lookup(ClassNode node, String label)
|
protected void
|
visitStatement(Statement statement)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
ASTTestTransformation.LabelFinder(String label, SourceUnit unit)
Method Detail |
---|
@Override protected SourceUnit getSourceUnit()
List getTargets()
static List lookup(MethodNode node, String label)
static List lookup(ClassNode node, String label)
@Override protected void visitStatement(Statement statement)
Copyright © 2003-2013 The Codehaus. All rights reserved.