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

visitBooleanValue

abstract fun visitBooleanValue(ctx: BooleanValueContext): T (source)

Visit a parse tree produced by TomlParser#booleanValue.

Parameters

ctx - the parse tree

Return
the visitor result