IExpressionAntlrParserListener.ExitFile(ExpressionAntlrParser+FileContext) Method

Definition

Exit a parse tree produced by file().

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

Parameters

context
ExpressionAntlrParser.FileContext

The parse tree.

Applies to