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()
           
 ASTCFlowExpression InterceptorFactoryWrapper.getCflowExpression()
           
 

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)
           
InterceptorFactoryWrapper(InterceptorFactory factory, GeneratedClassAdvisor advisor, Joinpoint joinpoint, String cflowString, ASTCFlowExpression cflowExpr)
           
 

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 SoftClassMatcher.visit(ASTCFlowExpression node, Object data)
           
 Object CFlowMatcher.visit(ASTCFlowExpression node, Object data)
           
 Object PointcutStats.visit(ASTCFlowExpression node, Object data)
           
 Object MatcherHelper.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 PointcutParserTester.visit(ASTCFlowExpression node, Object data)
           
 Object PointcutExpressionParserVisitor.visit(ASTCFlowExpression node, Object data)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.