Package org.apache.flink.table.codesplit
Interface JavaParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
JavaParserBaseListener
public interface JavaParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
JavaParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byJavaParser.annotation().voidEnter a parse tree produced byJavaParser.annotationConstantRest().voidEnter a parse tree produced byJavaParser.annotationMethodOrConstantRest().voidEnter a parse tree produced byJavaParser.annotationMethodRest().voidEnter a parse tree produced byJavaParser.annotationTypeBody().voidEnter a parse tree produced byJavaParser.annotationTypeDeclaration().voidEnter a parse tree produced byJavaParser.annotationTypeElementDeclaration().voidEnter a parse tree produced byJavaParser.annotationTypeElementRest().voidEnter a parse tree produced byJavaParser.arguments().voidEnter a parse tree produced byJavaParser.arrayCreatorRest().voidEnter a parse tree produced byJavaParser.arrayInitializer().voidEnter a parse tree produced byJavaParser.block().voidEnter a parse tree produced byJavaParser.blockStatement().voidEnter a parse tree produced byJavaParser.catchClause().voidEnter a parse tree produced byJavaParser.catchType().voidEnter a parse tree produced byJavaParser.classBody().voidEnter a parse tree produced byJavaParser.classBodyDeclaration().voidEnter a parse tree produced byJavaParser.classCreatorRest().voidEnter a parse tree produced byJavaParser.classDeclaration().voidEnter a parse tree produced byJavaParser.classOrInterfaceModifier().voidEnter a parse tree produced byJavaParser.classOrInterfaceType().voidEnter a parse tree produced byJavaParser.classType().voidEnter a parse tree produced byJavaParser.compilationUnit().voidEnter a parse tree produced byJavaParser.constantDeclarator().voidEnter a parse tree produced byJavaParser.constDeclaration().voidEnter a parse tree produced byJavaParser.constructorCall().voidEnter a parse tree produced byJavaParser.constructorDeclaration().voidEnter a parse tree produced byJavaParser.createdName().voidEnter a parse tree produced byJavaParser.creator().voidEnter a parse tree produced byJavaParser.defaultValue().voidEnter a parse tree produced byJavaParser.elementValue().voidEnter a parse tree produced byJavaParser.elementValueArrayInitializer().voidEnter a parse tree produced byJavaParser.elementValuePair().voidEnter a parse tree produced byJavaParser.elementValuePairs().voidEnter a parse tree produced byJavaParser.enhancedForControl().voidEnter a parse tree produced byJavaParser.enumBodyDeclarations().voidEnter a parse tree produced byJavaParser.enumConstant().voidEnter a parse tree produced byJavaParser.enumConstants().voidEnter a parse tree produced byJavaParser.enumDeclaration().voidEnter a parse tree produced byJavaParser.explicitGenericInvocation().voidEnter a parse tree produced byJavaParser.explicitGenericInvocationSuffix().voidEnter a parse tree produced byJavaParser.expression().voidEnter a parse tree produced byJavaParser.expressionList().voidEnter a parse tree produced byJavaParser.fieldDeclaration().voidEnter a parse tree produced byJavaParser.finallyBlock().voidEnter a parse tree produced byJavaParser.floatLiteral().voidEnter a parse tree produced byJavaParser.forControl().voidEnter a parse tree produced byJavaParser.forInit().voidEnter a parse tree produced byJavaParser.formalParameter().voidEnter a parse tree produced byJavaParser.formalParameterList().voidEnter a parse tree produced byJavaParser.formalParameters().voidEnter a parse tree produced byJavaParser.genericConstructorDeclaration().voidEnter a parse tree produced byJavaParser.genericInterfaceMethodDeclaration().voidEnter a parse tree produced byJavaParser.genericMethodDeclaration().voidEnter a parse tree produced byJavaParser.importDeclaration().voidEnter a parse tree produced byJavaParser.innerCreator().voidEnter a parse tree produced byJavaParser.integerLiteral().voidEnter a parse tree produced byJavaParser.interfaceBody().voidEnter a parse tree produced byJavaParser.interfaceBodyDeclaration().voidEnter a parse tree produced byJavaParser.interfaceDeclaration().voidEnter a parse tree produced byJavaParser.interfaceMemberDeclaration().voidEnter a parse tree produced byJavaParser.interfaceMethodDeclaration().voidEnter a parse tree produced byJavaParser.interfaceMethodModifier().voidEnter a parse tree produced byJavaParser.lambdaBody().voidEnter a parse tree produced byJavaParser.lambdaExpression().voidEnter a parse tree produced byJavaParser.lambdaParameters().voidEnter a parse tree produced byJavaParser.lastFormalParameter().voidEnter a parse tree produced byJavaParser.literal().voidEnter a parse tree produced byJavaParser.localTypeDeclaration().voidEnter a parse tree produced byJavaParser.localVariableDeclaration().voidEnter a parse tree produced byJavaParser.memberDeclaration().voidEnter a parse tree produced byJavaParser.methodBody().voidEnter a parse tree produced byJavaParser.methodCall().voidEnter a parse tree produced byJavaParser.methodDeclaration().voidEnter a parse tree produced byJavaParser.modifier().voidEnter a parse tree produced byJavaParser.nonWildcardTypeArguments().voidEnter a parse tree produced byJavaParser.nonWildcardTypeArgumentsOrDiamond().voidEnter a parse tree produced byJavaParser.packageDeclaration().voidEnter a parse tree produced byJavaParser.parExpression().voidEnter a parse tree produced byJavaParser.primary().voidEnter a parse tree produced byJavaParser.primitiveType().voidEnter a parse tree produced byJavaParser.qualifiedName().voidEnter a parse tree produced byJavaParser.qualifiedNameList().voidEnter a parse tree produced byJavaParser.resource().voidEnter a parse tree produced byJavaParser.resources().voidEnter a parse tree produced byJavaParser.resourceSpecification().voidEnter a parse tree produced byJavaParser.statement().voidEnter a parse tree produced byJavaParser.superSuffix().voidEnter a parse tree produced byJavaParser.switchBlockStatementGroup().voidEnter a parse tree produced byJavaParser.switchLabel().voidEnter a parse tree produced byJavaParser.typeArgument().voidEnter a parse tree produced byJavaParser.typeArguments().voidEnter a parse tree produced byJavaParser.typeArgumentsOrDiamond().voidEnter a parse tree produced byJavaParser.typeBound().voidEnter a parse tree produced byJavaParser.typeDeclaration().voidEnter a parse tree produced byJavaParser.typeList().voidEnter a parse tree produced byJavaParser.typeParameter().voidEnter a parse tree produced byJavaParser.typeParameters().voidEnter a parse tree produced byJavaParser.typeType().voidEnter a parse tree produced byJavaParser.typeTypeOrVoid().voidEnter a parse tree produced byJavaParser.variableDeclarator().voidEnter a parse tree produced byJavaParser.variableDeclaratorId().voidEnter a parse tree produced byJavaParser.variableDeclarators().voidEnter a parse tree produced byJavaParser.variableInitializer().voidEnter a parse tree produced byJavaParser.variableModifier().voidExit a parse tree produced byJavaParser.annotation().voidExit a parse tree produced byJavaParser.annotationConstantRest().voidExit a parse tree produced byJavaParser.annotationMethodOrConstantRest().voidExit a parse tree produced byJavaParser.annotationMethodRest().voidExit a parse tree produced byJavaParser.annotationTypeBody().voidExit a parse tree produced byJavaParser.annotationTypeDeclaration().voidExit a parse tree produced byJavaParser.annotationTypeElementDeclaration().voidExit a parse tree produced byJavaParser.annotationTypeElementRest().voidExit a parse tree produced byJavaParser.arguments().voidExit a parse tree produced byJavaParser.arrayCreatorRest().voidExit a parse tree produced byJavaParser.arrayInitializer().voidExit a parse tree produced byJavaParser.block().voidExit a parse tree produced byJavaParser.blockStatement().voidExit a parse tree produced byJavaParser.catchClause().voidExit a parse tree produced byJavaParser.catchType().voidExit a parse tree produced byJavaParser.classBody().voidExit a parse tree produced byJavaParser.classBodyDeclaration().voidExit a parse tree produced byJavaParser.classCreatorRest().voidExit a parse tree produced byJavaParser.classDeclaration().voidExit a parse tree produced byJavaParser.classOrInterfaceModifier().voidExit a parse tree produced byJavaParser.classOrInterfaceType().voidExit a parse tree produced byJavaParser.classType().voidExit a parse tree produced byJavaParser.compilationUnit().voidExit a parse tree produced byJavaParser.constantDeclarator().voidExit a parse tree produced byJavaParser.constDeclaration().voidExit a parse tree produced byJavaParser.constructorCall().voidExit a parse tree produced byJavaParser.constructorDeclaration().voidExit a parse tree produced byJavaParser.createdName().voidExit a parse tree produced byJavaParser.creator().voidExit a parse tree produced byJavaParser.defaultValue().voidExit a parse tree produced byJavaParser.elementValue().voidExit a parse tree produced byJavaParser.elementValueArrayInitializer().voidExit a parse tree produced byJavaParser.elementValuePair().voidExit a parse tree produced byJavaParser.elementValuePairs().voidExit a parse tree produced byJavaParser.enhancedForControl().voidExit a parse tree produced byJavaParser.enumBodyDeclarations().voidExit a parse tree produced byJavaParser.enumConstant().voidExit a parse tree produced byJavaParser.enumConstants().voidExit a parse tree produced byJavaParser.enumDeclaration().voidExit a parse tree produced byJavaParser.explicitGenericInvocation().voidExit a parse tree produced byJavaParser.explicitGenericInvocationSuffix().voidExit a parse tree produced byJavaParser.expression().voidExit a parse tree produced byJavaParser.expressionList().voidExit a parse tree produced byJavaParser.fieldDeclaration().voidExit a parse tree produced byJavaParser.finallyBlock().voidExit a parse tree produced byJavaParser.floatLiteral().voidExit a parse tree produced byJavaParser.forControl().voidExit a parse tree produced byJavaParser.forInit().voidExit a parse tree produced byJavaParser.formalParameter().voidExit a parse tree produced byJavaParser.formalParameterList().voidExit a parse tree produced byJavaParser.formalParameters().voidExit a parse tree produced byJavaParser.genericConstructorDeclaration().voidExit a parse tree produced byJavaParser.genericInterfaceMethodDeclaration().voidExit a parse tree produced byJavaParser.genericMethodDeclaration().voidExit a parse tree produced byJavaParser.importDeclaration().voidExit a parse tree produced byJavaParser.innerCreator().voidExit a parse tree produced byJavaParser.integerLiteral().voidExit a parse tree produced byJavaParser.interfaceBody().voidExit a parse tree produced byJavaParser.interfaceBodyDeclaration().voidExit a parse tree produced byJavaParser.interfaceDeclaration().voidExit a parse tree produced byJavaParser.interfaceMemberDeclaration().voidExit a parse tree produced byJavaParser.interfaceMethodDeclaration().voidExit a parse tree produced byJavaParser.interfaceMethodModifier().voidExit a parse tree produced byJavaParser.lambdaBody().voidExit a parse tree produced byJavaParser.lambdaExpression().voidExit a parse tree produced byJavaParser.lambdaParameters().voidExit a parse tree produced byJavaParser.lastFormalParameter().voidExit a parse tree produced byJavaParser.literal().voidExit a parse tree produced byJavaParser.localTypeDeclaration().voidExit a parse tree produced byJavaParser.localVariableDeclaration().voidExit a parse tree produced byJavaParser.memberDeclaration().voidExit a parse tree produced byJavaParser.methodBody().voidExit a parse tree produced byJavaParser.methodCall().voidExit a parse tree produced byJavaParser.methodDeclaration().voidExit a parse tree produced byJavaParser.modifier().voidExit a parse tree produced byJavaParser.nonWildcardTypeArguments().voidExit a parse tree produced byJavaParser.nonWildcardTypeArgumentsOrDiamond().voidExit a parse tree produced byJavaParser.packageDeclaration().voidExit a parse tree produced byJavaParser.parExpression().voidExit a parse tree produced byJavaParser.primary().voidExit a parse tree produced byJavaParser.primitiveType().voidExit a parse tree produced byJavaParser.qualifiedName().voidExit a parse tree produced byJavaParser.qualifiedNameList().voidExit a parse tree produced byJavaParser.resource().voidExit a parse tree produced byJavaParser.resources().voidExit a parse tree produced byJavaParser.resourceSpecification().voidExit a parse tree produced byJavaParser.statement().voidExit a parse tree produced byJavaParser.superSuffix().voidExit a parse tree produced byJavaParser.switchBlockStatementGroup().voidExit a parse tree produced byJavaParser.switchLabel().voidExit a parse tree produced byJavaParser.typeArgument().voidExit a parse tree produced byJavaParser.typeArguments().voidExit a parse tree produced byJavaParser.typeArgumentsOrDiamond().voidExit a parse tree produced byJavaParser.typeBound().voidExit a parse tree produced byJavaParser.typeDeclaration().voidExit a parse tree produced byJavaParser.typeList().voidExit a parse tree produced byJavaParser.typeParameter().voidExit a parse tree produced byJavaParser.typeParameters().voidExit a parse tree produced byJavaParser.typeType().voidExit a parse tree produced byJavaParser.typeTypeOrVoid().voidExit a parse tree produced byJavaParser.variableDeclarator().voidExit a parse tree produced byJavaParser.variableDeclaratorId().voidExit a parse tree produced byJavaParser.variableDeclarators().voidExit a parse tree produced byJavaParser.variableInitializer().voidExit a parse tree produced byJavaParser.variableModifier().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterCompilationUnit
Enter a parse tree produced byJavaParser.compilationUnit().- Parameters:
ctx- the parse tree
-
exitCompilationUnit
Exit a parse tree produced byJavaParser.compilationUnit().- Parameters:
ctx- the parse tree
-
enterPackageDeclaration
Enter a parse tree produced byJavaParser.packageDeclaration().- Parameters:
ctx- the parse tree
-
exitPackageDeclaration
Exit a parse tree produced byJavaParser.packageDeclaration().- Parameters:
ctx- the parse tree
-
enterImportDeclaration
Enter a parse tree produced byJavaParser.importDeclaration().- Parameters:
ctx- the parse tree
-
exitImportDeclaration
Exit a parse tree produced byJavaParser.importDeclaration().- Parameters:
ctx- the parse tree
-
enterTypeDeclaration
Enter a parse tree produced byJavaParser.typeDeclaration().- Parameters:
ctx- the parse tree
-
exitTypeDeclaration
Exit a parse tree produced byJavaParser.typeDeclaration().- Parameters:
ctx- the parse tree
-
enterModifier
Enter a parse tree produced byJavaParser.modifier().- Parameters:
ctx- the parse tree
-
exitModifier
Exit a parse tree produced byJavaParser.modifier().- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceModifier
Enter a parse tree produced byJavaParser.classOrInterfaceModifier().- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceModifier
Exit a parse tree produced byJavaParser.classOrInterfaceModifier().- Parameters:
ctx- the parse tree
-
enterVariableModifier
Enter a parse tree produced byJavaParser.variableModifier().- Parameters:
ctx- the parse tree
-
exitVariableModifier
Exit a parse tree produced byJavaParser.variableModifier().- Parameters:
ctx- the parse tree
-
enterClassDeclaration
Enter a parse tree produced byJavaParser.classDeclaration().- Parameters:
ctx- the parse tree
-
exitClassDeclaration
Exit a parse tree produced byJavaParser.classDeclaration().- Parameters:
ctx- the parse tree
-
enterTypeParameters
Enter a parse tree produced byJavaParser.typeParameters().- Parameters:
ctx- the parse tree
-
exitTypeParameters
Exit a parse tree produced byJavaParser.typeParameters().- Parameters:
ctx- the parse tree
-
enterTypeParameter
Enter a parse tree produced byJavaParser.typeParameter().- Parameters:
ctx- the parse tree
-
exitTypeParameter
Exit a parse tree produced byJavaParser.typeParameter().- Parameters:
ctx- the parse tree
-
enterTypeBound
Enter a parse tree produced byJavaParser.typeBound().- Parameters:
ctx- the parse tree
-
exitTypeBound
Exit a parse tree produced byJavaParser.typeBound().- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
Enter a parse tree produced byJavaParser.enumDeclaration().- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
Exit a parse tree produced byJavaParser.enumDeclaration().- Parameters:
ctx- the parse tree
-
enterEnumConstants
Enter a parse tree produced byJavaParser.enumConstants().- Parameters:
ctx- the parse tree
-
exitEnumConstants
Exit a parse tree produced byJavaParser.enumConstants().- Parameters:
ctx- the parse tree
-
enterEnumConstant
Enter a parse tree produced byJavaParser.enumConstant().- Parameters:
ctx- the parse tree
-
exitEnumConstant
Exit a parse tree produced byJavaParser.enumConstant().- Parameters:
ctx- the parse tree
-
enterEnumBodyDeclarations
Enter a parse tree produced byJavaParser.enumBodyDeclarations().- Parameters:
ctx- the parse tree
-
exitEnumBodyDeclarations
Exit a parse tree produced byJavaParser.enumBodyDeclarations().- Parameters:
ctx- the parse tree
-
enterInterfaceDeclaration
Enter a parse tree produced byJavaParser.interfaceDeclaration().- Parameters:
ctx- the parse tree
-
exitInterfaceDeclaration
Exit a parse tree produced byJavaParser.interfaceDeclaration().- Parameters:
ctx- the parse tree
-
enterClassBody
Enter a parse tree produced byJavaParser.classBody().- Parameters:
ctx- the parse tree
-
exitClassBody
Exit a parse tree produced byJavaParser.classBody().- Parameters:
ctx- the parse tree
-
enterInterfaceBody
Enter a parse tree produced byJavaParser.interfaceBody().- Parameters:
ctx- the parse tree
-
exitInterfaceBody
Exit a parse tree produced byJavaParser.interfaceBody().- Parameters:
ctx- the parse tree
-
enterClassBodyDeclaration
Enter a parse tree produced byJavaParser.classBodyDeclaration().- Parameters:
ctx- the parse tree
-
exitClassBodyDeclaration
Exit a parse tree produced byJavaParser.classBodyDeclaration().- Parameters:
ctx- the parse tree
-
enterMemberDeclaration
Enter a parse tree produced byJavaParser.memberDeclaration().- Parameters:
ctx- the parse tree
-
exitMemberDeclaration
Exit a parse tree produced byJavaParser.memberDeclaration().- Parameters:
ctx- the parse tree
-
enterMethodDeclaration
Enter a parse tree produced byJavaParser.methodDeclaration().- Parameters:
ctx- the parse tree
-
exitMethodDeclaration
Exit a parse tree produced byJavaParser.methodDeclaration().- Parameters:
ctx- the parse tree
-
enterMethodBody
Enter a parse tree produced byJavaParser.methodBody().- Parameters:
ctx- the parse tree
-
exitMethodBody
Exit a parse tree produced byJavaParser.methodBody().- Parameters:
ctx- the parse tree
-
enterTypeTypeOrVoid
Enter a parse tree produced byJavaParser.typeTypeOrVoid().- Parameters:
ctx- the parse tree
-
exitTypeTypeOrVoid
Exit a parse tree produced byJavaParser.typeTypeOrVoid().- Parameters:
ctx- the parse tree
-
enterGenericMethodDeclaration
Enter a parse tree produced byJavaParser.genericMethodDeclaration().- Parameters:
ctx- the parse tree
-
exitGenericMethodDeclaration
Exit a parse tree produced byJavaParser.genericMethodDeclaration().- Parameters:
ctx- the parse tree
-
enterGenericConstructorDeclaration
Enter a parse tree produced byJavaParser.genericConstructorDeclaration().- Parameters:
ctx- the parse tree
-
exitGenericConstructorDeclaration
Exit a parse tree produced byJavaParser.genericConstructorDeclaration().- Parameters:
ctx- the parse tree
-
enterConstructorDeclaration
Enter a parse tree produced byJavaParser.constructorDeclaration().- Parameters:
ctx- the parse tree
-
exitConstructorDeclaration
Exit a parse tree produced byJavaParser.constructorDeclaration().- Parameters:
ctx- the parse tree
-
enterFieldDeclaration
Enter a parse tree produced byJavaParser.fieldDeclaration().- Parameters:
ctx- the parse tree
-
exitFieldDeclaration
Exit a parse tree produced byJavaParser.fieldDeclaration().- Parameters:
ctx- the parse tree
-
enterInterfaceBodyDeclaration
Enter a parse tree produced byJavaParser.interfaceBodyDeclaration().- Parameters:
ctx- the parse tree
-
exitInterfaceBodyDeclaration
Exit a parse tree produced byJavaParser.interfaceBodyDeclaration().- Parameters:
ctx- the parse tree
-
enterInterfaceMemberDeclaration
Enter a parse tree produced byJavaParser.interfaceMemberDeclaration().- Parameters:
ctx- the parse tree
-
exitInterfaceMemberDeclaration
Exit a parse tree produced byJavaParser.interfaceMemberDeclaration().- Parameters:
ctx- the parse tree
-
enterConstDeclaration
Enter a parse tree produced byJavaParser.constDeclaration().- Parameters:
ctx- the parse tree
-
exitConstDeclaration
Exit a parse tree produced byJavaParser.constDeclaration().- Parameters:
ctx- the parse tree
-
enterConstantDeclarator
Enter a parse tree produced byJavaParser.constantDeclarator().- Parameters:
ctx- the parse tree
-
exitConstantDeclarator
Exit a parse tree produced byJavaParser.constantDeclarator().- Parameters:
ctx- the parse tree
-
enterInterfaceMethodDeclaration
Enter a parse tree produced byJavaParser.interfaceMethodDeclaration().- Parameters:
ctx- the parse tree
-
exitInterfaceMethodDeclaration
Exit a parse tree produced byJavaParser.interfaceMethodDeclaration().- Parameters:
ctx- the parse tree
-
enterInterfaceMethodModifier
Enter a parse tree produced byJavaParser.interfaceMethodModifier().- Parameters:
ctx- the parse tree
-
exitInterfaceMethodModifier
Exit a parse tree produced byJavaParser.interfaceMethodModifier().- Parameters:
ctx- the parse tree
-
enterGenericInterfaceMethodDeclaration
void enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext ctx) Enter a parse tree produced byJavaParser.genericInterfaceMethodDeclaration().- Parameters:
ctx- the parse tree
-
exitGenericInterfaceMethodDeclaration
Exit a parse tree produced byJavaParser.genericInterfaceMethodDeclaration().- Parameters:
ctx- the parse tree
-
enterVariableDeclarators
Enter a parse tree produced byJavaParser.variableDeclarators().- Parameters:
ctx- the parse tree
-
exitVariableDeclarators
Exit a parse tree produced byJavaParser.variableDeclarators().- Parameters:
ctx- the parse tree
-
enterVariableDeclarator
Enter a parse tree produced byJavaParser.variableDeclarator().- Parameters:
ctx- the parse tree
-
exitVariableDeclarator
Exit a parse tree produced byJavaParser.variableDeclarator().- Parameters:
ctx- the parse tree
-
enterVariableDeclaratorId
Enter a parse tree produced byJavaParser.variableDeclaratorId().- Parameters:
ctx- the parse tree
-
exitVariableDeclaratorId
Exit a parse tree produced byJavaParser.variableDeclaratorId().- Parameters:
ctx- the parse tree
-
enterVariableInitializer
Enter a parse tree produced byJavaParser.variableInitializer().- Parameters:
ctx- the parse tree
-
exitVariableInitializer
Exit a parse tree produced byJavaParser.variableInitializer().- Parameters:
ctx- the parse tree
-
enterArrayInitializer
Enter a parse tree produced byJavaParser.arrayInitializer().- Parameters:
ctx- the parse tree
-
exitArrayInitializer
Exit a parse tree produced byJavaParser.arrayInitializer().- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceType
Enter a parse tree produced byJavaParser.classOrInterfaceType().- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceType
Exit a parse tree produced byJavaParser.classOrInterfaceType().- Parameters:
ctx- the parse tree
-
enterTypeArgument
Enter a parse tree produced byJavaParser.typeArgument().- Parameters:
ctx- the parse tree
-
exitTypeArgument
Exit a parse tree produced byJavaParser.typeArgument().- Parameters:
ctx- the parse tree
-
enterQualifiedNameList
Enter a parse tree produced byJavaParser.qualifiedNameList().- Parameters:
ctx- the parse tree
-
exitQualifiedNameList
Exit a parse tree produced byJavaParser.qualifiedNameList().- Parameters:
ctx- the parse tree
-
enterFormalParameters
Enter a parse tree produced byJavaParser.formalParameters().- Parameters:
ctx- the parse tree
-
exitFormalParameters
Exit a parse tree produced byJavaParser.formalParameters().- Parameters:
ctx- the parse tree
-
enterFormalParameterList
Enter a parse tree produced byJavaParser.formalParameterList().- Parameters:
ctx- the parse tree
-
exitFormalParameterList
Exit a parse tree produced byJavaParser.formalParameterList().- Parameters:
ctx- the parse tree
-
enterFormalParameter
Enter a parse tree produced byJavaParser.formalParameter().- Parameters:
ctx- the parse tree
-
exitFormalParameter
Exit a parse tree produced byJavaParser.formalParameter().- Parameters:
ctx- the parse tree
-
enterLastFormalParameter
Enter a parse tree produced byJavaParser.lastFormalParameter().- Parameters:
ctx- the parse tree
-
exitLastFormalParameter
Exit a parse tree produced byJavaParser.lastFormalParameter().- Parameters:
ctx- the parse tree
-
enterQualifiedName
Enter a parse tree produced byJavaParser.qualifiedName().- Parameters:
ctx- the parse tree
-
exitQualifiedName
Exit a parse tree produced byJavaParser.qualifiedName().- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byJavaParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byJavaParser.literal().- Parameters:
ctx- the parse tree
-
enterIntegerLiteral
Enter a parse tree produced byJavaParser.integerLiteral().- Parameters:
ctx- the parse tree
-
exitIntegerLiteral
Exit a parse tree produced byJavaParser.integerLiteral().- Parameters:
ctx- the parse tree
-
enterFloatLiteral
Enter a parse tree produced byJavaParser.floatLiteral().- Parameters:
ctx- the parse tree
-
exitFloatLiteral
Exit a parse tree produced byJavaParser.floatLiteral().- Parameters:
ctx- the parse tree
-
enterAnnotation
Enter a parse tree produced byJavaParser.annotation().- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byJavaParser.annotation().- Parameters:
ctx- the parse tree
-
enterElementValuePairs
Enter a parse tree produced byJavaParser.elementValuePairs().- Parameters:
ctx- the parse tree
-
exitElementValuePairs
Exit a parse tree produced byJavaParser.elementValuePairs().- Parameters:
ctx- the parse tree
-
enterElementValuePair
Enter a parse tree produced byJavaParser.elementValuePair().- Parameters:
ctx- the parse tree
-
exitElementValuePair
Exit a parse tree produced byJavaParser.elementValuePair().- Parameters:
ctx- the parse tree
-
enterElementValue
Enter a parse tree produced byJavaParser.elementValue().- Parameters:
ctx- the parse tree
-
exitElementValue
Exit a parse tree produced byJavaParser.elementValue().- Parameters:
ctx- the parse tree
-
enterElementValueArrayInitializer
Enter a parse tree produced byJavaParser.elementValueArrayInitializer().- Parameters:
ctx- the parse tree
-
exitElementValueArrayInitializer
Exit a parse tree produced byJavaParser.elementValueArrayInitializer().- Parameters:
ctx- the parse tree
-
enterAnnotationTypeDeclaration
Enter a parse tree produced byJavaParser.annotationTypeDeclaration().- Parameters:
ctx- the parse tree
-
exitAnnotationTypeDeclaration
Exit a parse tree produced byJavaParser.annotationTypeDeclaration().- Parameters:
ctx- the parse tree
-
enterAnnotationTypeBody
Enter a parse tree produced byJavaParser.annotationTypeBody().- Parameters:
ctx- the parse tree
-
exitAnnotationTypeBody
Exit a parse tree produced byJavaParser.annotationTypeBody().- Parameters:
ctx- the parse tree
-
enterAnnotationTypeElementDeclaration
Enter a parse tree produced byJavaParser.annotationTypeElementDeclaration().- Parameters:
ctx- the parse tree
-
exitAnnotationTypeElementDeclaration
Exit a parse tree produced byJavaParser.annotationTypeElementDeclaration().- Parameters:
ctx- the parse tree
-
enterAnnotationTypeElementRest
Enter a parse tree produced byJavaParser.annotationTypeElementRest().- Parameters:
ctx- the parse tree
-
exitAnnotationTypeElementRest
Exit a parse tree produced byJavaParser.annotationTypeElementRest().- Parameters:
ctx- the parse tree
-
enterAnnotationMethodOrConstantRest
Enter a parse tree produced byJavaParser.annotationMethodOrConstantRest().- Parameters:
ctx- the parse tree
-
exitAnnotationMethodOrConstantRest
Exit a parse tree produced byJavaParser.annotationMethodOrConstantRest().- Parameters:
ctx- the parse tree
-
enterAnnotationMethodRest
Enter a parse tree produced byJavaParser.annotationMethodRest().- Parameters:
ctx- the parse tree
-
exitAnnotationMethodRest
Exit a parse tree produced byJavaParser.annotationMethodRest().- Parameters:
ctx- the parse tree
-
enterAnnotationConstantRest
Enter a parse tree produced byJavaParser.annotationConstantRest().- Parameters:
ctx- the parse tree
-
exitAnnotationConstantRest
Exit a parse tree produced byJavaParser.annotationConstantRest().- Parameters:
ctx- the parse tree
-
enterDefaultValue
Enter a parse tree produced byJavaParser.defaultValue().- Parameters:
ctx- the parse tree
-
exitDefaultValue
Exit a parse tree produced byJavaParser.defaultValue().- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byJavaParser.block().- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byJavaParser.block().- Parameters:
ctx- the parse tree
-
enterBlockStatement
Enter a parse tree produced byJavaParser.blockStatement().- Parameters:
ctx- the parse tree
-
exitBlockStatement
Exit a parse tree produced byJavaParser.blockStatement().- Parameters:
ctx- the parse tree
-
enterLocalVariableDeclaration
Enter a parse tree produced byJavaParser.localVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitLocalVariableDeclaration
Exit a parse tree produced byJavaParser.localVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterLocalTypeDeclaration
Enter a parse tree produced byJavaParser.localTypeDeclaration().- Parameters:
ctx- the parse tree
-
exitLocalTypeDeclaration
Exit a parse tree produced byJavaParser.localTypeDeclaration().- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byJavaParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byJavaParser.statement().- Parameters:
ctx- the parse tree
-
enterCatchClause
Enter a parse tree produced byJavaParser.catchClause().- Parameters:
ctx- the parse tree
-
exitCatchClause
Exit a parse tree produced byJavaParser.catchClause().- Parameters:
ctx- the parse tree
-
enterCatchType
Enter a parse tree produced byJavaParser.catchType().- Parameters:
ctx- the parse tree
-
exitCatchType
Exit a parse tree produced byJavaParser.catchType().- Parameters:
ctx- the parse tree
-
enterFinallyBlock
Enter a parse tree produced byJavaParser.finallyBlock().- Parameters:
ctx- the parse tree
-
exitFinallyBlock
Exit a parse tree produced byJavaParser.finallyBlock().- Parameters:
ctx- the parse tree
-
enterResourceSpecification
Enter a parse tree produced byJavaParser.resourceSpecification().- Parameters:
ctx- the parse tree
-
exitResourceSpecification
Exit a parse tree produced byJavaParser.resourceSpecification().- Parameters:
ctx- the parse tree
-
enterResources
Enter a parse tree produced byJavaParser.resources().- Parameters:
ctx- the parse tree
-
exitResources
Exit a parse tree produced byJavaParser.resources().- Parameters:
ctx- the parse tree
-
enterResource
Enter a parse tree produced byJavaParser.resource().- Parameters:
ctx- the parse tree
-
exitResource
Exit a parse tree produced byJavaParser.resource().- Parameters:
ctx- the parse tree
-
enterSwitchBlockStatementGroup
Enter a parse tree produced byJavaParser.switchBlockStatementGroup().- Parameters:
ctx- the parse tree
-
exitSwitchBlockStatementGroup
Exit a parse tree produced byJavaParser.switchBlockStatementGroup().- Parameters:
ctx- the parse tree
-
enterSwitchLabel
Enter a parse tree produced byJavaParser.switchLabel().- Parameters:
ctx- the parse tree
-
exitSwitchLabel
Exit a parse tree produced byJavaParser.switchLabel().- Parameters:
ctx- the parse tree
-
enterForControl
Enter a parse tree produced byJavaParser.forControl().- Parameters:
ctx- the parse tree
-
exitForControl
Exit a parse tree produced byJavaParser.forControl().- Parameters:
ctx- the parse tree
-
enterForInit
Enter a parse tree produced byJavaParser.forInit().- Parameters:
ctx- the parse tree
-
exitForInit
Exit a parse tree produced byJavaParser.forInit().- Parameters:
ctx- the parse tree
-
enterEnhancedForControl
Enter a parse tree produced byJavaParser.enhancedForControl().- Parameters:
ctx- the parse tree
-
exitEnhancedForControl
Exit a parse tree produced byJavaParser.enhancedForControl().- Parameters:
ctx- the parse tree
-
enterParExpression
Enter a parse tree produced byJavaParser.parExpression().- Parameters:
ctx- the parse tree
-
exitParExpression
Exit a parse tree produced byJavaParser.parExpression().- Parameters:
ctx- the parse tree
-
enterExpressionList
Enter a parse tree produced byJavaParser.expressionList().- Parameters:
ctx- the parse tree
-
exitExpressionList
Exit a parse tree produced byJavaParser.expressionList().- Parameters:
ctx- the parse tree
-
enterMethodCall
Enter a parse tree produced byJavaParser.methodCall().- Parameters:
ctx- the parse tree
-
exitMethodCall
Exit a parse tree produced byJavaParser.methodCall().- Parameters:
ctx- the parse tree
-
enterConstructorCall
Enter a parse tree produced byJavaParser.constructorCall().- Parameters:
ctx- the parse tree
-
exitConstructorCall
Exit a parse tree produced byJavaParser.constructorCall().- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byJavaParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byJavaParser.expression().- Parameters:
ctx- the parse tree
-
enterLambdaExpression
Enter a parse tree produced byJavaParser.lambdaExpression().- Parameters:
ctx- the parse tree
-
exitLambdaExpression
Exit a parse tree produced byJavaParser.lambdaExpression().- Parameters:
ctx- the parse tree
-
enterLambdaParameters
Enter a parse tree produced byJavaParser.lambdaParameters().- Parameters:
ctx- the parse tree
-
exitLambdaParameters
Exit a parse tree produced byJavaParser.lambdaParameters().- Parameters:
ctx- the parse tree
-
enterLambdaBody
Enter a parse tree produced byJavaParser.lambdaBody().- Parameters:
ctx- the parse tree
-
exitLambdaBody
Exit a parse tree produced byJavaParser.lambdaBody().- Parameters:
ctx- the parse tree
-
enterPrimary
Enter a parse tree produced byJavaParser.primary().- Parameters:
ctx- the parse tree
-
exitPrimary
Exit a parse tree produced byJavaParser.primary().- Parameters:
ctx- the parse tree
-
enterClassType
Enter a parse tree produced byJavaParser.classType().- Parameters:
ctx- the parse tree
-
exitClassType
Exit a parse tree produced byJavaParser.classType().- Parameters:
ctx- the parse tree
-
enterCreator
Enter a parse tree produced byJavaParser.creator().- Parameters:
ctx- the parse tree
-
exitCreator
Exit a parse tree produced byJavaParser.creator().- Parameters:
ctx- the parse tree
-
enterCreatedName
Enter a parse tree produced byJavaParser.createdName().- Parameters:
ctx- the parse tree
-
exitCreatedName
Exit a parse tree produced byJavaParser.createdName().- Parameters:
ctx- the parse tree
-
enterInnerCreator
Enter a parse tree produced byJavaParser.innerCreator().- Parameters:
ctx- the parse tree
-
exitInnerCreator
Exit a parse tree produced byJavaParser.innerCreator().- Parameters:
ctx- the parse tree
-
enterArrayCreatorRest
Enter a parse tree produced byJavaParser.arrayCreatorRest().- Parameters:
ctx- the parse tree
-
exitArrayCreatorRest
Exit a parse tree produced byJavaParser.arrayCreatorRest().- Parameters:
ctx- the parse tree
-
enterClassCreatorRest
Enter a parse tree produced byJavaParser.classCreatorRest().- Parameters:
ctx- the parse tree
-
exitClassCreatorRest
Exit a parse tree produced byJavaParser.classCreatorRest().- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocation
Enter a parse tree produced byJavaParser.explicitGenericInvocation().- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocation
Exit a parse tree produced byJavaParser.explicitGenericInvocation().- Parameters:
ctx- the parse tree
-
enterTypeArgumentsOrDiamond
Enter a parse tree produced byJavaParser.typeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
exitTypeArgumentsOrDiamond
Exit a parse tree produced byJavaParser.typeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArgumentsOrDiamond
void enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx) Enter a parse tree produced byJavaParser.nonWildcardTypeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArgumentsOrDiamond
Exit a parse tree produced byJavaParser.nonWildcardTypeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArguments
Enter a parse tree produced byJavaParser.nonWildcardTypeArguments().- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArguments
Exit a parse tree produced byJavaParser.nonWildcardTypeArguments().- Parameters:
ctx- the parse tree
-
enterTypeList
Enter a parse tree produced byJavaParser.typeList().- Parameters:
ctx- the parse tree
-
exitTypeList
Exit a parse tree produced byJavaParser.typeList().- Parameters:
ctx- the parse tree
-
enterTypeType
Enter a parse tree produced byJavaParser.typeType().- Parameters:
ctx- the parse tree
-
exitTypeType
Exit a parse tree produced byJavaParser.typeType().- Parameters:
ctx- the parse tree
-
enterPrimitiveType
Enter a parse tree produced byJavaParser.primitiveType().- Parameters:
ctx- the parse tree
-
exitPrimitiveType
Exit a parse tree produced byJavaParser.primitiveType().- Parameters:
ctx- the parse tree
-
enterTypeArguments
Enter a parse tree produced byJavaParser.typeArguments().- Parameters:
ctx- the parse tree
-
exitTypeArguments
Exit a parse tree produced byJavaParser.typeArguments().- Parameters:
ctx- the parse tree
-
enterSuperSuffix
Enter a parse tree produced byJavaParser.superSuffix().- Parameters:
ctx- the parse tree
-
exitSuperSuffix
Exit a parse tree produced byJavaParser.superSuffix().- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocationSuffix
Enter a parse tree produced byJavaParser.explicitGenericInvocationSuffix().- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocationSuffix
Exit a parse tree produced byJavaParser.explicitGenericInvocationSuffix().- Parameters:
ctx- the parse tree
-
enterArguments
Enter a parse tree produced byJavaParser.arguments().- Parameters:
ctx- the parse tree
-
exitArguments
Exit a parse tree produced byJavaParser.arguments().- Parameters:
ctx- the parse tree
-