Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.advice | |
org.jboss.aop.pointcut | |
org.jboss.aop.pointcut.ast |
Modifier and Type | Method and Description |
---|---|
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.deployAspectMethodBinding(AspectAnnotationLoader loader,
AdviceType internalAdviceType,
String aspectDefName,
String methodName,
String bindingName,
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) |
void |
AspectAnnotationLoaderStrategySupport.deployInterceptorBinding(AspectAnnotationLoader loader,
String name,
String pointcutString,
String cflow,
ASTCFlowExpression cflowExpression) |
Modifier and Type | Field and Description |
---|---|
protected ASTCFlowExpression |
AdviceBinding.cflow
A control flow restriction (in its AST form).
|
Modifier and Type | Method and Description |
---|---|
ASTCFlowExpression |
AdviceBinding.getCFlow()
Returns the cflow condition in the form an
AST parser. |
ASTCFlowExpression |
GeneratedAdvisorInterceptor.getCflowExpression() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
CFlowMatcher.matches(ASTCFlowExpression expr,
Invocation invocation) |
Object |
PointcutStats.visit(ASTCFlowExpression node,
Object data) |
Object |
CFlowMatcher.visit(ASTCFlowExpression node,
Object data) |
Object |
SoftClassMatcher.visit(ASTCFlowExpression node,
Object data) |
Object |
MatcherHelper.visit(ASTCFlowExpression node,
Object data) |
Modifier and Type | Method and Description |
---|---|
ASTCFlowExpression |
PointcutExpressionParser.CFlowExpression() |
Modifier and Type | Method and Description |
---|---|
Object |
PointcutParserTester.visit(ASTCFlowExpression node,
Object data) |
Object |
PointcutExpressionParserVisitor.visit(ASTCFlowExpression node,
Object data) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.