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 SummaryConstructors Constructor Description FunctionParameterContext(Function f, java.lang.Object[] args, int index)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctiongetFunction()Get the function that was invoked.intgetParameterIndex()java.lang.Object[]getParameters()Get the arguments used in this function call.
 
- 
- 
- 
Constructor Detail- 
FunctionParameterContextFunctionParameterContext(Function f, java.lang.Object[] args, int index) 
 
- 
 - 
Method Detail- 
getFunctionpublic Function getFunction() Get the function that was invoked.
 - 
getParameterspublic java.lang.Object[] getParameters() Get the arguments used in this function call.
 - 
getParameterIndexpublic int getParameterIndex() 
 
- 
 
-