jnr.ffi.mapper
Class CompositeFunctionMapper
java.lang.Object
jnr.ffi.mapper.CompositeFunctionMapper
- All Implemented Interfaces:
- FunctionMapper
public final class CompositeFunctionMapper
- extends Object
- implements FunctionMapper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFunctionMapper
public CompositeFunctionMapper(Collection<FunctionMapper> functionMappers)
mapFunctionName
public String mapFunctionName(String functionName,
FunctionMapper.Context context)
- Description copied from interface:
FunctionMapper
- Translate the (Java) function name into its (native) equivalent. If the
name is not present in the map, it is to return the supplied name (same
object exactly).
- Specified by:
mapFunctionName in interface FunctionMapper
- Parameters:
functionName - to translatecontext - for translation
- Returns:
- native equivalent or
functionName if not in map
Copyright © 2014. All rights reserved.