com.ochafik.lang.jnaerator.runtime
Class MangledFunctionMapper

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.MangledFunctionMapper
All Implemented Interfaces:
FunctionMapper

public class MangledFunctionMapper
extends Object
implements FunctionMapper


Field Summary
static Map<Object,Object> DEFAULT_OPTIONS
           
 List<FunctionMapper> linked
           
 
Constructor Summary
MangledFunctionMapper(FunctionMapper... linked)
           
 
Method Summary
 String getFunctionName(NativeLibrary library, Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_OPTIONS

public static final Map<Object,Object> DEFAULT_OPTIONS

linked

public List<FunctionMapper> linked
Constructor Detail

MangledFunctionMapper

public MangledFunctionMapper(FunctionMapper... linked)
Method Detail

getFunctionName

public String getFunctionName(NativeLibrary library,
                              Method method)
Specified by:
getFunctionName in interface FunctionMapper


Copyright © 2009. All Rights Reserved.