jnr.ffi.provider.jffi
Class NativeFunctionMapperContext
java.lang.Object
jnr.ffi.provider.jffi.NativeFunctionMapperContext
- All Implemented Interfaces:
- FunctionMapper.Context
public final class NativeFunctionMapperContext
- extends Object
- implements FunctionMapper.Context
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeFunctionMapperContext
public NativeFunctionMapperContext(NativeLibrary library,
Collection<Annotation> annotations)
getLibrary
public Library getLibrary()
- Specified by:
getLibrary in interface FunctionMapper.Context
isSymbolPresent
public boolean isSymbolPresent(String name)
- Specified by:
isSymbolPresent in interface FunctionMapper.Context
getAnnotations
public Collection<Annotation> getAnnotations()
- Specified by:
getAnnotations in interface FunctionMapper.Context
Copyright © 2013. All Rights Reserved.