| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.transform.AbstractASTTransformation
public abstract class AbstractASTTransformation extends Object
| Method Summary | |
|---|---|
            protected void
         | 
        
            addError(String msg, ASTNode expr)
             | 
        
            protected void
         | 
        
            checkNotInterface(ClassNode cNode, String annotationName)
             | 
        
            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)
             | 
        
            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 checkNotInterface(ClassNode cNode, String annotationName)
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)
protected List tokenize(String rawExcludes)
Copyright © 2003-2011 The Codehaus. All rights reserved.