public class SimpleNode extends AbstractNode
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SimpleNode.Type |
| Constructor | Description |
|---|---|
SimpleNode(SimpleNode.Type type) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor visitor) |
|
java.util.List<Node> |
getChildren() |
|
SimpleNode.Type |
getType() |
|
java.lang.String |
toString() |
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndicespublic SimpleNode(SimpleNode.Type type)
public SimpleNode.Type getType()
public java.util.List<Node> getChildren()
public void accept(Visitor visitor)
public java.lang.String toString()
toString in class AbstractNode