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 StringemptyFilter(String value)booleanequals(Object obj)StringgetConditional()List<JNIField>getDeclaredFields()List<JNIMethod>getDeclaredMethods()booleangetFlag(ClassFlag flag)booleangetGenerate()StringgetName()List<JNIMethod>getNativeMethods()StringgetNativeName()StringgetSimpleName()JNIClassgetSuperclass()Class<?>getWrapedClass()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ReflectClass
public ReflectClass(Class<?> clazz)
-
-
Method Detail
-
getWrapedClass
public Class<?> getWrapedClass()
-
getSuperclass
public JNIClass getSuperclass()
- Specified by:
getSuperclassin interfaceJNIClass
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleNamein interfaceJNIClass
-
getNativeName
public String getNativeName()
- Specified by:
getNativeNamein interfaceJNIClass
-
getDeclaredFields
public List<JNIField> getDeclaredFields()
- Specified by:
getDeclaredFieldsin interfaceJNIClass
-
getDeclaredMethods
public List<JNIMethod> getDeclaredMethods()
- Specified by:
getDeclaredMethodsin interfaceJNIClass
-
getNativeMethods
public List<JNIMethod> getNativeMethods()
- Specified by:
getNativeMethodsin interfaceJNIClass
-
getConditional
public String getConditional()
- Specified by:
getConditionalin interfaceJNIClass
-
getGenerate
public boolean getGenerate()
- Specified by:
getGeneratein interfaceJNIClass
-
-