LGFileParserBaseListener.ExitParagraph(LGFileParser+ParagraphContext) Method

Definition

Exit a parse tree produced by paragraph().

The default implementation does nothing.

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

Parameters

context
LGFileParser.ParagraphContext

The parse tree.

Implements

Applies to