|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.ToNativeContext
com.sun.jna.FunctionParameterContext
com.sun.jna.MethodParameterContext
public class MethodParameterContext
Constructor Summary | |
---|---|
MethodParameterContext(Function f,
java.lang.Object[] args,
int index,
java.lang.reflect.Method m)
|
Method Summary | |
---|---|
java.lang.reflect.Method |
getMethod()
Get the Method in the Library instance the Function was called from. |
Methods inherited from class com.sun.jna.FunctionParameterContext |
---|
getFunction, getParameterIndex, getParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MethodParameterContext(Function f, java.lang.Object[] args, int index, java.lang.reflect.Method m)
Method Detail |
---|
public java.lang.reflect.Method getMethod()
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |