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