|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinpointClassification | |
---|---|
org.jboss.aop.instrument |
Uses of JoinpointClassification in org.jboss.aop.instrument |
---|
Fields in org.jboss.aop.instrument declared as JoinpointClassification | |
---|---|
static JoinpointClassification |
JoinpointClassification.DYNAMICALY_WRAPPED
Indicates that the joinpoint must be wrapped inside a code block for interception due only to dynamic bindings. |
static JoinpointClassification |
JoinpointClassification.NOT_INSTRUMENTED
Indicates that the joinpoint mustn't be instrumented. |
static JoinpointClassification |
JoinpointClassification.PREPARED
Indicates that the joinpoint must be prepared for runtime wrapping. |
static JoinpointClassification |
JoinpointClassification.WRAPPED
Indicates that the joinpoint must be wrapped inside a code block for interception. |
Methods in org.jboss.aop.instrument that return JoinpointClassification | |
---|---|
JoinpointClassification |
JoinpointClassifier.classifyConstructorExecution(javassist.CtConstructor cons,
Advisor advisor)
Classifies the execution of cons . |
JoinpointClassification |
JoinpointClassifier.classifyFieldGet(javassist.CtField field,
Advisor advisor)
Classifies the reading of field value. |
JoinpointClassification |
JoinpointClassifier.classifyFieldSet(javassist.CtField field,
Advisor advisor)
Classifies the writing of field value. |
protected abstract JoinpointClassification |
JoinpointClassifier.classifyJoinpoint(javassist.CtMember member,
Advisor advisor,
JoinpointClassifier.Matcher joinpointMatcher)
Classifies a joinpoint. |
protected JoinpointClassification |
JoinpointFullClassifier.classifyJoinpoint(javassist.CtMember member,
Advisor advisor,
JoinpointClassifier.Matcher joinpointMatcher)
Classifies the execution of a joinpoint. |
protected JoinpointClassification |
JoinpointSimpleClassifier.classifyJoinpoint(javassist.CtMember member,
Advisor advisor,
JoinpointClassifier.Matcher joinpointMatcher)
Classifies the execution of a joinpoint. |
JoinpointClassification |
JoinpointClassifier.classifyMethodExecution(javassist.CtMethod method,
Advisor advisor)
Classifies the execution of method . |
Methods in org.jboss.aop.instrument with parameters of type JoinpointClassification | |
---|---|
protected void |
OptimizedFieldAccessTransformer.doBuildFieldWrappers(javassist.CtClass clazz,
javassist.CtField field,
int fieldIndex,
JoinpointClassification classificationGet,
JoinpointClassification classificationSet)
|
protected abstract void |
FieldAccessTransformer.doBuildFieldWrappers(javassist.CtClass clazz,
javassist.CtField field,
int index,
JoinpointClassification classificationGet,
JoinpointClassification classificationSet)
|
protected void |
NonOptimizedFieldAccessTransformer.doBuildFieldWrappers(javassist.CtClass clazz,
javassist.CtField field,
int fieldIndex,
JoinpointClassification classificationGet,
JoinpointClassification classificationSet)
|
protected void |
GeneratedAdvisorFieldAccessTransformer.doBuildFieldWrappers(javassist.CtClass clazz,
javassist.CtField field,
int index,
JoinpointClassification classificationGet,
JoinpointClassification classificationSet)
|
protected boolean |
FieldAccessTransformer.isPrepared(JoinpointClassification classification)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |