public class ContainerNode extends DuelNode
| Modifier | Constructor and Description |
|---|---|
protected |
ContainerNode(DuelNode... children) |
|
ContainerNode(int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChild(DuelNode child) |
int |
childCount() |
boolean |
equals(Object arg) |
List<DuelNode> |
getChildren() |
DuelNode |
getFirstChild() |
DuelNode |
getLastChild() |
boolean |
hasChildren() |
int |
hashCode() |
boolean |
removeChild(DuelNode oldChild) |
boolean |
replaceChild(DuelNode newChild,
DuelNode oldChild) |
String |
toString() |
public ContainerNode(int index,
int line,
int column)
protected ContainerNode(DuelNode... children)
Copyright © 2014. All rights reserved.