Uses of Class
org.codehaus.aspectwerkz.annotation.expression.ast.ASTRoot

Packages that use ASTRoot
org.codehaus.aspectwerkz.annotation.expression   
org.codehaus.aspectwerkz.annotation.expression.ast   
 

Uses of ASTRoot in org.codehaus.aspectwerkz.annotation.expression
 

Fields in org.codehaus.aspectwerkz.annotation.expression declared as ASTRoot
protected  ASTRoot AnnotationVisitor.m_root
           
 

Methods in org.codehaus.aspectwerkz.annotation.expression with parameters of type ASTRoot
static void AnnotationVisitor.parse(TypedAnnotationProxy annotation, ASTRoot root)
           
 Object AnnotationVisitor.visit(ASTRoot node, Object data)
           
static void DumpVisitor.dumpAST(ASTRoot root)
           
 Object DumpVisitor.visit(ASTRoot node, Object data)
           
 

Constructors in org.codehaus.aspectwerkz.annotation.expression with parameters of type ASTRoot
AnnotationVisitor(ASTRoot root, TypedAnnotationProxy annotationProxy)
          Creates a new visitor.
 

Uses of ASTRoot in org.codehaus.aspectwerkz.annotation.expression.ast
 

Methods in org.codehaus.aspectwerkz.annotation.expression.ast that return ASTRoot
 ASTRoot AnnotationParser.parse(String annotation)
           
 ASTRoot AnnotationParser.parse(Reader reader)
           
static ASTRoot AnnotationParser.Root()
          Entry point.
 

Methods in org.codehaus.aspectwerkz.annotation.expression.ast with parameters of type ASTRoot
 Object AnnotationParserVisitor.visit(ASTRoot node, Object data)
           
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.