visit Boolean Literal
open fun visitBooleanLiteral(ctx: VAlgoLangParser.BooleanLiteralContext): T
Content copied to clipboard
Visit a parse tree produced by the BooleanLiteral}labeled alternative in VAlgoLangParser#expr.
The default implementation returns the result of calling visitChildren on {@code ctx}
.