Uses of Interface
jnr.ffi.mapper.FunctionMapper.Context

Packages that use FunctionMapper.Context
jnr.ffi.mapper   
jnr.ffi.provider   
jnr.ffi.provider.jffi   
 

Uses of FunctionMapper.Context in jnr.ffi.mapper
 

Methods in jnr.ffi.mapper with parameters of type FunctionMapper.Context
 String FunctionMapper.mapFunctionName(String functionName, FunctionMapper.Context context)
           
 String CompositeFunctionMapper.mapFunctionName(String functionName, FunctionMapper.Context context)
           
 

Uses of FunctionMapper.Context in jnr.ffi.provider
 

Methods in jnr.ffi.provider with parameters of type FunctionMapper.Context
 String IdentityFunctionMapper.mapFunctionName(String functionName, FunctionMapper.Context context)
           
 

Uses of FunctionMapper.Context in jnr.ffi.provider.jffi
 

Classes in jnr.ffi.provider.jffi that implement FunctionMapper.Context
 class NativeFunctionMapperContext
           
 



Copyright © 2013. All Rights Reserved.