ILGTemplateParserVisitor<Result> Interface

Definition

Important

This API is not CLS-compliant.

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

[System.CLSCompliant(false)]
public interface ILGTemplateParserVisitor<Result> : Antlr4.Runtime.Tree.IParseTreeVisitor<Result>
[<System.CLSCompliant(false)>]
type ILGTemplateParserVisitor<'Result> = interface
    interface IParseTreeVisitor<'Result>
Public Interface ILGTemplateParserVisitor(Of Result)
Implements IParseTreeVisitor(Of Result)

Type Parameters

Result

The return type of the visit operation.

Derived
Attributes
Implements
Antlr4.Runtime.Tree.IParseTreeVisitor<Result>

Methods

VisitContext(LGTemplateParser+ContextContext)

Visit a parse tree produced by context().

VisitErrorStructuredName(LGTemplateParser+ErrorStructuredNameContext)

Visit a parse tree produced by errorStructuredName().

VisitErrorStructureLine(LGTemplateParser+ErrorStructureLineContext)

Visit a parse tree produced by errorStructureLine().

VisitErrorTemplateString(LGTemplateParser+ErrorTemplateStringContext)

Visit a parse tree produced by errorTemplateString().

VisitExpression(LGTemplateParser+ExpressionContext)

Visit a parse tree produced by expression().

VisitExpressionInStructure(LGTemplateParser+ExpressionInStructureContext)

Visit a parse tree produced by expressionInStructure().

VisitIfCondition(LGTemplateParser+IfConditionContext)

Visit a parse tree produced by ifCondition().

VisitIfConditionRule(LGTemplateParser+IfConditionRuleContext)

Visit a parse tree produced by ifConditionRule().

VisitIfElseBody(LGTemplateParser+IfElseBodyContext)

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

VisitIfElseTemplateBody(LGTemplateParser+IfElseTemplateBodyContext)

Visit a parse tree produced by ifElseTemplateBody().

VisitKeyValueStructureLine(LGTemplateParser+KeyValueStructureLineContext)

Visit a parse tree produced by keyValueStructureLine().

VisitKeyValueStructureValue(LGTemplateParser+KeyValueStructureValueContext)

Visit a parse tree produced by keyValueStructureValue().

VisitNormalBody(LGTemplateParser+NormalBodyContext)

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

VisitNormalTemplateBody(LGTemplateParser+NormalTemplateBodyContext)

Visit a parse tree produced by normalTemplateBody().

VisitNormalTemplateString(LGTemplateParser+NormalTemplateStringContext)

Visit a parse tree produced by normalTemplateString().

VisitStructuredBody(LGTemplateParser+StructuredBodyContext)

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

VisitStructuredBodyContentLine(LGTemplateParser+StructuredBodyContentLineContext)

Visit a parse tree produced by structuredBodyContentLine().

VisitStructuredBodyEndLine(LGTemplateParser+StructuredBodyEndLineContext)

Visit a parse tree produced by structuredBodyEndLine().

VisitStructuredBodyNameLine(LGTemplateParser+StructuredBodyNameLineContext)

Visit a parse tree produced by structuredBodyNameLine().

VisitStructuredTemplateBody(LGTemplateParser+StructuredTemplateBodyContext)

Visit a parse tree produced by structuredTemplateBody().

VisitSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext)

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

VisitSwitchCaseRule(LGTemplateParser+SwitchCaseRuleContext)

Visit a parse tree produced by switchCaseRule().

VisitSwitchCaseStat(LGTemplateParser+SwitchCaseStatContext)

Visit a parse tree produced by switchCaseStat().

VisitSwitchCaseTemplateBody(LGTemplateParser+SwitchCaseTemplateBodyContext)

Visit a parse tree produced by switchCaseTemplateBody().

VisitTemplateString(LGTemplateParser+TemplateStringContext)

Visit a parse tree produced by templateString().

Applies to