accept method
accept
Defines the interface for visiting nodes of the syntax.
def accept(self, visitor):
...
Parameter | Type | Description |
---|---|---|
visitor | MarkdownSyntaxVisitor | The visitor. |
Defines the interface for visiting nodes of the syntax.
def accept(self, visitor):
...
Parameter | Type | Description |
---|---|---|
visitor | MarkdownSyntaxVisitor | The visitor. |