android.databinding.parser
Interface BindingExpressionListener

All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
All Known Implementing Classes:
BindingExpressionBaseListener

public interface BindingExpressionListener
extends org.antlr.v4.runtime.tree.ParseTreeListener

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


Method Summary
 void enterAndOrOp(BindingExpressionParser.AndOrOpContext ctx)
          Enter a parse tree produced by the AndOrOp labeled alternative in BindingExpressionParser.expression().
 void enterArguments(BindingExpressionParser.ArgumentsContext ctx)
          Enter a parse tree produced by BindingExpressionParser.arguments().
 void enterBinaryOp(BindingExpressionParser.BinaryOpContext ctx)
          Enter a parse tree produced by the BinaryOp labeled alternative in BindingExpressionParser.expression().
 void enterBindingSyntax(BindingExpressionParser.BindingSyntaxContext ctx)
          Enter a parse tree produced by BindingExpressionParser.bindingSyntax().
 void enterBitShiftOp(BindingExpressionParser.BitShiftOpContext ctx)
          Enter a parse tree produced by the BitShiftOp labeled alternative in BindingExpressionParser.expression().
 void enterBracketOp(BindingExpressionParser.BracketOpContext ctx)
          Enter a parse tree produced by the BracketOp labeled alternative in BindingExpressionParser.expression().
 void enterCastOp(BindingExpressionParser.CastOpContext ctx)
          Enter a parse tree produced by the CastOp labeled alternative in BindingExpressionParser.expression().
 void enterClassExtraction(BindingExpressionParser.ClassExtractionContext ctx)
          Enter a parse tree produced by BindingExpressionParser.classExtraction().
 void enterClassOrInterfaceType(BindingExpressionParser.ClassOrInterfaceTypeContext ctx)
          Enter a parse tree produced by BindingExpressionParser.classOrInterfaceType().
 void enterComparisonOp(BindingExpressionParser.ComparisonOpContext ctx)
          Enter a parse tree produced by the ComparisonOp labeled alternative in BindingExpressionParser.expression().
 void enterConstantValue(BindingExpressionParser.ConstantValueContext ctx)
          Enter a parse tree produced by BindingExpressionParser.constantValue().
 void enterDefaults(BindingExpressionParser.DefaultsContext ctx)
          Enter a parse tree produced by BindingExpressionParser.defaults().
 void enterDotOp(BindingExpressionParser.DotOpContext ctx)
          Enter a parse tree produced by the DotOp labeled alternative in BindingExpressionParser.expression().
 void enterExplicitGenericInvocation(BindingExpressionParser.ExplicitGenericInvocationContext ctx)
          Enter a parse tree produced by BindingExpressionParser.explicitGenericInvocation().
 void enterExplicitGenericInvocationSuffix(BindingExpressionParser.ExplicitGenericInvocationSuffixContext ctx)
          Enter a parse tree produced by BindingExpressionParser.explicitGenericInvocationSuffix().
 void enterExpression(BindingExpressionParser.ExpressionContext ctx)
          Enter a parse tree produced by BindingExpressionParser.expression().
 void enterExpressionList(BindingExpressionParser.ExpressionListContext ctx)
          Enter a parse tree produced by BindingExpressionParser.expressionList().
 void enterGrouping(BindingExpressionParser.GroupingContext ctx)
          Enter a parse tree produced by the Grouping labeled alternative in BindingExpressionParser.expression().
 void enterIdentifier(BindingExpressionParser.IdentifierContext ctx)
          Enter a parse tree produced by BindingExpressionParser.identifier().
 void enterInstanceOfOp(BindingExpressionParser.InstanceOfOpContext ctx)
          Enter a parse tree produced by the InstanceOfOp labeled alternative in BindingExpressionParser.expression().
 void enterJavaLiteral(BindingExpressionParser.JavaLiteralContext ctx)
          Enter a parse tree produced by BindingExpressionParser.javaLiteral().
 void enterLiteral(BindingExpressionParser.LiteralContext ctx)
          Enter a parse tree produced by BindingExpressionParser.literal().
 void enterMathOp(BindingExpressionParser.MathOpContext ctx)
          Enter a parse tree produced by the MathOp labeled alternative in BindingExpressionParser.expression().
 void enterMethodInvocation(BindingExpressionParser.MethodInvocationContext ctx)
          Enter a parse tree produced by the MethodInvocation labeled alternative in BindingExpressionParser.expression().
 void enterPrimary(BindingExpressionParser.PrimaryContext ctx)
          Enter a parse tree produced by the Primary labeled alternative in BindingExpressionParser.expression().
 void enterPrimitiveType(BindingExpressionParser.PrimitiveTypeContext ctx)
          Enter a parse tree produced by BindingExpressionParser.primitiveType().
 void enterQuestionQuestionOp(BindingExpressionParser.QuestionQuestionOpContext ctx)
          Enter a parse tree produced by the QuestionQuestionOp labeled alternative in BindingExpressionParser.expression().
 void enterResource(BindingExpressionParser.ResourceContext ctx)
          Enter a parse tree produced by the Resource labeled alternative in BindingExpressionParser.expression().
 void enterResourceParameters(BindingExpressionParser.ResourceParametersContext ctx)
          Enter a parse tree produced by BindingExpressionParser.resourceParameters().
 void enterResources(BindingExpressionParser.ResourcesContext ctx)
          Enter a parse tree produced by BindingExpressionParser.resources().
 void enterStringLiteral(BindingExpressionParser.StringLiteralContext ctx)
          Enter a parse tree produced by BindingExpressionParser.stringLiteral().
 void enterTernaryOp(BindingExpressionParser.TernaryOpContext ctx)
          Enter a parse tree produced by the TernaryOp labeled alternative in BindingExpressionParser.expression().
 void enterType(BindingExpressionParser.TypeContext ctx)
          Enter a parse tree produced by BindingExpressionParser.type().
 void enterTypeArguments(BindingExpressionParser.TypeArgumentsContext ctx)
          Enter a parse tree produced by BindingExpressionParser.typeArguments().
 void enterUnaryOp(BindingExpressionParser.UnaryOpContext ctx)
          Enter a parse tree produced by the UnaryOp labeled alternative in BindingExpressionParser.expression().
 void exitAndOrOp(BindingExpressionParser.AndOrOpContext ctx)
          Exit a parse tree produced by the AndOrOp labeled alternative in BindingExpressionParser.expression().
 void exitArguments(BindingExpressionParser.ArgumentsContext ctx)
          Exit a parse tree produced by BindingExpressionParser.arguments().
 void exitBinaryOp(BindingExpressionParser.BinaryOpContext ctx)
          Exit a parse tree produced by the BinaryOp labeled alternative in BindingExpressionParser.expression().
 void exitBindingSyntax(BindingExpressionParser.BindingSyntaxContext ctx)
          Exit a parse tree produced by BindingExpressionParser.bindingSyntax().
 void exitBitShiftOp(BindingExpressionParser.BitShiftOpContext ctx)
          Exit a parse tree produced by the BitShiftOp labeled alternative in BindingExpressionParser.expression().
 void exitBracketOp(BindingExpressionParser.BracketOpContext ctx)
          Exit a parse tree produced by the BracketOp labeled alternative in BindingExpressionParser.expression().
 void exitCastOp(BindingExpressionParser.CastOpContext ctx)
          Exit a parse tree produced by the CastOp labeled alternative in BindingExpressionParser.expression().
 void exitClassExtraction(BindingExpressionParser.ClassExtractionContext ctx)
          Exit a parse tree produced by BindingExpressionParser.classExtraction().
 void exitClassOrInterfaceType(BindingExpressionParser.ClassOrInterfaceTypeContext ctx)
          Exit a parse tree produced by BindingExpressionParser.classOrInterfaceType().
 void exitComparisonOp(BindingExpressionParser.ComparisonOpContext ctx)
          Exit a parse tree produced by the ComparisonOp labeled alternative in BindingExpressionParser.expression().
 void exitConstantValue(BindingExpressionParser.ConstantValueContext ctx)
          Exit a parse tree produced by BindingExpressionParser.constantValue().
 void exitDefaults(BindingExpressionParser.DefaultsContext ctx)
          Exit a parse tree produced by BindingExpressionParser.defaults().
 void exitDotOp(BindingExpressionParser.DotOpContext ctx)
          Exit a parse tree produced by the DotOp labeled alternative in BindingExpressionParser.expression().
 void exitExplicitGenericInvocation(BindingExpressionParser.ExplicitGenericInvocationContext ctx)
          Exit a parse tree produced by BindingExpressionParser.explicitGenericInvocation().
 void exitExplicitGenericInvocationSuffix(BindingExpressionParser.ExplicitGenericInvocationSuffixContext ctx)
          Exit a parse tree produced by BindingExpressionParser.explicitGenericInvocationSuffix().
 void exitExpression(BindingExpressionParser.ExpressionContext ctx)
          Exit a parse tree produced by BindingExpressionParser.expression().
 void exitExpressionList(BindingExpressionParser.ExpressionListContext ctx)
          Exit a parse tree produced by BindingExpressionParser.expressionList().
 void exitGrouping(BindingExpressionParser.GroupingContext ctx)
          Exit a parse tree produced by the Grouping labeled alternative in BindingExpressionParser.expression().
 void exitIdentifier(BindingExpressionParser.IdentifierContext ctx)
          Exit a parse tree produced by BindingExpressionParser.identifier().
 void exitInstanceOfOp(BindingExpressionParser.InstanceOfOpContext ctx)
          Exit a parse tree produced by the InstanceOfOp labeled alternative in BindingExpressionParser.expression().
 void exitJavaLiteral(BindingExpressionParser.JavaLiteralContext ctx)
          Exit a parse tree produced by BindingExpressionParser.javaLiteral().
 void exitLiteral(BindingExpressionParser.LiteralContext ctx)
          Exit a parse tree produced by BindingExpressionParser.literal().
 void exitMathOp(BindingExpressionParser.MathOpContext ctx)
          Exit a parse tree produced by the MathOp labeled alternative in BindingExpressionParser.expression().
 void exitMethodInvocation(BindingExpressionParser.MethodInvocationContext ctx)
          Exit a parse tree produced by the MethodInvocation labeled alternative in BindingExpressionParser.expression().
 void exitPrimary(BindingExpressionParser.PrimaryContext ctx)
          Exit a parse tree produced by the Primary labeled alternative in BindingExpressionParser.expression().
 void exitPrimitiveType(BindingExpressionParser.PrimitiveTypeContext ctx)
          Exit a parse tree produced by BindingExpressionParser.primitiveType().
 void exitQuestionQuestionOp(BindingExpressionParser.QuestionQuestionOpContext ctx)
          Exit a parse tree produced by the QuestionQuestionOp labeled alternative in BindingExpressionParser.expression().
 void exitResource(BindingExpressionParser.ResourceContext ctx)
          Exit a parse tree produced by the Resource labeled alternative in BindingExpressionParser.expression().
 void exitResourceParameters(BindingExpressionParser.ResourceParametersContext ctx)
          Exit a parse tree produced by BindingExpressionParser.resourceParameters().
 void exitResources(BindingExpressionParser.ResourcesContext ctx)
          Exit a parse tree produced by BindingExpressionParser.resources().
 void exitStringLiteral(BindingExpressionParser.StringLiteralContext ctx)
          Exit a parse tree produced by BindingExpressionParser.stringLiteral().
 void exitTernaryOp(BindingExpressionParser.TernaryOpContext ctx)
          Exit a parse tree produced by the TernaryOp labeled alternative in BindingExpressionParser.expression().
 void exitType(BindingExpressionParser.TypeContext ctx)
          Exit a parse tree produced by BindingExpressionParser.type().
 void exitTypeArguments(BindingExpressionParser.TypeArgumentsContext ctx)
          Exit a parse tree produced by BindingExpressionParser.typeArguments().
 void exitUnaryOp(BindingExpressionParser.UnaryOpContext ctx)
          Exit a parse tree produced by the UnaryOp labeled alternative in BindingExpressionParser.expression().
 
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
 

