JBoss AOP Parent POM 2.2.2.GA

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

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

Uses of ASTCFlowExpression in org.jboss.aop
 

Methods in org.jboss.aop with parameters of type ASTCFlowExpression
 void AspectAnnotationLoaderStrategySupport.deployAspectMethodBinding(AspectAnnotationLoader loader, AdviceType internalAdviceType, String aspectDefName, String methodName, String bindingName, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 void AspectAnnotationLoaderStrategy.deployAspectMethodBinding(AspectAnnotationLoader loader, AdviceType internalAdviceType, String aspectDefName, String methodName, String bindingName, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 void AspectManagerAnnotationLoaderStrategy.deployAspectMethodBinding(AspectAnnotationLoader loader, AdviceType internalAdviceType, String aspectDefName, String methodName, String bindingName, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 void AspectAnnotationLoaderStrategySupport.deployInterceptorBinding(AspectAnnotationLoader loader, String name, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 void AspectAnnotationLoaderStrategy.deployInterceptorBinding(AspectAnnotationLoader loader, String name, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 void AspectManagerAnnotationLoaderStrategy.deployInterceptorBinding(AspectAnnotationLoader loader, String name, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 

Uses of ASTCFlowExpression in org.jboss.aop.advice
 

Fields in org.jboss.aop.advice declared as ASTCFlowExpression
protected  ASTCFlowExpression AdviceBinding.cflow
          A control flow restriction (in its AST form).
 

Methods in org.jboss.aop.advice that return ASTCFlowExpression
 ASTCFlowExpression AdviceBinding.getCFlow()
          Returns the cflow condition in the form an AST parser.
 ASTCFlowExpression GeneratedAdvisorInterceptor.getCflowExpression()
           
 

Constructors in org.jboss.aop.advice with parameters of type ASTCFlowExpression
AdviceBinding(String name, Pointcut p, ASTCFlowExpression cflow, String cflowString, InterceptorFactory[] factories)
          Constructor to be used internally.
CFlowInterceptor(String cflowString, ASTCFlowExpression expr, Interceptor[] chain)
           
GeneratedAdvisorInterceptor(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 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 PointcutParserTester.visit(ASTCFlowExpression node, Object data)
           
 Object PointcutExpressionParserVisitor.visit(ASTCFlowExpression node, Object data)
           
 


JBoss AOP Parent POM 2.2.2.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.