visitUnaryOperator

abstract fun visitUnaryOperator(ctx: VAlgoLangParser.UnaryOperatorContext): T

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

Return

the visitor result

Parameters

ctx

the parse tree