public class GroupNode extends Node
BNARY_OPERATOR, CLOSE, CONSTANT, OPEN, type, UNARY_OPERATOR, UNKNOWN, VARIABLE| Modifier and Type | Method and Description |
|---|---|
void |
add(Node n) |
void |
addAll(ArrayList<Node> ns) |
Node |
first() |
void |
gatherPreceeding() |
ArrayList<Node> |
getChildren() |
void |
remove(Node n) |
void |
replaceChild(Node nold,
Node nnew) |
int |
size() |
void |
supplantByChild() |
String |
toString() |
deparent, detachNext, detachPrevious, dispose, isClose, isOpen, linkNext, next, parent, previous, replaceNext, replacePrevious, replaceSymbols, replaceWith, setParent, siblingsToStringpublic GroupNode()
public GroupNode(Node p)
public void replaceChild(Node nold, Node nnew) throws ParseError
replaceChild in class NodeParseErrorpublic void add(Node n)
public Node first()
public int size()
public void gatherPreceeding()
throws ParseError
ParseErrorpublic void supplantByChild()
throws ParseError
ParseErrorCopyright © 2019. All rights reserved.