visit Primitive Type
open fun visitPrimitiveType(ctx: VAlgoLangParser.PrimitiveTypeContext): T
Content copied to clipboard
Visit a parse tree produced by the PrimitiveType}labeled alternative in VAlgoLangParser#type.
The default implementation returns the result of calling visitChildren on {@code ctx}
.