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