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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionParameterContext
FunctionParameterContext(Function f,
Object[] args,
int index)
getFunction
public Function getFunction()
- Get the function that was invoked.
getParameters
public Object[] getParameters()
- Get the arguments used in this function call.
getParameterIndex
public int getParameterIndex()
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.