LGFileParserBaseListener.EnterFile(LGFileParser+FileContext) Method

Definition

Enter a parse tree produced by file().

The default implementation does nothing.

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

Parameters

context
LGFileParser.FileContext

The parse tree.

Implements

Applies to