Package com.sun.jna
Class FunctionParameterContext
java.lang.Object
com.sun.jna.ToNativeContext
com.sun.jna.FunctionParameterContext
- Direct Known Subclasses:
MethodParameterContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the function that was invoked.int
Object[]
Get the arguments used in this function call.
-
Constructor Details
-
FunctionParameterContext
-
-
Method Details
-
getFunction
Get the function that was invoked. -
getParameters
Get the arguments used in this function call. -
getParameterIndex
public int getParameterIndex()
-