public class OrderedListNode extends SuperNode
OrderedListNode(Node child)
void
accept(Visitor visitor)
getChildren
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public OrderedListNode(Node child)
public void accept(Visitor visitor)
accept
Node
SuperNode