visitIdentifier

open fun visitIdentifier(ctx: VAlgoLangParser.IdentifierContext): T

Visit a parse tree produced by the Identifier}labeled alternative in VAlgoLangParser#expr.

The default implementation returns the result of calling visitChildren on {@code ctx}.