LGFileParserBaseListener.EnterErrorDefinition(LGFileParser+ErrorDefinitionContext) Method

Definition

Enter a parse tree produced by errorDefinition().

The default implementation does nothing.

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

Parameters

context
LGFileParser.ErrorDefinitionContext

The parse tree.

Implements

Applies to