Interface | Description |
---|---|
DynamicCFlow |
Dynamic cflow allows you to programmatically check to see if
you want to execute a given advice binding.
|
Pointcut |
Comment
|
Typedef |
Class | Description |
---|---|
AdvisorMatcherStrategy |
Strategy to allow for different handling for the pointcut matchers for different types of advisor
This one uses the "default" strategy, used for normal advisors
|
AnnotationMatcher |
Takes a Javassist object and sees if the expression
pertains to that Javassist object (CtMethod, CtField, CtClass, CtConstructor)
|
CallMatcher |
Comment
|
CFlow |
Comment
|
CFlowMatcher |
Comment
|
CFlowStack |
Comment
|
ConstructionMatcher |
Comment
|
ConstructorCallMatcher |
Comment
|
ConstructorMatcher |
Comment
|
DeclareDef | |
DeclareTypeMatcher |
Same as TypeMatcher apart from that hasfield() and has() only check for existence
of field/method/constructor on the class itself, and do not check the superclass.
|
ExecutionConstructorMatcher |
Comment
|
ExecutionMethodMatcher |
Comment
|
FieldGetMatcher |
Comment
|
FieldMatcher |
Comment
|
FieldSetMatcher |
Comment
|
JoinPointMatcher |
Allows you to match an Invocation to a given joinpoint.
|
MatcherHelper |
Comment
|
MatcherStrategy |
Strategy to allow for different handling for the pointcut matchers for different types of advisor
|
MethodCallMatcher |
Comment
|
MethodMatcher |
Comment
|
NewExprMatcher |
Comment
|
PointcutExpression |
Comment
|
PointcutInfo |
Contains information about a pointcut.
|
PointcutMethodMatch | |
PointcutStats |
Comment
|
ProxyMatcherStrategy |
Strategy to allow for different handling for the pointcut matchers for different types of advisor
This one uses the "default" strategy, used for proxy advisors.
|
SoftClassMatcher |
Comment
|
TypedefExpression | |
TypeMatcher |
Comment
|
Util |
Comment
|
WithinMatcher |
Comment
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.