antlr-d v1.3.1 (2018-08-18T10:02:35Z)
Dub
Repo
ParseTree.accept
antlr
v4
runtime
tree
ParseTree
ParseTree
@uml The {@link ParseTreeVisitor} needs a double dispatch method.
interface
ParseTree
T
accept
(
T
)
(
ParseTreeVisitor
!
U
visitor
)
Meta
Source
See Implementation
antlr
v4
runtime
tree
ParseTree
ParseTree
functions
accept
getChild
getParent
getText
toStringTree
@uml The {@link ParseTreeVisitor} needs a double dispatch method.