public class SimpleNode extends AbstractNode
Modifier and Type | Class and Description |
---|---|
static class |
SimpleNode.Type |
Constructor and Description |
---|
SimpleNode(SimpleNode.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor) |
List<Node> |
getChildren() |
SimpleNode.Type |
getType() |
String |
toString() |
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices
public SimpleNode(SimpleNode.Type type)
public SimpleNode.Type getType()
public void accept(Visitor visitor)
public String toString()
toString
in class AbstractNode
Copyright © 2009–2023 org.pegdown. All rights reserved.