Package com.sun.jna
Class FunctionParameterContext
- java.lang.Object
-
- com.sun.jna.ToNativeContext
-
- com.sun.jna.FunctionParameterContext
-
- Direct Known Subclasses:
MethodParameterContext
public class FunctionParameterContext extends ToNativeContext
-
-
Constructor Summary
Constructors Constructor Description FunctionParameterContext(Function f, Object[] args, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
getFunction()
Get the function that was invoked.int
getParameterIndex()
Object[]
getParameters()
Get the arguments used in this function call.
-