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, java.lang.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()
java.lang.Object[]
getParameters()
Get the arguments used in this function call.
-
-
-
Constructor Detail
-
FunctionParameterContext
FunctionParameterContext(Function f, java.lang.Object[] args, int index)
-
-
Method Detail
-
getFunction
public Function getFunction()
Get the function that was invoked.
-
getParameters
public java.lang.Object[] getParameters()
Get the arguments used in this function call.
-
getParameterIndex
public int getParameterIndex()
-
-