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
 

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

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

Methods in org.codehaus.aspectwerkz.annotation.expression.ast that return ASTRoot
 ASTRoot AnnotationParser.parse(Reader reader)
           
 ASTRoot AnnotationParser.parse(String annotation)
           
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-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.