ILGFileParserListener.ExitParagraph(LGFileParser+ParagraphContext) Method

Definition

Exit a parse tree produced by paragraph().

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

Parameters

context
LGFileParser.ParagraphContext

The parse tree.

Applies to