com.sun.jna

Class MethodParameterContext

public class MethodParameterContext extends FunctionParameterContext

Constructor Summary
MethodParameterContext(Function f, Object[] args, int index, Method m)
Method Summary
MethodgetMethod()
Get the Method in the Library instance the Function was called from.

Constructor Detail

MethodParameterContext

MethodParameterContext(Function f, Object[] args, int index, Method m)

Method Detail

getMethod

public Method getMethod()
Get the Method in the Library instance the Function was called from.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.