LGFileParserBaseListener.ExitErrorDefinition(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.
Exit a parse tree produced by errorDefinition().
The default implementation does nothing.
public virtual void ExitErrorDefinition (LGFileParser.ErrorDefinitionContext context);
abstract member ExitErrorDefinition : LGFileParser.ErrorDefinitionContext -> unit
override this.ExitErrorDefinition : LGFileParser.ErrorDefinitionContext -> unit
Public Overridable Sub ExitErrorDefinition (context As LGFileParser.ErrorDefinitionContext)
Parameters
The parse tree.