Package org.jboss.aop.pointcut

Interface Summary
DynamicCFlow Dynamic cflow allows you to programmatically check to see if you want to execute a given advice binding.
Pointcut Comment
Typedef  
 

Class Summary
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
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
MethodCallMatcher Comment
MethodMatcher Comment
NewExprMatcher Comment
PointcutExpression Comment
PointcutInfo Contains information about a pointcut.
PointcutStats Comment
SoftClassMatcher Comment
TypedefExpression  
TypeMatcher Comment
Util Comment
WithinMatcher Comment
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.