public interface JNIClass
Modifier and Type | Method and Description |
---|---|
String |
getConditional() |
List<JNIField> |
getDeclaredFields() |
List<JNIMethod> |
getDeclaredMethods() |
boolean |
getFlag(ClassFlag flag) |
boolean |
getGenerate() |
String |
getName() |
List<JNIMethod> |
getNativeMethods() |
String |
getNativeName() |
String |
getSimpleName() |
JNIClass |
getSuperclass() |
String getSimpleName()
String getNativeName()
JNIClass getSuperclass()
List<JNIField> getDeclaredFields()
List<JNIMethod> getDeclaredMethods()
List<JNIMethod> getNativeMethods()
boolean getGenerate()
String getConditional()
Copyright © 2009–2023 FuseSource, Corp.. All rights reserved.