| com.tc.aspectwerkz.joinpoint.JoinPoint
getCallee | Object getCallee()(Code) | | Returns the callee instance.
the callee instance |
getCaller | Object getCaller()(Code) | | Returns the caller instance.
the caller instance |
getRtti | Rtti getRtti()(Code) | | Returns the JoinPoint RTTI
the Rtti |
getTarget | Object getTarget()(Code) | | Returns the target instance. If the join point is executing in a static context it returns null.
the target instance |
getThis | Object getThis()(Code) | | Returns the 'this' instance (the one currently executing).
'this' |
|
|