ExpressionAntlrParserBaseListener Class

Definition

Important

This API is not CLS-compliant.

This class provides an empty implementation of IExpressionAntlrParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

[System.CLSCompliant(false)]
public class ExpressionAntlrParserBaseListener : Antlr4.Runtime.Tree.IParseTreeListener, IExpressionAntlrParserListener
[<System.CLSCompliant(false)>]
type ExpressionAntlrParserBaseListener = class
    interface IExpressionAntlrParserListener
    interface IParseTreeListener
Public Class ExpressionAntlrParserBaseListener
Implements IExpressionAntlrParserListener, IParseTreeListener
Inheritance
ExpressionAntlrParserBaseListener
Attributes
Implements
Antlr4.Runtime.Tree.IParseTreeListener IExpressionAntlrParserListener

Constructors

ExpressionAntlrParserBaseListener()

Methods

EnterArgsList(ExpressionAntlrParser+ArgsListContext)

Enter a parse tree produced by argsList().

The default implementation does nothing.

EnterArrayCreationExp(ExpressionAntlrParser+ArrayCreationExpContext)

Enter a parse tree produced by the arrayCreationExp labeled alternative in primaryExpression().

The default implementation does nothing.

EnterBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext)

Enter a parse tree produced by the binaryOpExp labeled alternative in expression().

The default implementation does nothing.

EnterEveryRule(ParserRuleContext) Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
EnterFile(ExpressionAntlrParser+FileContext)

Enter a parse tree produced by file().

The default implementation does nothing.

EnterFuncInvokeExp(ExpressionAntlrParser+FuncInvokeExpContext)

Enter a parse tree produced by the funcInvokeExp labeled alternative in primaryExpression().

The default implementation does nothing.

EnterIdAtom(ExpressionAntlrParser+IdAtomContext)

Enter a parse tree produced by the idAtom labeled alternative in primaryExpression().

The default implementation does nothing.

EnterIndexAccessExp(ExpressionAntlrParser+IndexAccessExpContext)

Enter a parse tree produced by the indexAccessExp labeled alternative in primaryExpression().

The default implementation does nothing.

EnterJsonCreationExp(ExpressionAntlrParser+JsonCreationExpContext)

Enter a parse tree produced by the jsonCreationExp labeled alternative in primaryExpression().

The default implementation does nothing.

EnterKey(ExpressionAntlrParser+KeyContext)

Enter a parse tree produced by key().

The default implementation does nothing.

EnterKeyValuePair(ExpressionAntlrParser+KeyValuePairContext)

Enter a parse tree produced by keyValuePair().

The default implementation does nothing.

EnterKeyValuePairList(ExpressionAntlrParser+KeyValuePairListContext)

Enter a parse tree produced by keyValuePairList().

The default implementation does nothing.

EnterLambda(ExpressionAntlrParser+LambdaContext)

Enter a parse tree produced by lambda().

The default implementation does nothing.

EnterMemberAccessExp(ExpressionAntlrParser+MemberAccessExpContext)

Enter a parse tree produced by the memberAccessExp labeled alternative in primaryExpression().

The default implementation does nothing.

EnterNumericAtom(ExpressionAntlrParser+NumericAtomContext)

Enter a parse tree produced by the numericAtom labeled alternative in primaryExpression().

The default implementation does nothing.

EnterParenthesisExp(ExpressionAntlrParser+ParenthesisExpContext)

Enter a parse tree produced by the parenthesisExp labeled alternative in primaryExpression().

The default implementation does nothing.

EnterPrimaryExp(ExpressionAntlrParser+PrimaryExpContext)

Enter a parse tree produced by the primaryExp labeled alternative in expression().

The default implementation does nothing.

EnterStringAtom(ExpressionAntlrParser+StringAtomContext)

Enter a parse tree produced by the stringAtom labeled alternative in primaryExpression().

The default implementation does nothing.

EnterStringInterpolation(ExpressionAntlrParser+StringInterpolationContext)

Enter a parse tree produced by stringInterpolation().

The default implementation does nothing.

EnterStringInterpolationAtom(ExpressionAntlrParser+StringInterpolationAtomContext)

Enter a parse tree produced by the stringInterpolationAtom labeled alternative in primaryExpression().

The default implementation does nothing.

EnterTextContent(ExpressionAntlrParser+TextContentContext)

Enter a parse tree produced by textContent().

The default implementation does nothing.

EnterTripleOpExp(ExpressionAntlrParser+TripleOpExpContext)

