|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AdviceInfo in org.codehaus.aspectwerkz.aspect |
|---|
| Fields in org.codehaus.aspectwerkz.aspect declared as AdviceInfo | |
|---|---|
static AdviceInfo[] |
AdviceInfo.EMPTY_ADVICE_INFO_ARRAY
|
| Uses of AdviceInfo in org.codehaus.aspectwerkz.joinpoint.management |
|---|
| Methods in org.codehaus.aspectwerkz.joinpoint.management that return AdviceInfo | |
|---|---|
AdviceInfo[] |
AdviceInfoContainer.getAfterFinallyAdviceInfos()
Returns the after finally advice infos. |
AdviceInfo[] |
AdviceInfoContainer.getAfterReturningAdviceInfos()
Returns the after returning advice infos. |
AdviceInfo[] |
AdviceInfoContainer.getAfterThrowingAdviceInfos()
Returns the after throwing advice infos. |
AdviceInfo[] |
AdviceInfoContainer.getAllAdviceInfos()
Return all advice infos. |
AdviceInfo[] |
AdviceInfoContainer.getAroundAdviceInfos()
Returns the around advice infos. |
AdviceInfo[] |
AdviceInfoContainer.getBeforeAdviceInfos()
Returns the before advice infos. |
| Uses of AdviceInfo in org.codehaus.aspectwerkz.transform.inlining |
|---|
| Methods in org.codehaus.aspectwerkz.transform.inlining that return AdviceInfo | |
|---|---|
AdviceInfo |
AdviceMethodInfo.getAdviceInfo()
|
| Constructors in org.codehaus.aspectwerkz.transform.inlining with parameters of type AdviceInfo | |
|---|---|
AdviceMethodInfo(AdviceInfo adviceInfo,
String aspectFieldName,
String aspectClassName,
String aspectClassSignature,
String callerClassSignature,
String calleeClassSignature,
String joinPointClassName,
String calleeMemberDesc)
|
|
| Uses of AdviceInfo in org.codehaus.aspectwerkz.transform.inlining.compiler |
|---|
| Methods in org.codehaus.aspectwerkz.transform.inlining.compiler with parameters of type AdviceInfo | |
|---|---|
protected org.objectweb.asm.Label |
AbstractJoinPointCompiler.beginRuntimeCheck(org.objectweb.asm.CodeVisitor cv,
boolean isOptimizedJoinPoint,
int joinPointInstanceIndex,
AdviceInfo adviceInfo,
int calleeIndex)
Handles the if case for runtime check (target instanceof, cflow) |
protected void |
AbstractJoinPointCompiler.endRuntimeCheck(org.objectweb.asm.CodeVisitor cv,
AdviceInfo adviceInfo,
org.objectweb.asm.Label label)
Ends the ifLabel of a runtime check |
protected AdviceMethodInfo[] |
AbstractJoinPointCompiler.getAdviceMethodInfos(List aspectQualifiedNames,
Set aspectInfos,
AdviceInfo[] adviceInfos)
Retrieves the advice method infos. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||