Groovy 1.8.4

org.codehaus.groovy.transform
[Java] Class AbstractASTTransformation

java.lang.Object
  org.codehaus.groovy.transform.AbstractASTTransformation
All Implemented Interfaces:
ASTTransformation, org.objectweb.asm.Opcodes

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

addError

protected void addError(String msg, ASTNode expr)


checkNotInterface

protected void checkNotInterface(ClassNode cNode, String annotationName)


getMemberValue

protected Object getMemberValue(AnnotationNode node, String name)


hasAnnotation

protected boolean hasAnnotation(ClassNode cNode, ClassNode annotation)


init

protected void init(ASTNode[] nodes, SourceUnit sourceUnit)


memberHasValue

protected boolean memberHasValue(AnnotationNode node, String name, Object value)


tokenize

protected List tokenize(String rawExcludes)


 

Copyright © 2003-2011 The Codehaus. All rights reserved.