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