Uses of Class
org.codehaus.aspectwerkz.expression.ast.ASTOr

Packages that use ASTOr
org.codehaus.aspectwerkz.cflow   
org.codehaus.aspectwerkz.expression   
org.codehaus.aspectwerkz.expression.ast   
org.codehaus.aspectwerkz.transform.inlining.compiler   
 

Uses of ASTOr in org.codehaus.aspectwerkz.cflow
 

Methods in org.codehaus.aspectwerkz.cflow with parameters of type ASTOr
 Object CflowAspectExpressionVisitor.visit(ASTOr node, Object data)
           
 

Uses of ASTOr in org.codehaus.aspectwerkz.expression
 

Methods in org.codehaus.aspectwerkz.expression with parameters of type ASTOr
 Object DumpVisitor.visit(ASTOr node, Object data)
           
 Object ExpressionValidateVisitor.visit(ASTOr node, Object data)
           
 Object ExpressionVisitor.visit(ASTOr node, Object data)
           
 

Uses of ASTOr in org.codehaus.aspectwerkz.expression.ast
 

Methods in org.codehaus.aspectwerkz.expression.ast with parameters of type ASTOr
 Object ExpressionParserVisitor.visit(ASTOr node, Object data)
           
 

Uses of ASTOr in org.codehaus.aspectwerkz.transform.inlining.compiler
 

Methods in org.codehaus.aspectwerkz.transform.inlining.compiler with parameters of type ASTOr
 Object RuntimeCheckVisitor.visit(ASTOr node, Object data)
          Handles OR expression
 



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