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