public class TaskListNode extends ListItemNode
| Constructor and Description |
|---|
TaskListNode(Node child) |
TaskListNode(Node child,
boolean isDone,
String taskListMarker) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor) |
String |
getTaskListMarker() |
boolean |
isDone() |
getChildrengetEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toStringpublic TaskListNode(Node child)
Copyright © 2009–2025 org.pegdown. All rights reserved.