LGTemplateParserBaseListener Class

Definition

Important

This API is not CLS-compliant.

This class provides an empty implementation of ILGTemplateParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

[System.CLSCompliant(false)]
public class LGTemplateParserBaseListener : Antlr4.Runtime.Tree.IParseTreeListener, ILGTemplateParserListener
[<System.CLSCompliant(false)>]
type LGTemplateParserBaseListener = class
    interface ILGTemplateParserListener
    interface IParseTreeListener
Public Class LGTemplateParserBaseListener
Implements ILGTemplateParserListener, IParseTreeListener
Inheritance
LGTemplateParserBaseListener
Attributes
Implements
Antlr4.Runtime.Tree.IParseTreeListener ILGTemplateParserListener

Constructors

LGTemplateParserBaseListener()

Methods

EnterContext(LGTemplateParser+ContextContext)

Enter a parse tree produced by context().

The default implementation does nothing.

EnterErrorStructuredName(LGTemplateParser+ErrorStructuredNameContext)

Enter a parse tree produced by errorStructuredName().

The default implementation does nothing.

EnterErrorStructureLine(LGTemplateParser+ErrorStructureLineContext)

Enter a parse tree produced by errorStructureLine().

The default implementation does nothing.

EnterErrorTemplateString(LGTemplateParser+ErrorTemplateStringContext)

Enter a parse tree produced by errorTemplateString().

The default implementation does nothing.

EnterEveryRule(ParserRuleContext) Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
EnterExpression(LGTemplateParser+ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

EnterExpressionInStructure(LGTemplateParser+ExpressionInStructureContext)

Enter a parse tree produced by expressionInStructure().

The default implementation does nothing.

EnterIfCondition(LGTemplateParser+IfConditionContext)

Enter a parse tree produced by ifCondition().

The default implementation does nothing.

EnterIfConditionRule(LGTemplateParser+IfConditionRuleContext)

Enter a parse tree produced by ifConditionRule().

The default implementation does nothing.

EnterIfElseBody(LGTemplateParser+IfElseBodyContext)

Enter a parse tree produced by the ifElseBody labeled alternative in body().

The default implementation does nothing.

EnterIfElseTemplateBody(LGTemplateParser+IfElseTemplateBodyContext)

Enter a parse tree produced by ifElseTemplateBody().

The default implementation does nothing.

EnterKeyValueStructureLine(LGTemplateParser+KeyValueStructureLineContext)

Enter a parse tree produced by keyValueStructureLine().

The default implementation does nothing.

EnterKeyValueStructureValue(LGTemplateParser+KeyValueStructureValueContext)

Enter a parse tree produced by keyValueStructureValue().

The default implementation does nothing.

EnterNormalBody(LGTemplateParser+NormalBodyContext)

Enter a parse tree produced by the normalBody labeled alternative in body().

The default implementation does nothing.

EnterNormalTemplateBody(LGTemplateParser+NormalTemplateBodyContext)

Enter a parse tree produced by normalTemplateBody().

The default implementation does nothing.

EnterNormalTemplateString(LGTemplateParser+NormalTemplateStringContext)

Enter a parse tree produced by normalTemplateString().

The default implementation does nothing.

EnterStructuredBody(LGTemplateParser+StructuredBodyContext)

Enter a parse tree produced by the structuredBody labeled alternative in body().

The default implementation does nothing.

EnterStructuredBodyContentLine(LGTemplateParser+StructuredBodyContentLineContext)

Enter a parse tree produced by structuredBodyContentLine().

The default implementation does nothing.

EnterStructuredBodyEndLine(LGTemplateParser+StructuredBodyEndLineContext)

Enter a parse tree produced by structuredBodyEndLine().

The default implementation does nothing.

EnterStructuredBodyNameLine(LGTemplateParser+StructuredBodyNameLineContext)

Enter a parse tree produced by structuredBodyNameLine().

The default implementation does nothing.

EnterStructuredTemplateBody(LGTemplateParser+StructuredTemplateBodyContext)

Enter a parse tree produced by structuredTemplateBody().

The default implementation does nothing.

EnterSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext)

Enter a parse tree produced by the switchCaseBody labeled alternative in body().

The default implementation does nothing.

EnterSwitchCaseRule(LGTemplateParser+SwitchCaseRuleContext)

Enter a parse tree produced by switchCaseRule().

The default implementation does nothing.

EnterSwitchCaseStat(LGTemplateParser+SwitchCaseStatContext)

Enter a parse tree produced by switchCaseStat().

