Package org.codehaus.aspectwerkz.expression.ast

Interface Summary
ExpressionParserConstants  
ExpressionParserTreeConstants  
ExpressionParserVisitor  
Node  
 

Class Summary
ASTAnd  
ASTArgParameter  
ASTArgs  
ASTAttribute  
ASTCall  
ASTCflow  
ASTCflowBelow  
ASTClassPattern  
ASTConstructorPattern  
ASTExecution  
ASTExpression  
ASTFieldPattern  
ASTGet  
ASTHandler  
ASTHasField  
ASTHasMethod  
ASTMethodPattern  
ASTModifier  
ASTNot  
ASTOr  
ASTParameter  
ASTPointcutReference  
ASTRoot  
ASTSet  
ASTStaticInitialization  
ASTWithin  
ASTWithinCode  
ExpressionParser Usage: ExpressionParser parser = new ExpressionParser(System.in); // can be only one ASTRoot root = parser.parse("call(@RequiresNew public * foo.Bar.
ExpressionParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 



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