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.String
emptyFilter(java.lang.String value)
boolean
equals(java.lang.Object obj)
java.lang.String
getConditional()
java.util.List<JNIField>
getDeclaredFields()
java.util.List<JNIMethod>
getDeclaredMethods()
boolean
getFlag(ClassFlag flag)
boolean
getGenerate()
java.lang.String
getName()
java.util.List<JNIMethod>
getNativeMethods()
java.lang.String
getNativeName()
java.lang.String
getSimpleName()
JNIClass
getSuperclass()
java.lang.Class<?>
getWrapedClass()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getWrapedClass
public java.lang.Class<?> getWrapedClass()
-
getSuperclass
public JNIClass getSuperclass()
- Specified by:
getSuperclass
in interfaceJNIClass
-
getSimpleName
public java.lang.String getSimpleName()
- Specified by:
getSimpleName
in interfaceJNIClass
-
getNativeName
public java.lang.String getNativeName()
- Specified by:
getNativeName
in interfaceJNIClass
-
getDeclaredFields
public java.util.List<JNIField> getDeclaredFields()
- Specified by:
getDeclaredFields
in interfaceJNIClass
-
getDeclaredMethods
public java.util.List<JNIMethod> getDeclaredMethods()
- Specified by:
getDeclaredMethods
in interfaceJNIClass
-
getNativeMethods
public java.util.List<JNIMethod> getNativeMethods()
- Specified by:
getNativeMethods
in interfaceJNIClass
-
getConditional
public java.lang.String getConditional()
- Specified by:
getConditional
in interfaceJNIClass
-
getGenerate
public boolean getGenerate()
- Specified by:
getGenerate
in interfaceJNIClass
-
emptyFilter
public static java.lang.String emptyFilter(java.lang.String value)
-
-