ExpressionAntlrParserBaseVisitor<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 IExpressionAntlrParserVisitor<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 ExpressionAntlrParserBaseVisitor<Result> : Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>, Antlr4.Runtime.Tree.IParseTreeVisitor<Result>, IExpressionAntlrParserVisitor<Result>
[<System.CLSCompliant(false)>]
type ExpressionAntlrParserBaseVisitor<'Result> = class
inherit AbstractParseTreeVisitor<'Result>
interface IExpressionAntlrParserVisitor<'Result>
interface IParseTreeVisitor<'Result>
Public Class ExpressionAntlrParserBaseVisitor(Of Result)
Inherits AbstractParseTreeVisitor(Of Result)
Implements IExpressionAntlrParserVisitor(Of Result), IParseTreeVisitor(Of Result)
Type Parameters
- Result
The return type of the visit operation.
- Inheritance
-
Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>ExpressionAntlrParserBaseVisitor<Result>
- Attributes
- Implements
-
Antlr4.Runtime.Tree.IParseTreeVisitor<Result> IExpressionAntlrParserVisitor<Result>
Constructors
| ExpressionAntlrParserBaseVisitor<Result>() |
Methods
| VisitArgsList(ExpressionAntlrParser+ArgsListContext) |
Visit a parse tree produced by argsList().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitArrayCreationExp(ExpressionAntlrParser+ArrayCreationExpContext) |
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 |
| VisitBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext) |
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 |
| VisitFile(ExpressionAntlrParser+FileContext) |
Visit a parse tree produced by file().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitFuncInvokeExp(ExpressionAntlrParser+FuncInvokeExpContext) |
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 |
| VisitIdAtom(ExpressionAntlrParser+IdAtomContext) |
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 |
| VisitIndexAccessExp(ExpressionAntlrParser+IndexAccessExpContext) |
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 |
| VisitJsonCreationExp(ExpressionAntlrParser+JsonCreationExpContext) |
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 |
| VisitKey(ExpressionAntlrParser+KeyContext) |
Visit a parse tree produced by key().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitKeyValuePair(ExpressionAntlrParser+KeyValuePairContext) |
Visit a parse tree produced by keyValuePair().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitKeyValuePairList(ExpressionAntlrParser+KeyValuePairListContext) |
Visit a parse tree produced by keyValuePairList().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitLambda(ExpressionAntlrParser+LambdaContext) |
Visit a parse tree produced by lambda().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitMemberAccessExp(ExpressionAntlrParser+MemberAccessExpContext) |
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 |
| VisitNumericAtom(ExpressionAntlrParser+NumericAtomContext) |
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 |
| VisitParenthesisExp(ExpressionAntlrParser+ParenthesisExpContext) |
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 |
| VisitPrimaryExp(ExpressionAntlrParser+PrimaryExpContext) |
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 |
| VisitStringAtom(ExpressionAntlrParser+StringAtomContext) |
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 |
| VisitStringInterpolation(ExpressionAntlrParser+StringInterpolationContext) |
Visit a parse tree produced by stringInterpolation().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitStringInterpolationAtom(ExpressionAntlrParser+StringInterpolationAtomContext) |
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 |
| VisitTextContent(ExpressionAntlrParser+TextContentContext) |
Visit a parse tree produced by textContent().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitTripleOpExp(ExpressionAntlrParser+TripleOpExpContext) |
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 |
| VisitUnaryOpExp(ExpressionAntlrParser+UnaryOpExpContext) |
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 |