Class ReflectClass
- java.lang.Object
-
- org.fusesource.hawtjni.generator.model.ReflectClass
-
-
Constructor Summary
Constructors Constructor Description ReflectClass(java.lang.Class<?> clazz)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringemptyFilter(java.lang.String value)booleanequals(java.lang.Object obj)java.lang.StringgetConditional()java.util.List<JNIField>getDeclaredFields()java.util.List<JNIMethod>getDeclaredMethods()booleangetFlag(ClassFlag flag)booleangetGenerate()java.lang.StringgetName()java.util.List<JNIMethod>getNativeMethods()java.lang.StringgetNativeName()java.lang.StringgetSimpleName()JNIClassgetSuperclass()java.lang.Class<?>getWrapedClass()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getWrapedClass
public java.lang.Class<?> getWrapedClass()
-
getSuperclass
public JNIClass getSuperclass()
- Specified by:
getSuperclassin interfaceJNIClass
-
getSimpleName
public java.lang.String getSimpleName()
- Specified by:
getSimpleNamein interfaceJNIClass
-
getNativeName
public java.lang.String getNativeName()
- Specified by:
getNativeNamein interfaceJNIClass
-
getDeclaredFields
public java.util.List<JNIField> getDeclaredFields()
- Specified by:
getDeclaredFieldsin interfaceJNIClass
-
getDeclaredMethods
public java.util.List<JNIMethod> getDeclaredMethods()
- Specified by:
getDeclaredMethodsin interfaceJNIClass
-
getNativeMethods
public java.util.List<JNIMethod> getNativeMethods()
- Specified by:
getNativeMethodsin interfaceJNIClass
-
getConditional
public java.lang.String getConditional()
- Specified by:
getConditionalin interfaceJNIClass
-
getGenerate
public boolean getGenerate()
- Specified by:
getGeneratein interfaceJNIClass
-
emptyFilter
public static java.lang.String emptyFilter(java.lang.String value)
-
-