visitCastExpression

abstract fun visitCastExpression(ctx: VAlgoLangParser.CastExpressionContext): T

Visit a parse tree produced by the {@code CastExpression} labeled alternative in expr.

Return

the visitor result

Parameters

ctx

the parse tree