IExpressionAntlrParserListener.EnterFile(ExpressionAntlrParser+FileContext) Method

Definition

Enter a parse tree produced by file().

public void EnterFile (ExpressionAntlrParser.FileContext context);
abstract member EnterFile : ExpressionAntlrParser.FileContext -> unit
Public Sub EnterFile (context As ExpressionAntlrParser.FileContext)

Parameters

context
ExpressionAntlrParser.FileContext

The parse tree.

Applies to