| java.lang.Object com.tc.aspectwerkz.transform.inlining.AdviceMethodInfo
getAdviceMethodArgIndexes | public int[] getAdviceMethodArgIndexes()(Code) | | |
getCalleeClassSignature | public String getCalleeClassSignature()(Code) | | |
getCalleeMemberDesc | public String getCalleeMemberDesc()(Code) | | |
getCallerClassSignature | public String getCallerClassSignature()(Code) | | |
getJoinPointClassName | public String getJoinPointClassName()(Code) | | |
getSpecialArgumentIndex | public int getSpecialArgumentIndex()(Code) | | |
getSpecialArgumentTypeDesc | public String getSpecialArgumentTypeDesc()(Code) | | |
getSpecialArgumentTypeName | public String getSpecialArgumentTypeName()(Code) | | |
requiresJoinPoint | public boolean requiresJoinPoint()(Code) | | true if the advice uses non static JoinPoint explicitly |
requiresThisOrTarget | public boolean requiresThisOrTarget()(Code) | | true if the advice uses this or target (bounded or runtime check) |
setSpecialArgumentIndex | public void setSpecialArgumentIndex(int index)(Code) | | |
|
|