|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointcutType | |
---|---|
org.codehaus.aspectwerkz.expression |
Uses of PointcutType in org.codehaus.aspectwerkz.expression |
---|
Fields in org.codehaus.aspectwerkz.expression declared as PointcutType | |
---|---|
static PointcutType |
PointcutType.CALL
|
static PointcutType |
PointcutType.EXECUTION
|
static PointcutType |
PointcutType.GET
|
static PointcutType |
PointcutType.HANDLER
|
static PointcutType |
PointcutType.SET
|
static PointcutType |
PointcutType.STATIC_INITIALIZATION
|
static PointcutType |
PointcutType.WITHIN
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |