LGTemplateParserBaseVisitor<Result> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| VisitIfElseBody(LGTemplateParser+IfElseBodyContext) |
Visit a parse tree produced by the
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| 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 |
| 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 |
| 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 |
| VisitNormalBody(LGTemplateParser+NormalBodyContext) |
Visit a parse tree produced by the
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| 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 |
| 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 |
| VisitStructuredBody(LGTemplateParser+StructuredBodyContext) |
Visit a parse tree produced by the
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| 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 |
| 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 |
| 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 |
| 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 |
| VisitSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext) |
Visit a parse tree produced by the
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| 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 |
| 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 |
| 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 |
| 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 |