Method Detail

enterBracketOp

void enterBracketOp(@NotNull
                    BindingExpressionParser.BracketOpContext ctx)
Enter a parse tree produced by the BracketOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitBracketOp

void exitBracketOp(@NotNull
                   BindingExpressionParser.BracketOpContext ctx)
Exit a parse tree produced by the BracketOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterResource

void enterResource(@NotNull
                   BindingExpressionParser.ResourceContext ctx)
Enter a parse tree produced by the Resource labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitResource

void exitResource(@NotNull
                  BindingExpressionParser.ResourceContext ctx)
Exit a parse tree produced by the Resource labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterCastOp

void enterCastOp(@NotNull
                 BindingExpressionParser.CastOpContext ctx)
Enter a parse tree produced by the CastOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitCastOp

void exitCastOp(@NotNull
                BindingExpressionParser.CastOpContext ctx)
Exit a parse tree produced by the CastOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterUnaryOp

void enterUnaryOp(@NotNull
                  BindingExpressionParser.UnaryOpContext ctx)
Enter a parse tree produced by the UnaryOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitUnaryOp

void exitUnaryOp(@NotNull
                 BindingExpressionParser.UnaryOpContext ctx)
Exit a parse tree produced by the UnaryOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterAndOrOp

void enterAndOrOp(@NotNull
                  BindingExpressionParser.AndOrOpContext ctx)
