kawigi.tools.reflect
Class ConstructorNode

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

public class ConstructorNode
extends java.lang.Object
implements ReflectorTreeElement


Constructor Summary
ConstructorNode(java.lang.reflect.Constructor constr)
           
 
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

ConstructorNode

public ConstructorNode(java.lang.reflect.Constructor constr)
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