|
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
public class FunctionParameterContext
Constructor Summary | |
---|---|
FunctionParameterContext(Function f,
java.lang.Object[] args,
int index)
|
Method Summary | |
---|---|
Function |
getFunction()
Get the function that was invoked. |
int |
getParameterIndex()
|
java.lang.Object[] |
getParameters()
Get the arguments used in this function call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
FunctionParameterContext(Function f, java.lang.Object[] args, int index)
Method Detail |
---|
public Function getFunction()
public java.lang.Object[] getParameters()
public int getParameterIndex()
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |