ExpressionAntlrParserBaseListener.EnterFuncInvokeExp(ExpressionAntlrParser+FuncInvokeExpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enter a parse tree produced by the funcInvokeExp
labeled alternative in primaryExpression().
The default implementation does nothing.
public virtual void EnterFuncInvokeExp (ExpressionAntlrParser.FuncInvokeExpContext context);
abstract member EnterFuncInvokeExp : ExpressionAntlrParser.FuncInvokeExpContext -> unit
override this.EnterFuncInvokeExp : ExpressionAntlrParser.FuncInvokeExpContext -> unit
Public Overridable Sub EnterFuncInvokeExp (context As ExpressionAntlrParser.FuncInvokeExpContext)
Parameters
The parse tree.