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.Context
public boolean isSymbolPresent(java.lang.String name)
isSymbolPresent
in interface FunctionMapper.Context
public java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
getAnnotations
in interface FunctionMapper.Context
Copyright © 2017. All rights reserved.