Enter a parse tree produced by the AndOrOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitAndOrOp

void exitAndOrOp(@NotNull
                 BindingExpressionParser.AndOrOpContext ctx)
Exit a parse tree produced by the AndOrOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterMethodInvocation

void enterMethodInvocation(@NotNull
                           BindingExpressionParser.MethodInvocationContext ctx)
Enter a parse tree produced by the MethodInvocation labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitMethodInvocation

void exitMethodInvocation(@NotNull
                          BindingExpressionParser.MethodInvocationContext ctx)
Exit a parse tree produced by the MethodInvocation labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterPrimary

void enterPrimary(@NotNull
                  BindingExpressionParser.PrimaryContext ctx)
Enter a parse tree produced by the Primary labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitPrimary

void exitPrimary(@NotNull
                 BindingExpressionParser.PrimaryContext ctx)
Exit a parse tree produced by the Primary labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterGrouping

void enterGrouping(@NotNull
                   BindingExpressionParser.GroupingContext ctx)
Enter a parse tree produced by the Grouping labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitGrouping

void exitGrouping(@NotNull
                  BindingExpressionParser.GroupingContext ctx)
Exit a parse tree produced by the Grouping labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterTernaryOp

void enterTernaryOp(@NotNull
                    BindingExpressionParser.TernaryOpContext ctx)
