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