jnr.ffi.provider.jffi
Class NativeFunctionMapperContext

java.lang.Object
  extended by jnr.ffi.provider.jffi.NativeFunctionMapperContext
All Implemented Interfaces:
FunctionMapper.Context

public final class NativeFunctionMapperContext
extends Object
implements FunctionMapper.Context


Constructor Summary
NativeFunctionMapperContext(NativeLibrary library, Collection<Annotation> annotations)
           
 
Method Summary
 Collection<Annotation> getAnnotations()
           
 Library getLibrary()
           
 boolean isSymbolPresent(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeFunctionMapperContext

public NativeFunctionMapperContext(NativeLibrary library,
                                   Collection<Annotation> annotations)
Method Detail

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.