LGFileParserBaseListener.EnterErrorDefinition(LGFileParser+ErrorDefinitionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The parse tree.