kawigi.tools.reflect
Class ClassNode

java.lang.Object
  |
  +--kawigi.tools.reflect.ClassNode
All Implemented Interfaces:
ReflectorTreeElement

public class ClassNode
extends java.lang.Object
implements ReflectorTreeElement


Constructor Summary
ClassNode(java.lang.Class cls)
           
 
Method Summary
 int children()
           
 kawigi.tools.reflect.ReflectorTreeElement getChild(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassNode

public ClassNode(java.lang.Class cls)
Method Detail

getChild

public kawigi.tools.reflect.ReflectorTreeElement getChild(int index)
Specified by:
getChild in interface ReflectorTreeElement

children

public int children()
Specified by:
children in interface ReflectorTreeElement

toString

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