LGFileParserBaseListener.ExitCommentDefinition(LGFileParser+CommentDefinitionContext) 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 commentDefinition().
The default implementation does nothing.
public virtual void ExitCommentDefinition (LGFileParser.CommentDefinitionContext context);
abstract member ExitCommentDefinition : LGFileParser.CommentDefinitionContext -> unit
override this.ExitCommentDefinition : LGFileParser.CommentDefinitionContext -> unit
Public Overridable Sub ExitCommentDefinition (context As LGFileParser.CommentDefinitionContext)
Parameters
The parse tree.