jnr.ffi.mapper
Class MethodParameterContext
java.lang.Object
jnr.ffi.mapper.MethodParameterContext
- All Implemented Interfaces:
- ToNativeContext
public final class MethodParameterContext
- extends Object
- implements ToNativeContext
Holds context for a method parameter java->native conversion.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodParameterContext
public MethodParameterContext(Method method,
int parameterIndex)
getMethod
public Method getMethod()
getParameterIndex
public int getParameterIndex()
Copyright © 2012. All Rights Reserved.