tuweni / 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 - BooleanValueContext!: the parse tree

Return
T: the visitor result