ILGTemplateParserListener Interface

Definition

Important

This API is not CLS-compliant.

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

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

Methods

EnterContext(LGTemplateParser+ContextContext)

Enter a parse tree produced by context().

EnterErrorStructuredName(LGTemplateParser+ErrorStructuredNameContext)

Enter a parse tree produced by errorStructuredName().

EnterErrorStructureLine(LGTemplateParser+ErrorStructureLineContext)

Enter a parse tree produced by errorStructureLine().

EnterErrorTemplateString(LGTemplateParser+ErrorTemplateStringContext)

Enter a parse tree produced by errorTemplateString().

EnterExpression(LGTemplateParser+ExpressionContext)

Enter a parse tree produced by expression().

EnterExpressionInStructure(LGTemplateParser+ExpressionInStructureContext)

Enter a parse tree produced by expressionInStructure().

EnterIfCondition(LGTemplateParser+IfConditionContext)

Enter a parse tree produced by ifCondition().

EnterIfConditionRule(LGTemplateParser+IfConditionRuleContext)

Enter a parse tree produced by ifConditionRule().

EnterIfElseBody(LGTemplateParser+IfElseBodyContext)

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

EnterIfElseTemplateBody(LGTemplateParser+IfElseTemplateBodyContext)

Enter a parse tree produced by ifElseTemplateBody().

EnterKeyValueStructureLine(LGTemplateParser+KeyValueStructureLineContext)

Enter a parse tree produced by keyValueStructureLine().

EnterKeyValueStructureValue(LGTemplateParser+KeyValueStructureValueContext)

Enter a parse tree produced by keyValueStructureValue().

EnterNormalBody(LGTemplateParser+NormalBodyContext)

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

EnterNormalTemplateBody(LGTemplateParser+NormalTemplateBodyContext)

Enter a parse tree produced by normalTemplateBody().

EnterNormalTemplateString(LGTemplateParser+NormalTemplateStringContext)

Enter a parse tree produced by normalTemplateString().

EnterStructuredBody(LGTemplateParser+StructuredBodyContext)

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

EnterStructuredBodyContentLine(LGTemplateParser+StructuredBodyContentLineContext)

Enter a parse tree produced by structuredBodyContentLine().

EnterStructuredBodyEndLine(LGTemplateParser+StructuredBodyEndLineContext)

Enter a parse tree produced by structuredBodyEndLine().

EnterStructuredBodyNameLine(LGTemplateParser+StructuredBodyNameLineContext)

Enter a parse tree produced by structuredBodyNameLine().

EnterStructuredTemplateBody(LGTemplateParser+StructuredTemplateBodyContext)

Enter a parse tree produced by structuredTemplateBody().

EnterSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext)

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

EnterSwitchCaseRule(LGTemplateParser+SwitchCaseRuleContext)

Enter a parse tree produced by switchCaseRule().

EnterSwitchCaseStat(LGTemplateParser+SwitchCaseStatContext)

Enter a parse tree produced by switchCaseStat().

EnterSwitchCaseTemplateBody(LGTemplateParser+SwitchCaseTemplateBodyContext)

Enter a parse tree produced by switchCaseTemplateBody().

EnterTemplateString(LGTemplateParser+TemplateStringContext)

Enter a parse tree produced by templateString().

ExitContext(LGTemplateParser+ContextContext)

Exit a parse tree produced by context().

ExitErrorStructuredName(LGTemplateParser+ErrorStructuredNameContext)

Exit a parse tree produced by errorStructuredName().

ExitErrorStructureLine(LGTemplateParser+ErrorStructureLineContext)

Exit a parse tree produced by errorStructureLine().

ExitErrorTemplateString(LGTemplateParser+ErrorTemplateStringContext)

Exit a parse tree produced by errorTemplateString().

ExitExpression(LGTemplateParser+ExpressionContext)

Exit a parse tree produced by expression().

ExitExpressionInStructure(LGTemplateParser+ExpressionInStructureContext)

Exit a parse tree produced by expressionInStructure().

ExitIfCondition(LGTemplateParser+IfConditionContext)

Exit a parse tree produced by ifCondition().

ExitIfConditionRule(LGTemplateParser+IfConditionRuleContext)

Exit a parse tree produced by ifConditionRule().

ExitIfElseBody(LGTemplateParser+IfElseBodyContext)

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

ExitIfElseTemplateBody(LGTemplateParser+IfElseTemplateBodyContext)

Exit a parse tree produced by ifElseTemplateBody().

ExitKeyValueStructureLine(LGTemplateParser+KeyValueStructureLineContext)

Exit a parse tree produced by keyValueStructureLine().

ExitKeyValueStructureValue(LGTemplateParser+KeyValueStructureValueContext)

Exit a parse tree produced by keyValueStructureValue().

ExitNormalBody(LGTemplateParser+NormalBodyContext)

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

ExitNormalTemplateBody(LGTemplateParser+NormalTemplateBodyContext)

Exit a parse tree produced by normalTemplateBody().

ExitNormalTemplateString(LGTemplateParser+NormalTemplateStringContext)

Exit a parse tree produced by normalTemplateString().

ExitStructuredBody(LGTemplateParser+StructuredBodyContext)

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

ExitStructuredBodyContentLine(LGTemplateParser+StructuredBodyContentLineContext)

Exit a parse tree produced by structuredBodyContentLine().

ExitStructuredBodyEndLine(LGTemplateParser+StructuredBodyEndLineContext)

Exit a parse tree produced by structuredBodyEndLine().

ExitStructuredBodyNameLine(LGTemplateParser+StructuredBodyNameLineContext)

Exit a parse tree produced by structuredBodyNameLine().

ExitStructuredTemplateBody(LGTemplateParser+StructuredTemplateBodyContext)

Exit a parse tree produced by structuredTemplateBody().

ExitSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext)

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

ExitSwitchCaseRule(LGTemplateParser+SwitchCaseRuleContext)

Exit a parse tree produced by switchCaseRule().

ExitSwitchCaseStat(LGTemplateParser+SwitchCaseStatContext)

Exit a parse tree produced by switchCaseStat().

ExitSwitchCaseTemplateBody(LGTemplateParser+SwitchCaseTemplateBodyContext)

Exit a parse tree produced by switchCaseTemplateBody().

ExitTemplateString(LGTemplateParser+TemplateStringContext)

Exit a parse tree produced by templateString().

Applies to