Interface JNIClass
-
- All Known Implementing Classes:
ReflectClass
public interface JNIClass
- Author:
- Hiram Chirino
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConditional()List<JNIField>getDeclaredFields()List<JNIMethod>getDeclaredMethods()booleangetFlag(ClassFlag flag)booleangetGenerate()StringgetName()List<JNIMethod>getNativeMethods()StringgetNativeName()StringgetSimpleName()JNIClassgetSuperclass()
-
-
-
Method Detail
-
getSimpleName
String getSimpleName()
-
getNativeName
String getNativeName()
-
getSuperclass
JNIClass getSuperclass()
-
getDeclaredFields
List<JNIField> getDeclaredFields()
-
getDeclaredMethods
List<JNIMethod> getDeclaredMethods()
-
getNativeMethods
List<JNIMethod> getNativeMethods()
-
getGenerate
boolean getGenerate()
-
getConditional
String getConditional()
-
-