com.sun.jna
Class MethodParameterContext
java.lang.Object
   com.sun.jna.ToNativeContext
com.sun.jna.ToNativeContext
       com.sun.jna.FunctionParameterContext
com.sun.jna.FunctionParameterContext
           com.sun.jna.MethodParameterContext
com.sun.jna.MethodParameterContext
- public class MethodParameterContext 
- extends FunctionParameterContext
 
| Method Summary | 
|  Method | getMethod()Get the Method in the Library instance the Function was called from.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MethodParameterContext
MethodParameterContext(Function f,
                       Object[] args,
                       int index,
                       Method m)
getMethod
public Method getMethod()
- Get the Method in the Library instance the Function was called from.
 
- 
 
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.