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, siblingsToString
public GroupNode()
public GroupNode(Node p)
public void replaceChild(Node nold, Node nnew) throws ParseError
replaceChild
in class Node
ParseError
public void add(Node n)
public Node first()
public int size()
public void gatherPreceeding() throws ParseError
ParseError
public void supplantByChild() throws ParseError
ParseError
Copyright © 2019. All rights reserved.