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