ILGFileParserListener.ExitCommentDefinition(LGFileParser+CommentDefinitionContext) Method

Definition

Exit a parse tree produced by commentDefinition().

public void ExitCommentDefinition (LGFileParser.CommentDefinitionContext context);
abstract member ExitCommentDefinition : LGFileParser.CommentDefinitionContext -> unit
Public Sub ExitCommentDefinition (context As LGFileParser.CommentDefinitionContext)

Parameters

context
LGFileParser.CommentDefinitionContext

The parse tree.

Applies to