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()
-