LGFileParserBaseListener.ExitParagraph(LGFileParser+ParagraphContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.