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

visitTrueBool

abstract fun visitTrueBool(ctx: TrueBoolContext): T (source)

Visit a parse tree produced by TomlParser#trueBool.

Parameters

ctx - the parse tree

Return
the visitor result