LGTemplateParserBaseVisitor<Result> Class

Definition

Important

This API is not CLS-compliant.

This class provides an empty implementation of ILGTemplateParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

[System.CLSCompliant(false)]
public class LGTemplateParserBaseVisitor<Result> : Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>, Antlr4.Runtime.Tree.IParseTreeVisitor<Result>, ILGTemplateParserVisitor<Result>
[<System.CLSCompliant(false)>]
type LGTemplateParserBaseVisitor<'Result> = class
    inherit AbstractParseTreeVisitor<'Result>
    interface ILGTemplateParserVisitor<'Result>
    interface IParseTreeVisitor<'Result>
Public Class LGTemplateParserBaseVisitor(Of Result)
Inherits AbstractParseTreeVisitor(Of Result)
Implements ILGTemplateParserVisitor(Of Result), IParseTreeVisitor(Of Result)

Type Parameters

Result

The return type of the visit operation.

Inheritance
Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>
LGTemplateParserBaseVisitor<Result>
Attributes
Implements
Antlr4.Runtime.Tree.IParseTreeVisitor<Result> ILGTemplateParserVisitor<Result>

Constructors

LGTemplateParserBaseVisitor<Result>()

Methods

VisitContext(LGTemplateParser+ContextContext)

Visit a parse tree produced by context().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitErrorStructuredName(LGTemplateParser+ErrorStructuredNameContext)

Visit a parse tree produced by errorStructuredName().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitErrorStructureLine(LGTemplateParser+ErrorStructureLineContext)

Visit a parse tree produced by errorStructureLine().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitErrorTemplateString(LGTemplateParser+ErrorTemplateStringContext)

Visit a parse tree produced by errorTemplateString().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitExpression(LGTemplateParser+ExpressionContext)

Visit a parse tree produced by expression().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitExpressionInStructure(LGTemplateParser+ExpressionInStructureContext)

Visit a parse tree produced by expressionInStructure().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitIfCondition(LGTemplateParser+IfConditionContext)

Visit a parse tree produced by ifCondition().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitIfConditionRule(LGTemplateParser+IfConditionRuleContext)

Visit a parse tree produced by ifConditionRule().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitIfElseBody(LGTemplateParser+IfElseBodyContext)

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

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitIfElseTemplateBody(LGTemplateParser+IfElseTemplateBodyContext)

Visit a parse tree produced by ifElseTemplateBody().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitKeyValueStructureLine(LGTemplateParser+KeyValueStructureLineContext)

Visit a parse tree produced by keyValueStructureLine().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitKeyValueStructureValue(LGTemplateParser+KeyValueStructureValueContext)

Visit a parse tree produced by keyValueStructureValue().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitNormalBody(LGTemplateParser+NormalBodyContext)

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

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitNormalTemplateBody(LGTemplateParser+NormalTemplateBodyContext)

Visit a parse tree produced by normalTemplateBody().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitNormalTemplateString(LGTemplateParser+NormalTemplateStringContext)

Visit a parse tree produced by normalTemplateString().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitStructuredBody(LGTemplateParser+StructuredBodyContext)

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

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitStructuredBodyContentLine(LGTemplateParser+StructuredBodyContentLineContext)

Visit a parse tree produced by structuredBodyContentLine().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitStructuredBodyEndLine(LGTemplateParser+StructuredBodyEndLineContext)

Visit a parse tree produced by structuredBodyEndLine().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitStructuredBodyNameLine(LGTemplateParser+StructuredBodyNameLineContext)

Visit a parse tree produced by structuredBodyNameLine().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitStructuredTemplateBody(LGTemplateParser+StructuredTemplateBodyContext)

Visit a parse tree produced by structuredTemplateBody().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext)

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

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitSwitchCaseRule(LGTemplateParser+SwitchCaseRuleContext)

Visit a parse tree produced by switchCaseRule().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitSwitchCaseStat(LGTemplateParser+SwitchCaseStatContext)

Visit a parse tree produced by switchCaseStat().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitSwitchCaseTemplateBody(LGTemplateParser+SwitchCaseTemplateBodyContext)

Visit a parse tree produced by switchCaseTemplateBody().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

VisitTemplateString(LGTemplateParser+TemplateStringContext)

Visit a parse tree produced by templateString().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

Applies to