|
Groovy 1.6.4 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.ast.CodeVisitorSupport
org.codehaus.groovy.ast.ClassCodeVisitorSupport
groovy.grape.GrabAnnotationTransformation
@GroovyASTTransformation(phase=CompilePhase.CONVERSION) class GrabAnnotationTransformation extends ClassCodeVisitorSupport
Created by IntelliJ IDEA. User: Danno Date: Jan 18, 2008 Time: 9:48:57 PM
| Field Summary | |
|---|---|
boolean |
allowShortGrab
|
boolean |
allowShortGrapes
|
Set |
grabAliases
|
List |
grabAnnotations
|
Set |
grapesAliases
|
List |
grapesAnnotations
|
SourceUnit |
sourceUnit
|
| Constructor Summary | |
GrabAnnotationTransformation()
|
|
| Method Summary | |
|---|---|
SourceUnit
|
getSourceUnit()
|
void
|
visit(ASTNode[] nodes, SourceUnit source)
|
void
|
visitAnnotations(AnnotatedNode node)
Adds the annotation to the internal target list if a match is found |
protected void
|
visitConstructorOrMethod(MethodNode node, boolean isConstructor)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Field Detail |
|---|
boolean allowShortGrab
boolean allowShortGrapes
Set grabAliases
List grabAnnotations
Set grapesAliases
List grapesAnnotations
SourceUnit sourceUnit
| Constructor Detail |
|---|
GrabAnnotationTransformation()
| Method Detail |
|---|
public SourceUnit getSourceUnit()
public void visit(ASTNode[] nodes, SourceUnit source)
public void visitAnnotations(AnnotatedNode node)
protected void visitConstructorOrMethod(MethodNode node, boolean isConstructor)
Copyright © 2003-2009 The Codehaus. All rights reserved.