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   
 

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 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)
           
 

Uses of AnnotatedNode in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type AnnotatedNode
 void AsmClassGenerator.visitAnnotations(AnnotatedNode node)
           
 void DummyClassGenerator.visitAnnotations(AnnotatedNode node)
           
 

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 © 2003-2007 The Codehaus. All Rights Reserved.