com.sun.jna

Class FunctionParameterContext

public class FunctionParameterContext extends ToNativeContext

Constructor Summary
FunctionParameterContext(Function f, Object[] args, int index)
Method Summary
FunctiongetFunction()
Get the function that was invoked.
intgetParameterIndex()
Object[]getParameters()
Get the arguments used in this function call.

Constructor Detail

FunctionParameterContext

FunctionParameterContext(Function f, Object[] args, int index)

Method Detail

getFunction

public Function getFunction()
Get the function that was invoked.

getParameterIndex

public int getParameterIndex()

getParameters

public Object[] getParameters()
Get the arguments used in this function call.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.