Class ReflectClass
- java.lang.Object
-
- org.fusesource.hawtjni.generator.model.ReflectClass
-
- All Implemented Interfaces:
JNIClass
public class ReflectClass extends Object implements JNIClass
- Author:
- Hiram Chirino
-
-
Constructor Summary
Constructors Constructor Description ReflectClass(Class<?> clazz)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
ReflectClass
public ReflectClass(Class<?> clazz)
-
-
Method Detail
-
getWrapedClass
public Class<?> getWrapedClass()
-
getSuperclass
public JNIClass getSuperclass()
- Specified by:
getSuperclass
in interfaceJNIClass
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName
in interfaceJNIClass
-
getNativeName
public String getNativeName()
- Specified by:
getNativeName
in interfaceJNIClass
-
getDeclaredFields
public List<JNIField> getDeclaredFields()
- Specified by:
getDeclaredFields
in interfaceJNIClass
-
getDeclaredMethods
public List<JNIMethod> getDeclaredMethods()
- Specified by:
getDeclaredMethods
in interfaceJNIClass
-
getNativeMethods
public List<JNIMethod> getNativeMethods()
- Specified by:
getNativeMethods
in interfaceJNIClass
-
getConditional
public String getConditional()
- Specified by:
getConditional
in interfaceJNIClass
-
getGenerate
public boolean getGenerate()
- Specified by:
getGenerate
in interfaceJNIClass
-
emptyFilter
public static String emptyFilter(String value)
-
-