visitProgram

open fun visitProgram(ctx: VAlgoLangParser.ProgramContext): T

Visit a parse tree produced by VAlgoLangParser#program.

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