| java-exec-method |
Executes the given static method and returns the result.
|
| java-get-method |
Returns the value stored in the static member on the given class.
|
| java-get-value |
Returns the value stored in the member on the given class or object.
|
| java-new-instance |
Returns a new instance of the given class using the given arguments.
|
| java-set-value |
Sets the value of a member on the given class or object.
|