jnr.ffi.provider
Class InterfaceScanner

java.lang.Object
  extended by jnr.ffi.provider.InterfaceScanner

public class InterfaceScanner
extends Object


Constructor Summary
InterfaceScanner(Class interfaceClass, SignatureTypeMapper typeMapper, CallingConvention callingConvention)
           
 
Method Summary
 Collection<NativeFunction> functions()
           
 Collection<NativeVariable> variables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceScanner

public InterfaceScanner(Class interfaceClass,
                        SignatureTypeMapper typeMapper,
                        CallingConvention callingConvention)
Method Detail

functions

public Collection<NativeFunction> functions()

variables

public Collection<NativeVariable> variables()


Copyright © 2014. All rights reserved.