org.fusesource.hawtjni.generator.model
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
ReflectClass
public ReflectClass(Class<?> clazz)
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getWrapedClass
public Class<?> getWrapedClass()
getName
public String getName()
- Specified by:
getName in interface JNIClass
getSuperclass
public JNIClass getSuperclass()
- Specified by:
getSuperclass in interface JNIClass
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName in interface JNIClass
getDeclaredFields
public List<JNIField> getDeclaredFields()
- Specified by:
getDeclaredFields in interface JNIClass
getDeclaredMethods
public List<JNIMethod> getDeclaredMethods()
- Specified by:
getDeclaredMethods in interface JNIClass
getNativeMethods
public List<JNIMethod> getNativeMethods()
- Specified by:
getNativeMethods in interface JNIClass
getConditional
public String getConditional()
- Specified by:
getConditional in interface JNIClass
getGenerate
public boolean getGenerate()
- Specified by:
getGenerate in interface JNIClass
getFlag
public boolean getFlag(ClassFlag flag)
- Specified by:
getFlag in interface JNIClass
emptyFilter
public static String emptyFilter(String value)
Copyright © 2009-2010 Progress Software Inc.. All Rights Reserved.