net.sf.saffron.oj.stmt
Class BoundMethod
java.lang.Object
|
+--net.sf.saffron.oj.stmt.BoundMethod
- class BoundMethod
- extends Object
BoundMethod is a "thunk": a method which has already been bound to a
particular object on which it should be invoked, together with the arguments
which should be passed on invocation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
Method method
o
Object o
parameterNames
String[] parameterNames
args
Object[] args
BoundMethod
BoundMethod(Object o,
Method method,
String[] parameterNames)
call
Object call()
throws IllegalAccessException,
InvocationTargetException
IllegalAccessException
InvocationTargetException