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, shiftIndicespublic SimpleNode(SimpleNode.Type type)
public SimpleNode.Type getType()
public void accept(Visitor visitor)
public String toString()
toString in class AbstractNodeCopyright © 2009–2025 org.pegdown. All rights reserved.