LGFileParserBaseListener.EnterCommentDefinition(LGFileParser+CommentDefinitionContext) Method

Definition

Enter a parse tree produced by commentDefinition().

The default implementation does nothing.

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

Parameters

context
LGFileParser.CommentDefinitionContext

The parse tree.

Implements

Applies to