|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.transform.AbstractASTTransformation
public abstract class AbstractASTTransformation extends Object
Method Summary | |
---|---|
protected void
|
addError(String msg, ASTNode expr)
|
protected void
|
checkIncludeExclude(AnnotationNode node, List excludes, List includes, String typeName)
|
protected void
|
checkNotInterface(ClassNode cNode, String annotationName)
|
protected List
|
getMemberList(AnnotationNode anno, String name)
|
protected String
|
getMemberStringValue(AnnotationNode node, String name)
|
protected Object
|
getMemberValue(AnnotationNode node, String name)
|
protected boolean
|
hasAnnotation(ClassNode cNode, ClassNode annotation)
|
protected void
|
init(ASTNode[] nodes, SourceUnit sourceUnit)
|
protected boolean
|
memberHasValue(AnnotationNode node, String name, Object value)
|
static ClassNode
|
nonGeneric(ClassNode type)
|
static boolean
|
shouldSkip(String name, List excludes, List includes)
|
protected List
|
tokenize(String rawExcludes)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
protected void addError(String msg, ASTNode expr)
protected void checkIncludeExclude(AnnotationNode node, List excludes, List includes, String typeName)
protected void checkNotInterface(ClassNode cNode, String annotationName)
protected List getMemberList(AnnotationNode anno, String name)
protected String getMemberStringValue(AnnotationNode node, String name)
protected Object getMemberValue(AnnotationNode node, String name)
protected boolean hasAnnotation(ClassNode cNode, ClassNode annotation)
protected void init(ASTNode[] nodes, SourceUnit sourceUnit)
protected boolean memberHasValue(AnnotationNode node, String name, Object value)
public static ClassNode nonGeneric(ClassNode type)
public static boolean shouldSkip(String name, List excludes, List includes)
protected List tokenize(String rawExcludes)
Copyright © 2003-2013 The Codehaus. All rights reserved.