Uses of Class
org.codehaus.groovy.ast.AnnotationNode

Packages that use AnnotationNode
org.codehaus.groovy.antlr Parser related classes. 
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.ast.expr AST nodes for Groovy expressions 
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
 

Uses of AnnotationNode in org.codehaus.groovy.antlr
 

Methods in org.codehaus.groovy.antlr that return AnnotationNode
protected  AnnotationNode AntlrParserPlugin.annotation(antlr.collections.AST annotationNode)
           
 

Uses of AnnotationNode in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast that return AnnotationNode
 AnnotationNode AnnotatedNode.getAnnotations(java.lang.String name)
           
 

Methods in org.codehaus.groovy.ast with parameters of type AnnotationNode
 void AnnotatedNode.addAnnotation(java.lang.String name, AnnotationNode value)
           
 

Uses of AnnotationNode in org.codehaus.groovy.ast.expr
 

Constructors in org.codehaus.groovy.ast.expr with parameters of type AnnotationNode
AnnotationConstantExpression(AnnotationNode node)
           
 

Uses of AnnotationNode in org.codehaus.groovy.classgen
 

Fields in org.codehaus.groovy.classgen declared as AnnotationNode
private  AnnotationNode AnnotationVisitor.annotation
           
 

Methods in org.codehaus.groovy.classgen that return AnnotationNode
 AnnotationNode AnnotationVisitor.visit(AnnotationNode node)
           
private  AnnotationNode ExtendedVerifier.visitAnnotation(AnnotationNode node)
          Resolve metadata and details of the annotation.
 

Methods in org.codehaus.groovy.classgen with parameters of type AnnotationNode
private  org.objectweb.asm.AnnotationVisitor AsmClassGenerator.getAnnotationVisitor(AnnotatedNode targetNode, AnnotationNode an, java.lang.Object visitor)
           
private  boolean AnnotationVisitor.isValidAnnotationClass(AnnotationNode node)
           
 AnnotationNode AnnotationVisitor.visit(AnnotationNode node)
           
private  AnnotationNode ExtendedVerifier.visitAnnotation(AnnotationNode node)
          Resolve metadata and details of the annotation.
private  void AsmClassGenerator.visitAnnotationAttributes(AnnotationNode an, org.objectweb.asm.AnnotationVisitor av)
          Generate the annotation attributes.
private  void AsmClassGenerator.visitArrayAttributes(AnnotationNode an, java.util.Map arrayAttr, org.objectweb.asm.AnnotationVisitor av)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.