public class FunctionResultContext extends FromNativeContext
Constructor and Description |
---|
FunctionResultContext(java.lang.Class resultClass,
Function function,
java.lang.Object[] args) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArguments()
Get the arguments used in this function call.
|
Function |
getFunction()
Get the function that was invoked.
|
getTargetType
FunctionResultContext(java.lang.Class resultClass, Function function, java.lang.Object[] args)
public Function getFunction()
public java.lang.Object[] getArguments()