Uses of Class
org.jboss.aop.pointcut.ast.ASTCFlowExpression

Packages that use ASTCFlowExpression
org.jboss.aop.advice   
org.jboss.aop.pointcut   
org.jboss.aop.pointcut.ast   
 

Uses of ASTCFlowExpression in org.jboss.aop.advice
 

Fields in org.jboss.aop.advice declared as ASTCFlowExpression
protected  ASTCFlowExpression AdviceBinding.cflow
           
 

Methods in org.jboss.aop.advice that return ASTCFlowExpression
 ASTCFlowExpression AdviceBinding.getCFlow()
           
 

Constructors in org.jboss.aop.advice with parameters of type ASTCFlowExpression
AdviceBinding(String name, Pointcut p, ASTCFlowExpression cflow, String cflowString, InterceptorFactory[] factories)
           
CFlowInterceptor(String cflowString, ASTCFlowExpression expr, Interceptor[] chain)
           
 

Uses of ASTCFlowExpression in org.jboss.aop.pointcut
 

Methods in org.jboss.aop.pointcut with parameters of type ASTCFlowExpression
 boolean CFlowMatcher.matches(ASTCFlowExpression expr, Invocation invocation)
           
 Object CFlowMatcher.visit(ASTCFlowExpression node, Object data)
           
 Object MatcherHelper.visit(ASTCFlowExpression node, Object data)
           
 Object SoftClassMatcher.visit(ASTCFlowExpression node, Object data)
           
 Object PointcutStats.visit(ASTCFlowExpression node, Object data)
           
 

Uses of ASTCFlowExpression in org.jboss.aop.pointcut.ast
 

Methods in org.jboss.aop.pointcut.ast that return ASTCFlowExpression
 ASTCFlowExpression PointcutExpressionParser.CFlowExpression()
           
 

Methods in org.jboss.aop.pointcut.ast with parameters of type ASTCFlowExpression
 Object PointcutExpressionParserVisitor.visit(ASTCFlowExpression node, Object data)
           
 Object PointcutParserTester.visit(ASTCFlowExpression node, Object data)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.