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 JNIClass
public String getSimpleName()
getSimpleName
in interface JNIClass
public String getNativeName()
getNativeName
in interface JNIClass
public List<JNIField> getDeclaredFields()
getDeclaredFields
in interface JNIClass
public List<JNIMethod> getDeclaredMethods()
getDeclaredMethods
in interface JNIClass
public List<JNIMethod> getNativeMethods()
getNativeMethods
in interface JNIClass
public String getConditional()
getConditional
in interface JNIClass
public boolean getGenerate()
getGenerate
in interface JNIClass
Copyright © 2009-2014. All Rights Reserved.