ILGFileParserListener.EnterFile(LGFileParser+FileContext) Method

Definition

Enter a parse tree produced by file().

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

Parameters

context
LGFileParser.FileContext

The parse tree.

Applies to