visit Method Call Expression
open fun visitMethodCallExpression(ctx: VAlgoLangParser.MethodCallExpressionContext): T
Content copied to clipboard
Visit a parse tree produced by the MethodCallExpression}labeled alternative in VAlgoLangParser#expr.
The default implementation returns the result of calling visitChildren on {@code ctx}
.