public class ExprBaseListener extends Object implements ExprListener
ExprListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
ExprBaseListener() |
public void enterObject(ExprParser.ObjectContext ctx)
ExprParser.object().
The default implementation does nothing.
enterObject in interface ExprListenerctx - the parse treepublic void exitObject(ExprParser.ObjectContext ctx)
ExprParser.object().
The default implementation does nothing.
exitObject in interface ExprListenerctx - the parse treepublic void enterObjectEntry(ExprParser.ObjectEntryContext ctx)
ExprParser.objectEntry().
The default implementation does nothing.
enterObjectEntry in interface ExprListenerctx - the parse treepublic void exitObjectEntry(ExprParser.ObjectEntryContext ctx)
ExprParser.objectEntry().
The default implementation does nothing.
exitObjectEntry in interface ExprListenerctx - the parse treepublic void enterLambda(ExprParser.LambdaContext ctx)
ExprParser.lambda().
The default implementation does nothing.
enterLambda in interface ExprListenerctx - the parse treepublic void exitLambda(ExprParser.LambdaContext ctx)
ExprParser.lambda().
The default implementation does nothing.
exitLambda in interface ExprListenerctx - the parse treepublic void enterLambdaBoundVars(ExprParser.LambdaBoundVarsContext ctx)
ExprParser.lambdaBoundVars().
The default implementation does nothing.
enterLambdaBoundVars in interface ExprListenerctx - the parse treepublic void exitLambdaBoundVars(ExprParser.LambdaBoundVarsContext ctx)
ExprParser.lambdaBoundVars().
The default implementation does nothing.
exitLambdaBoundVars in interface ExprListenerctx - the parse treepublic void enterLambdaBoundVar(ExprParser.LambdaBoundVarContext ctx)
ExprParser.lambdaBoundVar().
The default implementation does nothing.
enterLambdaBoundVar in interface ExprListenerctx - the parse treepublic void exitLambdaBoundVar(ExprParser.LambdaBoundVarContext ctx)
ExprParser.lambdaBoundVar().
The default implementation does nothing.
exitLambdaBoundVar in interface ExprListenerctx - the parse treepublic void enterLambdaIdentifier(ExprParser.LambdaIdentifierContext ctx)
ExprParser.lambdaIdentifier().
The default implementation does nothing.
enterLambdaIdentifier in interface ExprListenerctx - the parse treepublic void exitLambdaIdentifier(ExprParser.LambdaIdentifierContext ctx)
ExprParser.lambdaIdentifier().
The default implementation does nothing.
exitLambdaIdentifier in interface ExprListenerctx - the parse treepublic void enterAssignment(ExprParser.AssignmentContext ctx)
ExprParser.assignment().
The default implementation does nothing.
enterAssignment in interface ExprListenerctx - the parse treepublic void exitAssignment(ExprParser.AssignmentContext ctx)
ExprParser.assignment().
The default implementation does nothing.
exitAssignment in interface ExprListenerctx - the parse treepublic void enterExpression(ExprParser.ExpressionContext ctx)
ExprParser.expression().
The default implementation does nothing.
enterExpression in interface ExprListenerctx - the parse treepublic void exitExpression(ExprParser.ExpressionContext ctx)
ExprParser.expression().
The default implementation does nothing.
exitExpression in interface ExprListenerctx - the parse treepublic void enterTernaryCondition(ExprParser.TernaryConditionContext ctx)
ExprParser.ternaryCondition().
The default implementation does nothing.
enterTernaryCondition in interface ExprListenerctx - the parse treepublic void exitTernaryCondition(ExprParser.TernaryConditionContext ctx)
ExprParser.ternaryCondition().
The default implementation does nothing.
exitTernaryCondition in interface ExprListenerctx - the parse treepublic void enterOr(ExprParser.OrContext ctx)
ExprParser.or().
The default implementation does nothing.
enterOr in interface ExprListenerctx - the parse treepublic void exitOr(ExprParser.OrContext ctx)
ExprParser.or().
The default implementation does nothing.
exitOr in interface ExprListenerctx - the parse treepublic void enterAnd(ExprParser.AndContext ctx)
ExprParser.and().
The default implementation does nothing.
enterAnd in interface ExprListenerctx - the parse treepublic void exitAnd(ExprParser.AndContext ctx)
ExprParser.and().
The default implementation does nothing.
exitAnd in interface ExprListenerctx - the parse treepublic void enterNot(ExprParser.NotContext ctx)
ExprParser.not().
The default implementation does nothing.
enterNot in interface ExprListenerctx - the parse treepublic void exitNot(ExprParser.NotContext ctx)
ExprParser.not().
The default implementation does nothing.
exitNot in interface ExprListenerctx - the parse treepublic void enterComparison(ExprParser.ComparisonContext ctx)
ExprParser.comparison().
The default implementation does nothing.
enterComparison in interface ExprListenerctx - the parse treepublic void exitComparison(ExprParser.ComparisonContext ctx)
ExprParser.comparison().
The default implementation does nothing.
exitComparison in interface ExprListenerctx - the parse treepublic void enterComparisonOperation(ExprParser.ComparisonOperationContext ctx)
ExprParser.comparisonOperation().
The default implementation does nothing.
enterComparisonOperation in interface ExprListenerctx - the parse treepublic void exitComparisonOperation(ExprParser.ComparisonOperationContext ctx)
ExprParser.comparisonOperation().
The default implementation does nothing.
exitComparisonOperation in interface ExprListenerctx - the parse treepublic void enterAdditive(ExprParser.AdditiveContext ctx)
ExprParser.additive().
The default implementation does nothing.
enterAdditive in interface ExprListenerctx - the parse treepublic void exitAdditive(ExprParser.AdditiveContext ctx)
ExprParser.additive().
The default implementation does nothing.
exitAdditive in interface ExprListenerctx - the parse treepublic void enterMultiplicative(ExprParser.MultiplicativeContext ctx)
ExprParser.multiplicative().
The default implementation does nothing.
enterMultiplicative in interface ExprListenerctx - the parse treepublic void exitMultiplicative(ExprParser.MultiplicativeContext ctx)
ExprParser.multiplicative().
The default implementation does nothing.
exitMultiplicative in interface ExprListenerctx - the parse treepublic void enterTrueArithmetic(ExprParser.TrueArithmeticContext ctx)
trueArithmetic
labeled alternative in ExprParser.arithmetic().
The default implementation does nothing.
enterTrueArithmetic in interface ExprListenerctx - the parse treepublic void exitTrueArithmetic(ExprParser.TrueArithmeticContext ctx)
trueArithmetic
labeled alternative in ExprParser.arithmetic().
The default implementation does nothing.
exitTrueArithmetic in interface ExprListenerctx - the parse treepublic void enterArithmeticFallback(ExprParser.ArithmeticFallbackContext ctx)
arithmeticFallback
labeled alternative in ExprParser.arithmetic().
The default implementation does nothing.
enterArithmeticFallback in interface ExprListenerctx - the parse treepublic void exitArithmeticFallback(ExprParser.ArithmeticFallbackContext ctx)
arithmeticFallback
labeled alternative in ExprParser.arithmetic().
The default implementation does nothing.
exitArithmeticFallback in interface ExprListenerctx - the parse treepublic void enterPathCast(ExprParser.PathCastContext ctx)
pathCast
labeled alternative in ExprParser.path().
The default implementation does nothing.
enterPathCast in interface ExprListenerctx - the parse treepublic void exitPathCast(ExprParser.PathCastContext ctx)
pathCast
labeled alternative in ExprParser.path().
The default implementation does nothing.
exitPathCast in interface ExprListenerctx - the parse treepublic void enterPathNavigated(ExprParser.PathNavigatedContext ctx)
pathNavigated
labeled alternative in ExprParser.path().
The default implementation does nothing.
enterPathNavigated in interface ExprListenerctx - the parse treepublic void exitPathNavigated(ExprParser.PathNavigatedContext ctx)
pathNavigated
labeled alternative in ExprParser.path().
The default implementation does nothing.
exitPathNavigated in interface ExprListenerctx - the parse treepublic void enterPropertyNavigation(ExprParser.PropertyNavigationContext ctx)
propertyNavigation
labeled alternative in ExprParser.navigation().
The default implementation does nothing.
enterPropertyNavigation in interface ExprListenerctx - the parse treepublic void exitPropertyNavigation(ExprParser.PropertyNavigationContext ctx)
propertyNavigation
labeled alternative in ExprParser.navigation().
The default implementation does nothing.
exitPropertyNavigation in interface ExprListenerctx - the parse treepublic void enterArrayNavigation(ExprParser.ArrayNavigationContext ctx)
arrayNavigation
labeled alternative in ExprParser.navigation().
The default implementation does nothing.
enterArrayNavigation in interface ExprListenerctx - the parse treepublic void exitArrayNavigation(ExprParser.ArrayNavigationContext ctx)
arrayNavigation
labeled alternative in ExprParser.navigation().
The default implementation does nothing.
exitArrayNavigation in interface ExprListenerctx - the parse treepublic void enterInstanceOf(ExprParser.InstanceOfContext ctx)
ExprParser.instanceOf().
The default implementation does nothing.
enterInstanceOf in interface ExprListenerctx - the parse treepublic void exitInstanceOf(ExprParser.InstanceOfContext ctx)
ExprParser.instanceOf().
The default implementation does nothing.
exitInstanceOf in interface ExprListenerctx - the parse treepublic void enterNumberPrimitive(ExprParser.NumberPrimitiveContext ctx)
numberPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterNumberPrimitive in interface ExprListenerctx - the parse treepublic void exitNumberPrimitive(ExprParser.NumberPrimitiveContext ctx)
numberPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitNumberPrimitive in interface ExprListenerctx - the parse treepublic void enterStringPrimitive(ExprParser.StringPrimitiveContext ctx)
stringPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterStringPrimitive in interface ExprListenerctx - the parse treepublic void exitStringPrimitive(ExprParser.StringPrimitiveContext ctx)
stringPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitStringPrimitive in interface ExprListenerctx - the parse treepublic void enterThisPrimitive(ExprParser.ThisPrimitiveContext ctx)
thisPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterThisPrimitive in interface ExprListenerctx - the parse treepublic void exitThisPrimitive(ExprParser.ThisPrimitiveContext ctx)
thisPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitThisPrimitive in interface ExprListenerctx - the parse treepublic void enterTruePrimitive(ExprParser.TruePrimitiveContext ctx)
truePrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterTruePrimitive in interface ExprListenerctx - the parse treepublic void exitTruePrimitive(ExprParser.TruePrimitiveContext ctx)
truePrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitTruePrimitive in interface ExprListenerctx - the parse treepublic void enterFalsePrimitive(ExprParser.FalsePrimitiveContext ctx)
falsePrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterFalsePrimitive in interface ExprListenerctx - the parse treepublic void exitFalsePrimitive(ExprParser.FalsePrimitiveContext ctx)
falsePrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitFalsePrimitive in interface ExprListenerctx - the parse treepublic void enterNullPrimitive(ExprParser.NullPrimitiveContext ctx)
nullPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterNullPrimitive in interface ExprListenerctx - the parse treepublic void exitNullPrimitive(ExprParser.NullPrimitiveContext ctx)
nullPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitNullPrimitive in interface ExprListenerctx - the parse treepublic void enterFunctionCall(ExprParser.FunctionCallContext ctx)
functionCall
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterFunctionCall in interface ExprListenerctx - the parse treepublic void exitFunctionCall(ExprParser.FunctionCallContext ctx)
functionCall
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitFunctionCall in interface ExprListenerctx - the parse treepublic void enterIdPrimitive(ExprParser.IdPrimitiveContext ctx)
idPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterIdPrimitive in interface ExprListenerctx - the parse treepublic void exitIdPrimitive(ExprParser.IdPrimitiveContext ctx)
idPrimitive
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitIdPrimitive in interface ExprListenerctx - the parse treepublic void enterParenthesized(ExprParser.ParenthesizedContext ctx)
parenthesized
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
enterParenthesized in interface ExprListenerctx - the parse treepublic void exitParenthesized(ExprParser.ParenthesizedContext ctx)
parenthesized
labeled alternative in ExprParser.primitive().
The default implementation does nothing.
exitParenthesized in interface ExprListenerctx - the parse treepublic void enterExpressionList(ExprParser.ExpressionListContext ctx)
ExprParser.expressionList().
The default implementation does nothing.
enterExpressionList in interface ExprListenerctx - the parse treepublic void exitExpressionList(ExprParser.ExpressionListContext ctx)
ExprParser.expressionList().
The default implementation does nothing.
exitExpressionList in interface ExprListenerctx - the parse treepublic void enterType(ExprParser.TypeContext ctx)
ExprParser.type().
The default implementation does nothing.
enterType in interface ExprListenerctx - the parse treepublic void exitType(ExprParser.TypeContext ctx)
ExprParser.type().
The default implementation does nothing.
exitType in interface ExprListenerctx - the parse treepublic void enterGenericType(ExprParser.GenericTypeContext ctx)
ExprParser.genericType().
The default implementation does nothing.
enterGenericType in interface ExprListenerctx - the parse treepublic void exitGenericType(ExprParser.GenericTypeContext ctx)
ExprParser.genericType().
The default implementation does nothing.
exitGenericType in interface ExprListenerctx - the parse treepublic void enterArraySuffix(ExprParser.ArraySuffixContext ctx)
ExprParser.arraySuffix().
The default implementation does nothing.
enterArraySuffix in interface ExprListenerctx - the parse treepublic void exitArraySuffix(ExprParser.ArraySuffixContext ctx)
ExprParser.arraySuffix().
The default implementation does nothing.
exitArraySuffix in interface ExprListenerctx - the parse treepublic void enterBooleanType(ExprParser.BooleanTypeContext ctx)
booleanType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterBooleanType in interface ExprListenerctx - the parse treepublic void exitBooleanType(ExprParser.BooleanTypeContext ctx)
booleanType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitBooleanType in interface ExprListenerctx - the parse treepublic void enterCharType(ExprParser.CharTypeContext ctx)
charType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterCharType in interface ExprListenerctx - the parse treepublic void exitCharType(ExprParser.CharTypeContext ctx)
charType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitCharType in interface ExprListenerctx - the parse treepublic void enterByteType(ExprParser.ByteTypeContext ctx)
byteType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterByteType in interface ExprListenerctx - the parse treepublic void exitByteType(ExprParser.ByteTypeContext ctx)
byteType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitByteType in interface ExprListenerctx - the parse treepublic void enterShortType(ExprParser.ShortTypeContext ctx)
shortType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterShortType in interface ExprListenerctx - the parse treepublic void exitShortType(ExprParser.ShortTypeContext ctx)
shortType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitShortType in interface ExprListenerctx - the parse treepublic void enterIntType(ExprParser.IntTypeContext ctx)
intType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterIntType in interface ExprListenerctx - the parse treepublic void exitIntType(ExprParser.IntTypeContext ctx)
intType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitIntType in interface ExprListenerctx - the parse treepublic void enterLongType(ExprParser.LongTypeContext ctx)
longType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterLongType in interface ExprListenerctx - the parse treepublic void exitLongType(ExprParser.LongTypeContext ctx)
longType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitLongType in interface ExprListenerctx - the parse treepublic void enterFloatType(ExprParser.FloatTypeContext ctx)
floatType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterFloatType in interface ExprListenerctx - the parse treepublic void exitFloatType(ExprParser.FloatTypeContext ctx)
floatType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitFloatType in interface ExprListenerctx - the parse treepublic void enterDoubleType(ExprParser.DoubleTypeContext ctx)
doubleType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterDoubleType in interface ExprListenerctx - the parse treepublic void exitDoubleType(ExprParser.DoubleTypeContext ctx)
doubleType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitDoubleType in interface ExprListenerctx - the parse treepublic void enterClassType(ExprParser.ClassTypeContext ctx)
classType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
enterClassType in interface ExprListenerctx - the parse treepublic void exitClassType(ExprParser.ClassTypeContext ctx)
classType
labeled alternative in ExprParser.nonArrayType().
The default implementation does nothing.
exitClassType in interface ExprListenerctx - the parse treepublic void enterQualifiedClassType(ExprParser.QualifiedClassTypeContext ctx)
ExprParser.qualifiedClassType().
The default implementation does nothing.
enterQualifiedClassType in interface ExprListenerctx - the parse treepublic void exitQualifiedClassType(ExprParser.QualifiedClassTypeContext ctx)
ExprParser.qualifiedClassType().
The default implementation does nothing.
exitQualifiedClassType in interface ExprListenerctx - the parse treepublic void enterRawClassType(ExprParser.RawClassTypeContext ctx)
ExprParser.rawClassType().
The default implementation does nothing.
enterRawClassType in interface ExprListenerctx - the parse treepublic void exitRawClassType(ExprParser.RawClassTypeContext ctx)
ExprParser.rawClassType().
The default implementation does nothing.
exitRawClassType in interface ExprListenerctx - the parse treepublic void enterTypeArguments(ExprParser.TypeArgumentsContext ctx)
ExprParser.typeArguments().
The default implementation does nothing.
enterTypeArguments in interface ExprListenerctx - the parse treepublic void exitTypeArguments(ExprParser.TypeArgumentsContext ctx)
ExprParser.typeArguments().
The default implementation does nothing.
exitTypeArguments in interface ExprListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2019. All rights reserved.