public final class NativeFunctionMapperContext extends Object implements FunctionMapper.Context
| Constructor and Description |
|---|
NativeFunctionMapperContext(NativeLibrary library,
Collection<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Annotation> |
getAnnotations() |
Library |
getLibrary() |
boolean |
isSymbolPresent(String name) |
public NativeFunctionMapperContext(NativeLibrary library, Collection<Annotation> annotations)
public Library getLibrary()
getLibrary in interface FunctionMapper.Contextpublic boolean isSymbolPresent(String name)
isSymbolPresent in interface FunctionMapper.Contextpublic Collection<Annotation> getAnnotations()
getAnnotations in interface FunctionMapper.ContextCopyright © 2017. All rights reserved.