public class ReflectClass extends Object implements JNIClass
| Constructor and Description |
|---|
ReflectClass(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static String |
emptyFilter(String value) |
boolean |
equals(Object obj) |
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() |
Class<?> |
getWrapedClass() |
int |
hashCode() |
String |
toString() |
public ReflectClass(Class<?> clazz)
public Class<?> getWrapedClass()
public JNIClass getSuperclass()
getSuperclass in interface JNIClasspublic String getSimpleName()
getSimpleName in interface JNIClasspublic String getNativeName()
getNativeName in interface JNIClasspublic List<JNIField> getDeclaredFields()
getDeclaredFields in interface JNIClasspublic List<JNIMethod> getDeclaredMethods()
getDeclaredMethods in interface JNIClasspublic List<JNIMethod> getNativeMethods()
getNativeMethods in interface JNIClasspublic String getConditional()
getConditional in interface JNIClasspublic boolean getGenerate()
getGenerate in interface JNIClasspublic static String emptyFilter(String value)
Copyright © 2009–2017 FuseSource, Corp.. All rights reserved.