Enter a parse tree produced by the TernaryOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitTernaryOp

void exitTernaryOp(@NotNull
                   BindingExpressionParser.TernaryOpContext ctx)
Exit a parse tree produced by the TernaryOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterComparisonOp

void enterComparisonOp(@NotNull
                       BindingExpressionParser.ComparisonOpContext ctx)
Enter a parse tree produced by the ComparisonOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitComparisonOp

void exitComparisonOp(@NotNull
                      BindingExpressionParser.ComparisonOpContext ctx)
Exit a parse tree produced by the ComparisonOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterDotOp

void enterDotOp(@NotNull
                BindingExpressionParser.DotOpContext ctx)
Enter a parse tree produced by the DotOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitDotOp

void exitDotOp(@NotNull
               BindingExpressionParser.DotOpContext ctx)
Exit a parse tree produced by the DotOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterMathOp

void enterMathOp(@NotNull
                 BindingExpressionParser.MathOpContext ctx)
Enter a parse tree produced by the MathOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitMathOp

void exitMathOp(@NotNull
                BindingExpressionParser.MathOpContext ctx)
Exit a parse tree produced by the MathOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterQuestionQuestionOp

void enterQuestionQuestionOp(@NotNull
                             BindingExpressionParser.QuestionQuestionOpContext ctx)
Enter a parse tree produced by the QuestionQuestionOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitQuestionQuestionOp

void exitQuestionQuestionOp(@NotNull
                            BindingExpressionParser.QuestionQuestionOpContext ctx)
Exit a parse tree produced by the QuestionQuestionOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterBitShiftOp

void enterBitShiftOp(@NotNull
                     BindingExpressionParser.BitShiftOpContext ctx)
Enter a parse tree produced by the BitShiftOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitBitShiftOp

void exitBitShiftOp(@NotNull
                    BindingExpressionParser.BitShiftOpContext ctx)
Exit a parse tree produced by the BitShiftOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterInstanceOfOp

void enterInstanceOfOp(@NotNull
                       BindingExpressionParser.InstanceOfOpContext ctx)
Enter a parse tree produced by the InstanceOfOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitInstanceOfOp

void exitInstanceOfOp(@NotNull
                      BindingExpressionParser.InstanceOfOpContext ctx)
Exit a parse tree produced by the InstanceOfOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterBinaryOp

void enterBinaryOp(@NotNull
                   BindingExpressionParser.BinaryOpContext ctx)
Enter a parse tree produced by the BinaryOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitBinaryOp

void exitBinaryOp(@NotNull
                  BindingExpressionParser.BinaryOpContext ctx)
Exit a parse tree produced by the BinaryOp labeled alternative in BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterBindingSyntax

void enterBindingSyntax(@NotNull
                        BindingExpressionParser.BindingSyntaxContext ctx)
