IExpressionAntlrParserListener Interface

Definition

Important

This API is not CLS-compliant.

This interface defines a complete listener for a parse tree produced by ExpressionAntlrParser.

[System.CLSCompliant(false)]
public interface IExpressionAntlrParserListener : Antlr4.Runtime.Tree.IParseTreeListener
[<System.CLSCompliant(false)>]
type IExpressionAntlrParserListener = interface
    interface IParseTreeListener
Public Interface IExpressionAntlrParserListener
Implements IParseTreeListener
Derived
Attributes
Implements
Antlr4.Runtime.Tree.IParseTreeListener

Methods

EnterArgsList(ExpressionAntlrParser+ArgsListContext)

Enter a parse tree produced by argsList().

EnterArrayCreationExp(ExpressionAntlrParser+ArrayCreationExpContext)

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

EnterBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext)

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

EnterFile(ExpressionAntlrParser+FileContext)

Enter a parse tree produced by file().

EnterFuncInvokeExp(ExpressionAntlrParser+FuncInvokeExpContext)

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

EnterIdAtom(ExpressionAntlrParser+IdAtomContext)

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

EnterIndexAccessExp(ExpressionAntlrParser+IndexAccessExpContext)

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

EnterJsonCreationExp(ExpressionAntlrParser+JsonCreationExpContext)

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

EnterKey(ExpressionAntlrParser+KeyContext)

Enter a parse tree produced by key().

EnterKeyValuePair(ExpressionAntlrParser+KeyValuePairContext)

Enter a parse tree produced by keyValuePair().

EnterKeyValuePairList(ExpressionAntlrParser+KeyValuePairListContext)

Enter a parse tree produced by keyValuePairList().

EnterLambda(ExpressionAntlrParser+LambdaContext)

Enter a parse tree produced by lambda().

EnterMemberAccessExp(ExpressionAntlrParser+MemberAccessExpContext)

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

EnterNumericAtom(ExpressionAntlrParser+NumericAtomContext)

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

EnterParenthesisExp(ExpressionAntlrParser+ParenthesisExpContext)

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

EnterPrimaryExp(ExpressionAntlrParser+PrimaryExpContext)

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

EnterStringAtom(ExpressionAntlrParser+StringAtomContext)

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

EnterStringInterpolation(ExpressionAntlrParser+StringInterpolationContext)

Enter a parse tree produced by stringInterpolation().

EnterStringInterpolationAtom(ExpressionAntlrParser+StringInterpolationAtomContext)

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

EnterTextContent(ExpressionAntlrParser+TextContentContext)

Enter a parse tree produced by textContent().

EnterTripleOpExp(ExpressionAntlrParser+TripleOpExpContext)

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

EnterUnaryOpExp(ExpressionAntlrParser+UnaryOpExpContext)

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

ExitArgsList(ExpressionAntlrParser+ArgsListContext)

Exit a parse tree produced by argsList().

ExitArrayCreationExp(ExpressionAntlrParser+ArrayCreationExpContext)

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

ExitBinaryOpExp(ExpressionAntlrParser+BinaryOpExpContext)

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

ExitFile(ExpressionAntlrParser+FileContext)

Exit a parse tree produced by file().

ExitFuncInvokeExp(ExpressionAntlrParser+FuncInvokeExpContext)

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

ExitIdAtom(ExpressionAntlrParser+IdAtomContext)

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

ExitIndexAccessExp(ExpressionAntlrParser+IndexAccessExpContext)

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

ExitJsonCreationExp(ExpressionAntlrParser+JsonCreationExpContext)

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

ExitKey(ExpressionAntlrParser+KeyContext)

Exit a parse tree produced by key().

ExitKeyValuePair(ExpressionAntlrParser+KeyValuePairContext)

Exit a parse tree produced by keyValuePair().

ExitKeyValuePairList(ExpressionAntlrParser+KeyValuePairListContext)

Exit a parse tree produced by keyValuePairList().

ExitLambda(ExpressionAntlrParser+LambdaContext)

Exit a parse tree produced by lambda().

ExitMemberAccessExp(ExpressionAntlrParser+MemberAccessExpContext)

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

ExitNumericAtom(ExpressionAntlrParser+NumericAtomContext)

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

ExitParenthesisExp(ExpressionAntlrParser+ParenthesisExpContext)

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

ExitPrimaryExp(ExpressionAntlrParser+PrimaryExpContext)

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

ExitStringAtom(ExpressionAntlrParser+StringAtomContext)

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

ExitStringInterpolation(ExpressionAntlrParser+StringInterpolationContext)

Exit a parse tree produced by stringInterpolation().

ExitStringInterpolationAtom(ExpressionAntlrParser+StringInterpolationAtomContext)

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

ExitTextContent(ExpressionAntlrParser+TextContentContext)

Exit a parse tree produced by textContent().

ExitTripleOpExp(ExpressionAntlrParser+TripleOpExpContext)

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

ExitUnaryOpExp(ExpressionAntlrParser+UnaryOpExpContext)

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

Applies to