open fun visitStandardTable(ctx: StandardTableContext!): T
(source)
Visit a parse tree produced by TomlParser#standardTable
.
The default implementation returns the result of calling #visitChildren
on ctx
.
ctx
- StandardTableContext!: the parse tree
Return
T: the visitor result