jnr.posix
Class SimpleFunctionMapper

java.lang.Object
  extended by jnr.posix.SimpleFunctionMapper
All Implemented Interfaces:
jnr.ffi.mapper.FunctionMapper

public class SimpleFunctionMapper
extends Object
implements jnr.ffi.mapper.FunctionMapper


Nested Class Summary
static class SimpleFunctionMapper.Builder
           
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.FunctionMapper
jnr.ffi.mapper.FunctionMapper.Context
 
Field Summary
 
Fields inherited from interface jnr.ffi.mapper.FunctionMapper
IDENTITY
 
Method Summary
 String mapFunctionName(String functionName, jnr.ffi.mapper.FunctionMapper.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mapFunctionName

public String mapFunctionName(String functionName,
                              jnr.ffi.mapper.FunctionMapper.Context context)
Specified by:
mapFunctionName in interface jnr.ffi.mapper.FunctionMapper


Copyright © 2014. All Rights Reserved.