Uses of Class
koala.dynamicjava.tree.Annotation

Packages that use Annotation
koala.dynamicjava.parser.impl   
koala.dynamicjava.tree   
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
 

Uses of Annotation in koala.dynamicjava.parser.impl
 

Methods in koala.dynamicjava.parser.impl that return Annotation
 Annotation Parser.annotation()
           
 

Uses of Annotation in koala.dynamicjava.tree
 

Methods in koala.dynamicjava.tree that return types with arguments of type Annotation
 java.util.List<Annotation> ModifierSet.getAnnotations()
           
 

Methods in koala.dynamicjava.tree with parameters of type Annotation
static ModifierSet ModifierSet.make(Annotation ann, Annotation... anns)
           
static ModifierSet ModifierSet.make(Annotation ann, Annotation... anns)
           
 

Constructor parameters in koala.dynamicjava.tree with type arguments of type Annotation
ModifierSet(java.util.Set<ModifierSet.Modifier> flgs, java.util.List<Annotation> annots)
           
ModifierSet(java.util.Set<ModifierSet.Modifier> flgs, java.util.List<Annotation> annots, SourceInfo si)
           
 

Uses of Annotation in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type Annotation
 java.lang.Void DepthFirstVisitor.visit(Annotation node)
           
 T AbstractVisitor.visit(Annotation node)
           
 T Visitor.visit(Annotation node)