Enter a parse tree produced by BindingExpressionParser.bindingSyntax().

Parameters:
ctx - the parse tree

exitBindingSyntax

void exitBindingSyntax(@NotNull
                       BindingExpressionParser.BindingSyntaxContext ctx)
Exit a parse tree produced by BindingExpressionParser.bindingSyntax().

Parameters:
ctx - the parse tree

enterDefaults

void enterDefaults(@NotNull
                   BindingExpressionParser.DefaultsContext ctx)
Enter a parse tree produced by BindingExpressionParser.defaults().

Parameters:
ctx - the parse tree

exitDefaults

void exitDefaults(@NotNull
                  BindingExpressionParser.DefaultsContext ctx)
Exit a parse tree produced by BindingExpressionParser.defaults().

Parameters:
ctx - the parse tree

enterConstantValue

void enterConstantValue(@NotNull
                        BindingExpressionParser.ConstantValueContext ctx)
Enter a parse tree produced by BindingExpressionParser.constantValue().

Parameters:
ctx - the parse tree

exitConstantValue

void exitConstantValue(@NotNull
                       BindingExpressionParser.ConstantValueContext ctx)
Exit a parse tree produced by BindingExpressionParser.constantValue().

Parameters:
ctx - the parse tree

enterExpression

void enterExpression(@NotNull
                     BindingExpressionParser.ExpressionContext ctx)
Enter a parse tree produced by BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

exitExpression

void exitExpression(@NotNull
                    BindingExpressionParser.ExpressionContext ctx)
Exit a parse tree produced by BindingExpressionParser.expression().

Parameters:
ctx - the parse tree

enterClassExtraction

void enterClassExtraction(@NotNull
                          BindingExpressionParser.ClassExtractionContext ctx)
Enter a parse tree produced by BindingExpressionParser.classExtraction().

Parameters:
ctx - the parse tree

exitClassExtraction

void exitClassExtraction(@NotNull
                         BindingExpressionParser.ClassExtractionContext ctx)
Exit a parse tree produced by BindingExpressionParser.classExtraction().

Parameters:
ctx - the parse tree

enterExpressionList

void enterExpressionList(@NotNull
                         BindingExpressionParser.ExpressionListContext ctx)
Enter a parse tree produced by BindingExpressionParser.expressionList().

Parameters:
ctx - the parse tree

exitExpressionList

void exitExpressionList(@NotNull
                        BindingExpressionParser.ExpressionListContext ctx)
Exit a parse tree produced by BindingExpressionParser.expressionList().

Parameters:
ctx - the parse tree

enterLiteral

void enterLiteral(@NotNull
                  BindingExpressionParser.LiteralContext ctx)
Enter a parse tree produced by BindingExpressionParser.literal().

Parameters:
ctx - the parse tree

exitLiteral

void exitLiteral(@NotNull
                 BindingExpressionParser.LiteralContext ctx)
Exit a parse tree produced by BindingExpressionParser.literal().

Parameters:
ctx - the parse tree

enterIdentifier

void enterIdentifier(@NotNull
                     BindingExpressionParser.IdentifierContext ctx)
Enter a parse tree produced by BindingExpressionParser.identifier().

Parameters:
ctx - the parse tree

exitIdentifier

void exitIdentifier(@NotNull
                    BindingExpressionParser.IdentifierContext ctx)
Exit a parse tree produced by BindingExpressionParser.identifier().

Parameters:
ctx - the parse tree

enterJavaLiteral

void enterJavaLiteral(@NotNull
                      BindingExpressionParser.JavaLiteralContext ctx)
Enter a parse tree produced by BindingExpressionParser.javaLiteral().

Parameters:
ctx - the parse tree

exitJavaLiteral

void exitJavaLiteral(@NotNull
                     BindingExpressionParser.JavaLiteralContext ctx)
Exit a parse tree produced by BindingExpressionParser.javaLiteral().

Parameters:
ctx - the parse tree

enterStringLiteral

void enterStringLiteral(@NotNull
                        BindingExpressionParser.StringLiteralContext ctx)
Enter a parse tree produced by BindingExpressionParser.stringLiteral().

Parameters:
ctx - the parse tree

exitStringLiteral

void exitStringLiteral(@NotNull
                       BindingExpressionParser.StringLiteralContext ctx)
Exit a parse tree produced by BindingExpressionParser.stringLiteral().

Parameters:
ctx - the parse tree

enterExplicitGenericInvocation

