public class ReflectClass extends java.lang.Object implements JNIClass
| Constructor and Description |
|---|
ReflectClass(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
emptyFilter(java.lang.String value) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConditional() |
java.util.List<JNIField> |
getDeclaredFields() |
java.util.List<JNIMethod> |
getDeclaredMethods() |
boolean |
getFlag(ClassFlag flag) |
boolean |
getGenerate() |
java.lang.String |
getName() |
java.util.List<JNIMethod> |
getNativeMethods() |
java.lang.String |
getNativeName() |
java.lang.String |
getSimpleName() |
JNIClass |
getSuperclass() |
java.lang.Class<?> |
getWrapedClass() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Class<?> getWrapedClass()
public JNIClass getSuperclass()
getSuperclass in interface JNIClasspublic java.lang.String getSimpleName()
getSimpleName in interface JNIClasspublic java.lang.String getNativeName()
getNativeName in interface JNIClasspublic java.util.List<JNIField> getDeclaredFields()
getDeclaredFields in interface JNIClasspublic java.util.List<JNIMethod> getDeclaredMethods()
getDeclaredMethods in interface JNIClasspublic java.util.List<JNIMethod> getNativeMethods()
getNativeMethods in interface JNIClasspublic java.lang.String getConditional()
getConditional in interface JNIClasspublic boolean getGenerate()
getGenerate in interface JNIClasspublic static java.lang.String emptyFilter(java.lang.String value)
Copyright © 2009-2015 FuseSource, Corp.. All Rights Reserved.