|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointcutType | |
org.codehaus.aspectwerkz | |
org.codehaus.aspectwerkz.expression | |
org.codehaus.aspectwerkz.joinpoint.management |
Uses of PointcutType in org.codehaus.aspectwerkz |
Methods in org.codehaus.aspectwerkz with parameters of type PointcutType | |
void |
AspectSystem.enteringControlFlow(PointcutType pointcutType,
MethodInfo methodInfo,
ClassInfo withinInfo)
Registers entering of a control flow join point. |
void |
AspectSystem.exitingControlFlow(PointcutType pointcutType,
MethodInfo methodInfo,
ClassInfo withinInfo)
Registers exiting from a control flow join point. |
Uses of PointcutType in org.codehaus.aspectwerkz.expression |
Fields in org.codehaus.aspectwerkz.expression declared as PointcutType | |
static PointcutType |
PointcutType.EXECUTION
|
static PointcutType |
PointcutType.CALL
|
static PointcutType |
PointcutType.SET
|
static PointcutType |
PointcutType.GET
|
static PointcutType |
PointcutType.HANDLER
|
static PointcutType |
PointcutType.WITHIN
|
static PointcutType |
PointcutType.STATIC_INITIALIZATION
|
Methods in org.codehaus.aspectwerkz.expression that return PointcutType | |
PointcutType |
ExpressionContext.getPointcutType()
|
Constructors in org.codehaus.aspectwerkz.expression with parameters of type PointcutType | |
ExpressionContext(PointcutType pointcutType,
ReflectionInfo reflectionInfo,
ReflectionInfo withinReflectionInfo)
Creates a new expression context. |
Uses of PointcutType in org.codehaus.aspectwerkz.joinpoint.management |
Fields in org.codehaus.aspectwerkz.joinpoint.management declared as PointcutType | |
protected PointcutType |
JoinPointBase.m_pointcutType
|
Methods in org.codehaus.aspectwerkz.joinpoint.management that return PointcutType | |
static PointcutType |
JoinPointBase.getPointcutType(int type)
Sets the join point type to a string representation. |
Methods in org.codehaus.aspectwerkz.joinpoint.management with parameters of type PointcutType | |
static JoinPoint |
JitCompiler.compileJoinPoint(int joinPointHash,
int joinPointType,
PointcutType pointcutType,
AdviceIndexInfo[] advice,
Class declaringClass,
Class targetClass,
AspectSystem system,
Object thisInstance,
Object targetInstance,
int hotswapCount)
Compiles a join point class on the fly that invokes the advice chain and the target join point statically. |
static JoinPointMetaData |
JoinPointMetaData.getJoinPointMetaData(PointcutType type,
AspectSystem system,
ReflectionInfo reflectInfo,
ReflectionInfo withinInfo)
Retrieves the join point metadata. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |