public class MethodWatcher extends Object
Constructor and Description |
---|
MethodWatcher() |
Modifier and Type | Method and Description |
---|---|
Object |
methodCalled(Object thiz,
String methodSignature,
SuperSwitch superSwitch,
ObjectContainer[] args)
Called for
non-void methods. |
public Object methodCalled(Object thiz, String methodSignature, SuperSwitch superSwitch, ObjectContainer[] args)
non-void
methods.thiz
- The object instance to call the method on.methodSignature
- signature of the called methodsuperSwitch
- SuperSwitch
to decide the super-call behaviourargs
- method argumentsCopyright © 2018. All rights reserved.