fern.network.sbml
Class MathTree.InnerNode

java.lang.Object
  extended by fern.network.sbml.MathTree.Node
      extended by fern.network.sbml.MathTree.InnerNode
Enclosing class:
MathTree

public static class MathTree.InnerNode
extends MathTree.Node


Field Summary
 int AstNodeType
           
 MathTree.Node[] Children
           
 
Constructor Summary
MathTree.InnerNode(MathTree.Node[] Children, int AstNodeType)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Children

public MathTree.Node[] Children

AstNodeType

public int AstNodeType
Constructor Detail

MathTree.InnerNode

public MathTree.InnerNode(MathTree.Node[] Children,
                          int AstNodeType)
Method Detail

toString

public String toString()
Overrides:
toString in class Object