ExpressionAntlrParserBaseListener.EnterArgsList(ExpressionAntlrParser+ArgsListContext) 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 argsList().
The default implementation does nothing.
public virtual void EnterArgsList (ExpressionAntlrParser.ArgsListContext context);
abstract member EnterArgsList : ExpressionAntlrParser.ArgsListContext -> unit
override this.EnterArgsList : ExpressionAntlrParser.ArgsListContext -> unit
Public Overridable Sub EnterArgsList (context As ExpressionAntlrParser.ArgsListContext)
Parameters
The parse tree.