JNA API 3.2.7

com.sun.jna
Class MethodParameterContext

java.lang.Object
  extended by com.sun.jna.ToNativeContext
      extended by com.sun.jna.FunctionParameterContext
          extended by com.sun.jna.MethodParameterContext

public class MethodParameterContext
extends FunctionParameterContext


Constructor Summary
MethodParameterContext(Function f, Object[] args, int index, Method m)
           
 
Method Summary
 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

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.


JNA API 3.2.7

Copyright © 2007-2010 Timothy Wall. All Rights Reserved.