ILGFileParserListener Interface

Definition

Important

This API is not CLS-compliant.

This interface defines a complete listener for a parse tree produced by LGFileParser.

[System.CLSCompliant(false)]
public interface ILGFileParserListener : Antlr4.Runtime.Tree.IParseTreeListener
[<System.CLSCompliant(false)>]
type ILGFileParserListener = interface
    interface IParseTreeListener
Public Interface ILGFileParserListener
Implements IParseTreeListener
Derived
Attributes
Implements
Antlr4.Runtime.Tree.IParseTreeListener

Methods

EnterCommentDefinition(LGFileParser+CommentDefinitionContext)

Enter a parse tree produced by commentDefinition().

EnterErrorDefinition(LGFileParser+ErrorDefinitionContext)

Enter a parse tree produced by errorDefinition().

EnterFile(LGFileParser+FileContext)

Enter a parse tree produced by file().

EnterImportDefinition(LGFileParser+ImportDefinitionContext)

Enter a parse tree produced by importDefinition().

EnterOptionDefinition(LGFileParser+OptionDefinitionContext)

Enter a parse tree produced by optionDefinition().

EnterParagraph(LGFileParser+ParagraphContext)

Enter a parse tree produced by paragraph().

EnterTemplateBody(LGFileParser+TemplateBodyContext)

Enter a parse tree produced by templateBody().

EnterTemplateBodyLine(LGFileParser+TemplateBodyLineContext)

Enter a parse tree produced by templateBodyLine().

EnterTemplateDefinition(LGFileParser+TemplateDefinitionContext)

Enter a parse tree produced by templateDefinition().

EnterTemplateNameLine(LGFileParser+TemplateNameLineContext)

Enter a parse tree produced by templateNameLine().

ExitCommentDefinition(LGFileParser+CommentDefinitionContext)

Exit a parse tree produced by commentDefinition().

ExitErrorDefinition(LGFileParser+ErrorDefinitionContext)

Exit a parse tree produced by errorDefinition().

ExitFile(LGFileParser+FileContext)

Exit a parse tree produced by file().

ExitImportDefinition(LGFileParser+ImportDefinitionContext)

Exit a parse tree produced by importDefinition().

ExitOptionDefinition(LGFileParser+OptionDefinitionContext)

Exit a parse tree produced by optionDefinition().

ExitParagraph(LGFileParser+ParagraphContext)

Exit a parse tree produced by paragraph().

ExitTemplateBody(LGFileParser+TemplateBodyContext)

Exit a parse tree produced by templateBody().

ExitTemplateBodyLine(LGFileParser+TemplateBodyLineContext)

Exit a parse tree produced by templateBodyLine().

ExitTemplateDefinition(LGFileParser+TemplateDefinitionContext)

Exit a parse tree produced by templateDefinition().

ExitTemplateNameLine(LGFileParser+TemplateNameLineContext)

Exit a parse tree produced by templateNameLine().

Applies to