com.kenai.jaffl.mapper

Class MethodParameterContext

public final class MethodParameterContext extends Object implements ToNativeContext

Holds context for a method parameter java->native conversion.
Constructor Summary
MethodParameterContext(Method method, int parameterIndex)
Method Summary
MethodgetMethod()
intgetParameterIndex()

Constructor Detail

MethodParameterContext

public MethodParameterContext(Method method, int parameterIndex)

Method Detail

getMethod

public Method getMethod()

getParameterIndex

public int getParameterIndex()