org.fusesource.hawtjni.generator.model
Class ReflectClass

java.lang.Object
  extended by org.fusesource.hawtjni.generator.model.ReflectClass
All Implemented Interfaces:
JNIClass

public class ReflectClass
extends Object
implements JNIClass

Author:
Hiram Chirino

Constructor Summary
ReflectClass(Class<?> clazz)
           
 
Method Summary
static String emptyFilter(String value)
           
 boolean equals(Object obj)
           
 String getConditional()
           
 List<JNIField> getDeclaredFields()
           
 List<JNIMethod> getDeclaredMethods()
           
 boolean getFlag(ClassFlag flag)
           
 boolean getGenerate()
           
 String getName()
           
 List<JNIMethod> getNativeMethods()
           
 String getSimpleName()
           
 JNIClass getSuperclass()
           
 Class<?> getWrapedClass()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectClass

public ReflectClass(Class<?> clazz)
Method Detail

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-2011 FuseSource, Corp.. All Rights Reserved.