void enterExplicitGenericInvocation(@NotNull
                                    BindingExpressionParser.ExplicitGenericInvocationContext ctx)
Enter a parse tree produced by BindingExpressionParser.explicitGenericInvocation().

Parameters:
ctx - the parse tree

exitExplicitGenericInvocation

void exitExplicitGenericInvocation(@NotNull
                                   BindingExpressionParser.ExplicitGenericInvocationContext ctx)
Exit a parse tree produced by BindingExpressionParser.explicitGenericInvocation().

Parameters:
ctx - the parse tree

enterTypeArguments

void enterTypeArguments(@NotNull
                        BindingExpressionParser.TypeArgumentsContext ctx)
Enter a parse tree produced by BindingExpressionParser.typeArguments().

Parameters:
ctx - the parse tree

exitTypeArguments

void exitTypeArguments(@NotNull
                       BindingExpressionParser.TypeArgumentsContext ctx)
Exit a parse tree produced by BindingExpressionParser.typeArguments().

Parameters:
ctx - the parse tree

enterType

void enterType(@NotNull
               BindingExpressionParser.TypeContext ctx)
Enter a parse tree produced by BindingExpressionParser.type().

Parameters:
ctx - the parse tree

exitType

void exitType(@NotNull
              BindingExpressionParser.TypeContext ctx)
Exit a parse tree produced by BindingExpressionParser.type().

Parameters:
ctx - the parse tree

enterExplicitGenericInvocationSuffix

void enterExplicitGenericInvocationSuffix(@NotNull
                                          BindingExpressionParser.ExplicitGenericInvocationSuffixContext ctx)
Enter a parse tree produced by BindingExpressionParser.explicitGenericInvocationSuffix().

Parameters:
ctx - the parse tree

exitExplicitGenericInvocationSuffix

void exitExplicitGenericInvocationSuffix(@NotNull
                                         BindingExpressionParser.ExplicitGenericInvocationSuffixContext ctx)
Exit a parse tree produced by BindingExpressionParser.explicitGenericInvocationSuffix().

Parameters:
ctx - the parse tree

enterArguments

void enterArguments(@NotNull
                    BindingExpressionParser.ArgumentsContext ctx)
Enter a parse tree produced by BindingExpressionParser.arguments().

Parameters:
ctx - the parse tree

exitArguments

void exitArguments(@NotNull
                   BindingExpressionParser.ArgumentsContext ctx)
Exit a parse tree produced by BindingExpressionParser.arguments().

Parameters:
ctx - the parse tree

enterClassOrInterfaceType

void enterClassOrInterfaceType(@NotNull
                               BindingExpressionParser.ClassOrInterfaceTypeContext ctx)
Enter a parse tree produced by BindingExpressionParser.classOrInterfaceType().

Parameters:
ctx - the parse tree

exitClassOrInterfaceType

void exitClassOrInterfaceType(@NotNull
                              BindingExpressionParser.ClassOrInterfaceTypeContext ctx)
Exit a parse tree produced by BindingExpressionParser.classOrInterfaceType().

Parameters:
ctx - the parse tree

enterPrimitiveType

void enterPrimitiveType(@NotNull
                        BindingExpressionParser.PrimitiveTypeContext ctx)
Enter a parse tree produced by BindingExpressionParser.primitiveType().

Parameters:
ctx - the parse tree

exitPrimitiveType

void exitPrimitiveType(@NotNull
                       BindingExpressionParser.PrimitiveTypeContext ctx)
Exit a parse tree produced by BindingExpressionParser.primitiveType().

Parameters:
ctx - the parse tree

enterResources

void enterResources(@NotNull
                    BindingExpressionParser.ResourcesContext ctx)
Enter a parse tree produced by BindingExpressionParser.resources().

Parameters:
ctx - the parse tree

exitResources

void exitResources(@NotNull
                   BindingExpressionParser.ResourcesContext ctx)
Exit a parse tree produced by BindingExpressionParser.resources().

Parameters:
ctx - the parse tree

enterResourceParameters

void enterResourceParameters(@NotNull
                             BindingExpressionParser.ResourceParametersContext ctx)
Enter a parse tree produced by BindingExpressionParser.resourceParameters().

Parameters:
ctx - the parse tree

exitResourceParameters

void exitResourceParameters(@NotNull
                            BindingExpressionParser.ResourceParametersContext ctx)
Exit a parse tree produced by BindingExpressionParser.resourceParameters().

Parameters:
ctx - the parse tree