Package jnr.ffi.provider
Class InterfaceScanner
- java.lang.Object
-
- jnr.ffi.provider.InterfaceScanner
-
public class InterfaceScanner extends Object
-
-
Constructor Summary
Constructors Constructor Description InterfaceScanner(Class interfaceClass, SignatureTypeMapper typeMapper, CallingConvention callingConvention)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<NativeFunction>
functions()
Collection<NativeVariable>
variables()
-
-
-
Constructor Detail
-
InterfaceScanner
public InterfaceScanner(Class interfaceClass, SignatureTypeMapper typeMapper, CallingConvention callingConvention)
-
-
Method Detail
-
functions
public Collection<NativeFunction> functions()
-
variables
public Collection<NativeVariable> variables()
-
-