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

Packages that use AnnotatedNode
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.control Compiler control classes. 
 

Uses of AnnotatedNode in org.codehaus.groovy.ast
 

Subclasses of AnnotatedNode in org.codehaus.groovy.ast
 class ClassNode
          Represents a class in the AST.
A ClassNode should be created using the methods in ClassHelper.
 class ConstructorNode
          Represents a constructor declaration
 class FieldNode
          Represents a field (member variable)
 class ImportNode
          Represents an import statement of a single class author Jochen Theodorou
 class InnerClassNode
          Represents an inner class declaration
 class MethodNode
          Represents a method declaration
 class MixinNode
          Represents a mixin which can be applied to any ClassNode to implement mixins
 class Parameter
          Represents a parameter on a constructor or method call.
 class PropertyNode
          Represents a property (member variable, a getter and setter)
 

Methods in org.codehaus.groovy.ast with parameters of type AnnotatedNode
 void ClassCodeVisitorSupport.visitAnnotations(AnnotatedNode node)
           
 void ClassCodeExpressionTransformer.visitAnnotations(AnnotatedNode node)
           
 

Uses of AnnotatedNode in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type AnnotatedNode
private  org.objectweb.asm.AnnotationVisitor AsmClassGenerator.getAnnotationVisitor(AnnotatedNode targetNode, AnnotationNode an, java.lang.Object visitor)
           
 void DummyClassGenerator.visitAnnotations(AnnotatedNode node)
           
 void AsmClassGenerator.visitAnnotations(AnnotatedNode node)
          Note: ignore it.
protected  void ExtendedVerifier.visitAnnotations(AnnotatedNode node, int target)
           
private  void AsmClassGenerator.visitAnnotations(AnnotatedNode targetNode, java.lang.Object visitor)
           
 

Uses of AnnotatedNode in org.codehaus.groovy.control
 

Methods in org.codehaus.groovy.control with parameters of type AnnotatedNode
 void ResolveVisitor.visitAnnotations(AnnotatedNode node)
           
 



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