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

visitBooleanValue

open fun visitBooleanValue(ctx: BooleanValueContext!): T (source)

Visit a parse tree produced by TomlParser#booleanValue.

The default implementation returns the result of calling #visitChildren on ctx.

Parameters

ctx - BooleanValueContext!: the parse tree

Return
T: the visitor result