Uses of Class
com.maintainj.aspect.CallSignature

Packages that use CallSignature
com.maintainj.aspect   
 

Uses of CallSignature in com.maintainj.aspect
 

Methods in com.maintainj.aspect that return CallSignature
 CallSignature StackJoinPoint.getCallSignature()
          Returns CallSignature for this join point
 CallSignature ISequenceJoinPoint.getCallSignature()
          Returns CallSignature for this join point
 

Constructors in com.maintainj.aspect with parameters of type CallSignature
StackJoinPoint(long jpIndex, boolean isReturnCall, CallSignature signature, java.lang.String thisClass, java.lang.String targetClass, java.lang.String kind, int hashCode, int stackHashcode, java.lang.String threadId, int lineNumber, java.lang.String withinType)
          StackJoinPoint constructor