Public Member Functions | |
ResultFromJava (int t, Object r, Object e, Object[] a) | |
String | toString () |
Data Fields | |
Object | exception |
Package Attributes | |
int | timestamp |
Object | result |
Object[] | arguments |
Definition at line 12 of file ResultFromJava.java.
|
So Prolog may get the new state of the (object) arguments Definition at line 20 of file ResultFromJava.java. Referenced by ResultFromJava(), and toString(). |
|
exception thrown directly by java.lang.reflect.Method::invoke(). It may eventually encapsulate an exception thrown by the invoked method
Definition at line 18 of file ResultFromJava.java. Referenced by ResultFromJava(), and toString(). |