LGFileParserBaseListener Class
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.
Important
This API is not CLS-compliant.
This class provides an empty implementation of ILGFileParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
[System.CLSCompliant(false)]
public class LGFileParserBaseListener : Antlr4.Runtime.Tree.IParseTreeListener, ILGFileParserListener
[<System.CLSCompliant(false)>]
type LGFileParserBaseListener = class
interface ILGFileParserListener
interface IParseTreeListener
Public Class LGFileParserBaseListener
Implements ILGFileParserListener, IParseTreeListener
- Inheritance
-
LGFileParserBaseListener
- Attributes
- Implements
-
Antlr4.Runtime.Tree.IParseTreeListener ILGFileParserListener
Constructors
| LGFileParserBaseListener() |
Methods
| EnterCommentDefinition(LGFileParser+CommentDefinitionContext) |
Enter a parse tree produced by commentDefinition(). The default implementation does nothing. |
| EnterErrorDefinition(LGFileParser+ErrorDefinitionContext) |
Enter a parse tree produced by errorDefinition(). The default implementation does nothing. |
| EnterEveryRule(ParserRuleContext) | Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext) |
| EnterFile(LGFileParser+FileContext) |
Enter a parse tree produced by file(). The default implementation does nothing. |
| EnterImportDefinition(LGFileParser+ImportDefinitionContext) |
Enter a parse tree produced by importDefinition(). The default implementation does nothing. |
| EnterOptionDefinition(LGFileParser+OptionDefinitionContext) |
Enter a parse tree produced by optionDefinition(). The default implementation does nothing. |
| EnterParagraph(LGFileParser+ParagraphContext) |
Enter a parse tree produced by paragraph(). The default implementation does nothing. |
| EnterTemplateBody(LGFileParser+TemplateBodyContext) |
Enter a parse tree produced by templateBody(). The default implementation does nothing. |
| EnterTemplateBodyLine(LGFileParser+TemplateBodyLineContext) |
Enter a parse tree produced by templateBodyLine(). The default implementation does nothing. |
| EnterTemplateDefinition(LGFileParser+TemplateDefinitionContext) |
Enter a parse tree produced by templateDefinition(). The default implementation does nothing. |
| EnterTemplateNameLine(LGFileParser+TemplateNameLineContext) |
Enter a parse tree produced by templateNameLine(). The default implementation does nothing. |
| ExitCommentDefinition(LGFileParser+CommentDefinitionContext) |
Exit a parse tree produced by commentDefinition(). The default implementation does nothing. |
| ExitErrorDefinition(LGFileParser+ErrorDefinitionContext) |
Exit a parse tree produced by errorDefinition(). The default implementation does nothing. |
| ExitEveryRule(ParserRuleContext) | Antlr4.Runtime.Tree.IParseTreeListener.ExitEveryRule(Antlr4.Runtime.ParserRuleContext) |
| ExitFile(LGFileParser+FileContext) |
Exit a parse tree produced by file(). The default implementation does nothing. |
| ExitImportDefinition(LGFileParser+ImportDefinitionContext) |
Exit a parse tree produced by importDefinition(). The default implementation does nothing. |
| ExitOptionDefinition(LGFileParser+OptionDefinitionContext) |
Exit a parse tree produced by optionDefinition(). The default implementation does nothing. |
| ExitParagraph(LGFileParser+ParagraphContext) |
Exit a parse tree produced by paragraph(). The default implementation does nothing. |
| ExitTemplateBody(LGFileParser+TemplateBodyContext) |
Exit a parse tree produced by templateBody(). The default implementation does nothing. |
| ExitTemplateBodyLine(LGFileParser+TemplateBodyLineContext) |
Exit a parse tree produced by templateBodyLine(). The default implementation does nothing. |
| ExitTemplateDefinition(LGFileParser+TemplateDefinitionContext) |
Exit a parse tree produced by templateDefinition(). The default implementation does nothing. |
| ExitTemplateNameLine(LGFileParser+TemplateNameLineContext) |
Exit a parse tree produced by templateNameLine(). The default implementation does nothing. |
| VisitErrorNode(IErrorNode) | Antlr4.Runtime.Tree.IParseTreeListener.VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode) |
| VisitTerminal(ITerminalNode) | Antlr4.Runtime.Tree.IParseTreeListener.VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode) |