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