The default implementation does nothing.

EnterSwitchCaseTemplateBody(LGTemplateParser+SwitchCaseTemplateBodyContext)

Enter a parse tree produced by switchCaseTemplateBody().

The default implementation does nothing.

EnterTemplateString(LGTemplateParser+TemplateStringContext)

Enter a parse tree produced by templateString().

The default implementation does nothing.

ExitContext(LGTemplateParser+ContextContext)

Exit a parse tree produced by context().

The default implementation does nothing.

ExitErrorStructuredName(LGTemplateParser+ErrorStructuredNameContext)

Exit a parse tree produced by errorStructuredName().

The default implementation does nothing.

ExitErrorStructureLine(LGTemplateParser+ErrorStructureLineContext)

Exit a parse tree produced by errorStructureLine().

The default implementation does nothing.

ExitErrorTemplateString(LGTemplateParser+ErrorTemplateStringContext)

Exit a parse tree produced by errorTemplateString().

The default implementation does nothing.

ExitEveryRule(ParserRuleContext) Antlr4.Runtime.Tree.IParseTreeListener.ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
ExitExpression(LGTemplateParser+ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

ExitExpressionInStructure(LGTemplateParser+ExpressionInStructureContext)

Exit a parse tree produced by expressionInStructure().

The default implementation does nothing.

ExitIfCondition(LGTemplateParser+IfConditionContext)

Exit a parse tree produced by ifCondition().

The default implementation does nothing.

ExitIfConditionRule(LGTemplateParser+IfConditionRuleContext)

Exit a parse tree produced by ifConditionRule().

The default implementation does nothing.

ExitIfElseBody(LGTemplateParser+IfElseBodyContext)

Exit a parse tree produced by the ifElseBody labeled alternative in body().

The default implementation does nothing.

ExitIfElseTemplateBody(LGTemplateParser+IfElseTemplateBodyContext)

Exit a parse tree produced by ifElseTemplateBody().

The default implementation does nothing.

ExitKeyValueStructureLine(LGTemplateParser+KeyValueStructureLineContext)

Exit a parse tree produced by keyValueStructureLine().

The default implementation does nothing.

ExitKeyValueStructureValue(LGTemplateParser+KeyValueStructureValueContext)

Exit a parse tree produced by keyValueStructureValue().

The default implementation does nothing.

ExitNormalBody(LGTemplateParser+NormalBodyContext)

Exit a parse tree produced by the normalBody labeled alternative in body().

The default implementation does nothing.

ExitNormalTemplateBody(LGTemplateParser+NormalTemplateBodyContext)

Exit a parse tree produced by normalTemplateBody().

The default implementation does nothing.

ExitNormalTemplateString(LGTemplateParser+NormalTemplateStringContext)

Exit a parse tree produced by normalTemplateString().

The default implementation does nothing.

ExitStructuredBody(LGTemplateParser+StructuredBodyContext)

Exit a parse tree produced by the structuredBody labeled alternative in body().

The default implementation does nothing.

ExitStructuredBodyContentLine(LGTemplateParser+StructuredBodyContentLineContext)

Exit a parse tree produced by structuredBodyContentLine().

The default implementation does nothing.

ExitStructuredBodyEndLine(LGTemplateParser+StructuredBodyEndLineContext)

Exit a parse tree produced by structuredBodyEndLine().

The default implementation does nothing.

ExitStructuredBodyNameLine(LGTemplateParser+StructuredBodyNameLineContext)

Exit a parse tree produced by structuredBodyNameLine().

The default implementation does nothing.

ExitStructuredTemplateBody(LGTemplateParser+StructuredTemplateBodyContext)

Exit a parse tree produced by structuredTemplateBody().

The default implementation does nothing.

ExitSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext)

Exit a parse tree produced by the switchCaseBody labeled alternative in body().

The default implementation does nothing.

ExitSwitchCaseRule(LGTemplateParser+SwitchCaseRuleContext)

Exit a parse tree produced by switchCaseRule().

The default implementation does nothing.

ExitSwitchCaseStat(LGTemplateParser+SwitchCaseStatContext)

Exit a parse tree produced by switchCaseStat().

The default implementation does nothing.

ExitSwitchCaseTemplateBody(LGTemplateParser+SwitchCaseTemplateBodyContext)

Exit a parse tree produced by switchCaseTemplateBody().

The default implementation does nothing.

ExitTemplateString(LGTemplateParser+TemplateStringContext)

Exit a parse tree produced by templateString().

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)

Applies to