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 java.lang.Object
implements JNIClass

Author:
Hiram Chirino

Constructor Summary
ReflectClass(java.lang.Class<?> clazz)
           
 
Method Summary
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 getSimpleName()
           
 JNIClass getSuperclass()
           
 java.lang.Class<?> getWrapedClass()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectClass

public ReflectClass(java.lang.Class<?> clazz)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getWrapedClass

public java.lang.Class<?> getWrapedClass()

getName

public java.lang.String getName()
Specified by:
getName in interface JNIClass

getSuperclass

public JNIClass getSuperclass()
Specified by:
getSuperclass in interface JNIClass

getSimpleName

public java.lang.String getSimpleName()
Specified by:
getSimpleName in interface JNIClass

getDeclaredFields

public java.util.List<JNIField> getDeclaredFields()
Specified by:
getDeclaredFields in interface JNIClass

getDeclaredMethods

public java.util.List<JNIMethod> getDeclaredMethods()
Specified by:
getDeclaredMethods in interface JNIClass

getNativeMethods

public java.util.List<JNIMethod> getNativeMethods()
Specified by:
getNativeMethods in interface JNIClass

getConditional

public java.lang.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 java.lang.String emptyFilter(java.lang.String value)


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.