public class InterfaceScanner extends Object
| Constructor and Description |
|---|
InterfaceScanner(Class interfaceClass,
SignatureTypeMapper typeMapper,
CallingConvention callingConvention) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NativeFunction> |
functions() |
Collection<NativeVariable> |
variables() |
public InterfaceScanner(Class interfaceClass, SignatureTypeMapper typeMapper, CallingConvention callingConvention)
public Collection<NativeFunction> functions()
public Collection<NativeVariable> variables()
Copyright © 2017. All rights reserved.