Package | Description |
---|---|
org.jboss.aop.advice | |
org.jboss.aop.pointcut | |
org.jboss.aop.pointcut.ast |
Modifier and Type | Method and Description |
---|---|
void |
AdviceBinding.setCFlowExpression(String cflow)
Defines a control-flow restriction to this binding.
|
void |
AdviceBinding.setPointcutExpression(String pointcutExpression)
Defines the pointcut expression to be used by this binding.
|
Constructor and Description |
---|
AdviceBinding(String name,
Pointcut p,
ASTCFlowExpression cflow,
String cflowString,
InterceptorFactory[] factories)
Constructor to be used internally.
|
AdviceBinding(String pointcutExpression,
String cflow)
This constructor is used for creation of advice bindings programmatically on
dynamic AOP operations.
|
AdviceBinding(String name,
String pointcutExpression,
String cflow)
This constructor is used for creation of advice bindings programmatically on
dynamic AOP operations.
|
Constructor and Description |
---|
DeclareDef(String name,
String expr,
boolean warning,
String msg) |
JoinPointMatcher(String expr) |
PointcutExpression(String name,
String expr) |
TypedefExpression(String name,
String expr) |
Modifier and Type | Method and Description |
---|---|
ParseException |
TypeExpressionParser.generateParseException() |
ParseException |
PointcutExpressionParser.generateParseException() |
Modifier and Type | Method and Description |
---|---|
void |
PointcutExpressionParser.All() |
void |
TypeExpressionParser.AllParams() |
void |
PointcutExpressionParser.AllParams() |
void |
TypeExpressionParser.And() |
void |
PointcutExpressionParser.And() |
void |
PointcutExpressionParser.AndCFlow() |
void |
TypeExpressionParser.Attribute() |
void |
PointcutExpressionParser.Attribute() |
void |
TypeExpressionParser.BooleanExpression() |
void |
PointcutExpressionParser.BooleanExpression() |
void |
PointcutExpressionParser.Call() |
void |
PointcutExpressionParser.CFlow() |
void |
PointcutExpressionParser.CFlowBoolean() |
ASTCFlowExpression |
PointcutExpressionParser.CFlowExpression() |
void |
TypeExpressionParser.Class() |
void |
PointcutExpressionParser.CompositeCFlow() |
void |
TypeExpressionParser.CompositeExpression() |
void |
PointcutExpressionParser.CompositeExpression() |
void |
TypeExpressionParser.Concrete() |
void |
PointcutExpressionParser.Concrete() |
void |
TypeExpressionParser.ConcreteExpression() |
void |
PointcutExpressionParser.ConcreteExpression() |
void |
PointcutExpressionParser.Construction() |
void |
TypeExpressionParser.Constructor() |
void |
PointcutExpressionParser.Constructor() |
void |
TypeExpressionParser.ConstructorAttribute() |
void |
PointcutExpressionParser.ConstructorAttribute() |
void |
TypeExpressionParser.ConstructorWrapper() |
void |
TypeExpressionParser.Exception() |
void |
PointcutExpressionParser.Exception() |
ASTExecution |
PointcutExpressionParser.execution() |
void |
PointcutExpressionParser.Execution() |
void |
TypeExpressionParser.Expression() |
void |
PointcutExpressionParser.Expression() |
void |
TypeExpressionParser.Field() |
void |
PointcutExpressionParser.Field() |
void |
TypeExpressionParser.FieldAttribute() |
void |
PointcutExpressionParser.FieldAttribute() |
void |
PointcutExpressionParser.FieldExecution() |
void |
TypeExpressionParser.FieldWrapper() |
void |
PointcutExpressionParser.Get() |
void |
TypeExpressionParser.Has() |
void |
PointcutExpressionParser.Has() |
void |
TypeExpressionParser.HasField() |
void |
PointcutExpressionParser.HasField() |
void |
TypeExpressionParser.Method() |
void |
PointcutExpressionParser.Method() |
void |
TypeExpressionParser.MethodWrapper() |
void |
TypeExpressionParser.Not() |
void |
PointcutExpressionParser.Not() |
void |
PointcutExpressionParser.NotCFlow() |
void |
TypeExpressionParser.Or() |
void |
PointcutExpressionParser.Or() |
void |
PointcutExpressionParser.OrCFlow() |
void |
TypeExpressionParser.Parameter() |
void |
PointcutExpressionParser.Parameter() |
void |
TypeExpressionParser.Parameters() |
void |
PointcutExpressionParser.Parameters() |
void |
PointcutExpressionParser.Pointcut() |
void |
PointcutExpressionParser.Set() |
ASTStart |
TypeExpressionParser.Start() |
ASTStart |
PointcutExpressionParser.Start() |
void |
PointcutExpressionParser.SubCFlow() |
void |
TypeExpressionParser.SubExpression() |
void |
PointcutExpressionParser.SubExpression() |
void |
TypeExpressionParser.Throws() |
void |
PointcutExpressionParser.Throws() |
void |
PointcutExpressionParser.Within() |
void |
PointcutExpressionParser.Withincode() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.