Package com.sun.jna
Class MethodParameterContext
- java.lang.Object
- 
- com.sun.jna.ToNativeContext
- 
- com.sun.jna.FunctionParameterContext
- 
- com.sun.jna.MethodParameterContext
 
 
 
- 
 public class MethodParameterContext extends FunctionParameterContext 
- 
- 
Constructor SummaryConstructors Constructor Description MethodParameterContext(Function f, java.lang.Object[] args, int index, java.lang.reflect.Method m)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.MethodgetMethod()Get the Method in the Library instance the Function was called from.- 
Methods inherited from class com.sun.jna.FunctionParameterContextgetFunction, getParameterIndex, getParameters
 
- 
 
- 
- 
- 
Constructor Detail- 
MethodParameterContextMethodParameterContext(Function f, java.lang.Object[] args, int index, java.lang.reflect.Method m) 
 
- 
 
-