tuweni / org.apache.tuweni.toml.internal / TomlParserBaseVisitor / visitTrueBool

visitTrueBool

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.

Parameters

ctx - TrueBoolContext!: the parse tree

Return
T: the visitor result