jnr.ffi.mapper
Interface FunctionMapper.Context

All Known Implementing Classes:
NativeFunctionMapperContext
Enclosing interface:
FunctionMapper

public static interface FunctionMapper.Context


Method Summary
 Collection<Annotation> getAnnotations()
           
 Library getLibrary()
          Deprecated. 
 boolean isSymbolPresent(String name)
           
 

Method Detail

getLibrary

@Deprecated
Library getLibrary()
Deprecated. 


isSymbolPresent

boolean isSymbolPresent(String name)

getAnnotations

Collection<Annotation> getAnnotations()


Copyright © 2013. All Rights Reserved.