LGFileParserBaseListener.ExitCommentDefinition(LGFileParser+CommentDefinitionContext) Method

Definition

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

context
LGFileParser.CommentDefinitionContext

The parse tree.

Implements

Applies to