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

Packages that use AnnotationNode
groovy.beans   
groovy.grape   
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. 
org.codehaus.groovy.transform   
org.codehaus.groovy.vmplugin JVM version specific classes. 
org.codehaus.groovy.vmplugin.v4 Java 1.4 specific classes. 
org.codehaus.groovy.vmplugin.v5 Java 5 specific classes. 
 

Uses of AnnotationNode in groovy.beans
 

Methods in groovy.beans with parameters of type AnnotationNode
private  void VetoableASTTransformation.addListenerToClass(SourceUnit source, AnnotationNode node, ClassNode classNode)
           
private  void BindableASTTransformation.addListenerToClass(SourceUnit source, AnnotationNode node, ClassNode classNode)
           
private  void VetoableASTTransformation.addListenerToProperty(SourceUnit source, AnnotationNode node, AnnotatedNode parent)
           
private  void BindableASTTransformation.addListenerToProperty(SourceUnit source, AnnotationNode node, ClassNode declaringClass, FieldNode field)
           
private  void VetoableASTTransformation.createListenerSetter(SourceUnit source, AnnotationNode node, boolean bindable, ClassNode declaringClass, PropertyNode propertyNode)
           
private  void BindableASTTransformation.createListenerSetter(SourceUnit source, AnnotationNode node, ClassNode classNode, PropertyNode propertyNode)
           
 

Uses of AnnotationNode in groovy.grape
 

Fields in groovy.grape with type parameters of type AnnotationNode
(package private)  java.util.List<AnnotationNode> GrabAnnotationTransformation.grabAnnotations
           
(package private)  java.util.List<AnnotationNode> GrabAnnotationTransformation.grapesAnnotations
           
 

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 with parameters of type AnnotationNode
 void AnnotatedNode.addAnnotation(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  boolean AnnotationVisitor.checkIfMandatoryAnnotationValuesPassed(AnnotationNode node)
           
private  org.objectweb.asm.AnnotationVisitor AsmClassGenerator.getAnnotationVisitor(AnnotatedNode targetNode, AnnotationNode an, java.lang.Object visitor)
           
private  ClassNode AnnotationVisitor.getAttributeType(AnnotationNode node, java.lang.String attrName)
           
 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)
           
 

Uses of AnnotationNode in org.codehaus.groovy.transform
 

Methods in org.codehaus.groovy.transform with parameters of type AnnotationNode
private  ClassNode CategoryASTTransformation.getTargetClass(SourceUnit source, AnnotationNode annotation)
           
 

Uses of AnnotationNode in org.codehaus.groovy.vmplugin
 

Methods in org.codehaus.groovy.vmplugin with parameters of type AnnotationNode
 void VMPlugin.configureAnnotation(AnnotationNode an)
           
 

Uses of AnnotationNode in org.codehaus.groovy.vmplugin.v4
 

Methods in org.codehaus.groovy.vmplugin.v4 with parameters of type AnnotationNode
 void Java4.configureAnnotation(AnnotationNode an)
           
 

Uses of AnnotationNode in org.codehaus.groovy.vmplugin.v5
 

Methods in org.codehaus.groovy.vmplugin.v5 with parameters of type AnnotationNode
 void Java5.configureAnnotation(AnnotationNode node)
           
private  void Java5.configureAnnotation(AnnotationNode node, java.lang.annotation.Annotation annotation)
           
private  void Java5.configureAnnotationFromDefinition(AnnotationNode definition, AnnotationNode root)
           
private  void Java5.setRetentionPolicy(java.lang.annotation.RetentionPolicy value, AnnotationNode node)
           
 



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