Class ReflectClass
java.lang.Object
org.fusesource.hawtjni.generator.model.ReflectClass
- All Implemented Interfaces:
JNIClass
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JniClass
private Class<?>
private ArrayList<ReflectField>
private ArrayList<ReflectMethod>
private String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clazz
-
fields
-
methods
-
annotation
-
flags
-
nativeName
-
-
Constructor Details
-
ReflectClass
-
-
Method Details
-
toString
-
hashCode
public int hashCode() -
equals
-
getWrapedClass
-
getName
-
getSuperclass
- Specified by:
getSuperclass
in interfaceJNIClass
-
getSimpleName
- Specified by:
getSimpleName
in interfaceJNIClass
-
getNativeName
- Specified by:
getNativeName
in interfaceJNIClass
-
getDeclaredFields
- Specified by:
getDeclaredFields
in interfaceJNIClass
-
getDeclaredMethods
- Specified by:
getDeclaredMethods
in interfaceJNIClass
-
getNativeMethods
- Specified by:
getNativeMethods
in interfaceJNIClass
-
getConditional
- Specified by:
getConditional
in interfaceJNIClass
-
getGenerate
public boolean getGenerate()- Specified by:
getGenerate
in interfaceJNIClass
-
getFlag
-
emptyFilter
-
lazyLoad
private void lazyLoad()
-