Uses of Class
xtc.tree.Annotation

Packages that use Annotation
xtc.tree   
 

Uses of Annotation in xtc.tree
 

Subclasses of Annotation in xtc.tree
 class Comment
          A source code comment.
 class Formatting
          An annotation capturing source code formatting.
 class LineMarker
          A line marker (as used by GCC).
 class Pragma
          A pragma.
 class SourceIdentity
          A source identity marker.
 

Methods in xtc.tree that return Annotation
 Annotation Annotation.innerMost()
          Return the inner-most annotation.
 Annotation Annotation.toAnnotation()
           
 Annotation Node.toAnnotation()
          Get this node as an annotation.
 Annotation ParseTreeStripper.visit(Annotation n)
          Visit the specified annotation.
 Annotation Relocator.visit(Annotation a)
          Process the specified annotation.
 

Methods in xtc.tree with parameters of type Annotation
 Annotation ParseTreeStripper.visit(Annotation n)
          Visit the specified annotation.
 Annotation Relocator.visit(Annotation a)
          Process the specified annotation.
 java.lang.Object Visitor.visit(Annotation a)
          Visit the specified annotation.
 



Copyright © 2012. All Rights Reserved.