Enter a parse tree produced by the tripleOpExp labeled alternative in expression().

The default implementation does nothing.

EnterUnaryOpExp(ExpressionAntlrParser+UnaryOpExpContext)

Enter a parse tree produced by the unaryOpExp labeled alternative in expression().

The default implementation does nothing.

ExitArgsList(ExpressionAntlrParser+ArgsListContext)

Exit a parse tree produced by argsList().

The default implementation does nothing.

ExitArrayCreationExp(ExpressionAntlrParser+ArrayCreationExpContext)

Exit a parse tree produced by the arrayCreationExp labeled alternative in primaryExpression().

The default implementation does nothing.

ExitBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext)

Exit a parse tree produced by the binaryOpExp labeled alternative in expression().

The default implementation does nothing.

ExitEveryRule(ParserRuleContext) Antlr4.Runtime.Tree.IParseTreeListener.ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
ExitFile(ExpressionAntlrParser+FileContext)

Exit a parse tree produced by file().

The default implementation does nothing.

ExitFuncInvokeExp(ExpressionAntlrParser+FuncInvokeExpContext)

Exit a parse tree produced by the funcInvokeExp labeled alternative in primaryExpression().

The default implementation does nothing.

ExitIdAtom(ExpressionAntlrParser+IdAtomContext)

Exit a parse tree produced by the idAtom labeled alternative in primaryExpression().

The default implementation does nothing.

ExitIndexAccessExp(ExpressionAntlrParser+IndexAccessExpContext)

Exit a parse tree produced by the indexAccessExp labeled alternative in primaryExpression().

The default implementation does nothing.

ExitJsonCreationExp(ExpressionAntlrParser+JsonCreationExpContext)

Exit a parse tree produced by the jsonCreationExp labeled alternative in primaryExpression().

The default implementation does nothing.

ExitKey(ExpressionAntlrParser+KeyContext)

Exit a parse tree produced by key().

The default implementation does nothing.

ExitKeyValuePair(ExpressionAntlrParser+KeyValuePairContext)

Exit a parse tree produced by keyValuePair().

The default implementation does nothing.

ExitKeyValuePairList(ExpressionAntlrParser+KeyValuePairListContext)

Exit a parse tree produced by keyValuePairList().

The default implementation does nothing.

ExitLambda(ExpressionAntlrParser+LambdaContext)

Exit a parse tree produced by lambda().

The default implementation does nothing.

ExitMemberAccessExp(ExpressionAntlrParser+MemberAccessExpContext)

Exit a parse tree produced by the memberAccessExp labeled alternative in primaryExpression().

The default implementation does nothing.

ExitNumericAtom(ExpressionAntlrParser+NumericAtomContext)

Exit a parse tree produced by the numericAtom labeled alternative in primaryExpression().

The default implementation does nothing.

ExitParenthesisExp(ExpressionAntlrParser+ParenthesisExpContext)

Exit a parse tree produced by the parenthesisExp labeled alternative in primaryExpression().

The default implementation does nothing.

ExitPrimaryExp(ExpressionAntlrParser+PrimaryExpContext)

Exit a parse tree produced by the primaryExp labeled alternative in expression().

The default implementation does nothing.

ExitStringAtom(ExpressionAntlrParser+StringAtomContext)

Exit a parse tree produced by the stringAtom labeled alternative in primaryExpression().

The default implementation does nothing.

ExitStringInterpolation(ExpressionAntlrParser+StringInterpolationContext)

Exit a parse tree produced by stringInterpolation().

The default implementation does nothing.

ExitStringInterpolationAtom(ExpressionAntlrParser+StringInterpolationAtomContext)

Exit a parse tree produced by the stringInterpolationAtom labeled alternative in primaryExpression().

The default implementation does nothing.

ExitTextContent(ExpressionAntlrParser+TextContentContext)

Exit a parse tree produced by textContent().

The default implementation does nothing.

ExitTripleOpExp(ExpressionAntlrParser+TripleOpExpContext)

Exit a parse tree produced by the tripleOpExp labeled alternative in expression().

The default implementation does nothing.

ExitUnaryOpExp(ExpressionAntlrParser+UnaryOpExpContext)

Exit a parse tree produced by the unaryOpExp labeled alternative in expression().

The default implementation does nothing.

VisitErrorNode(IErrorNode) Antlr4.Runtime.Tree.IParseTreeListener.VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
VisitTerminal(ITerminalNode) Antlr4.Runtime.Tree.IParseTreeListener.VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Applies to