public interface JavaParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
JavaParser.void enterCompilationUnit(JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().ctx - the parse treevoid exitCompilationUnit(JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().ctx - the parse treevoid enterPackageDeclaration(JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().ctx - the parse treevoid exitPackageDeclaration(JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().ctx - the parse treevoid enterImportDeclaration(JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().ctx - the parse treevoid exitImportDeclaration(JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().ctx - the parse treevoid enterTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().ctx - the parse treevoid exitTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().ctx - the parse treevoid enterModifier(JavaParser.ModifierContext ctx)
JavaParser.modifier().ctx - the parse treevoid exitModifier(JavaParser.ModifierContext ctx)
JavaParser.modifier().ctx - the parse treevoid enterClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().ctx - the parse treevoid exitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().ctx - the parse treevoid enterVariableModifier(JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().ctx - the parse treevoid exitVariableModifier(JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().ctx - the parse treevoid enterClassDeclaration(JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().ctx - the parse treevoid exitClassDeclaration(JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().ctx - the parse treevoid enterTypeParameters(JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().ctx - the parse treevoid exitTypeParameters(JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().ctx - the parse treevoid enterTypeParameter(JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().ctx - the parse treevoid exitTypeParameter(JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().ctx - the parse treevoid enterTypeBound(JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().ctx - the parse treevoid exitTypeBound(JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().ctx - the parse treevoid enterEnumDeclaration(JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().ctx - the parse treevoid exitEnumDeclaration(JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().ctx - the parse treevoid enterEnumConstants(JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().ctx - the parse treevoid exitEnumConstants(JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().ctx - the parse treevoid enterEnumConstant(JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().ctx - the parse treevoid exitEnumConstant(JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().ctx - the parse treevoid enterEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().ctx - the parse treevoid exitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().ctx - the parse treevoid enterInterfaceDeclaration(JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().ctx - the parse treevoid exitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().ctx - the parse treevoid enterClassBody(JavaParser.ClassBodyContext ctx)
JavaParser.classBody().ctx - the parse treevoid exitClassBody(JavaParser.ClassBodyContext ctx)
JavaParser.classBody().ctx - the parse treevoid enterInterfaceBody(JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().ctx - the parse treevoid exitInterfaceBody(JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().ctx - the parse treevoid enterClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().ctx - the parse treevoid exitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().ctx - the parse treevoid enterMemberDeclaration(JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().ctx - the parse treevoid exitMemberDeclaration(JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().ctx - the parse treevoid enterMethodDeclaration(JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().ctx - the parse treevoid exitMethodDeclaration(JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().ctx - the parse treevoid enterMethodBody(JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().ctx - the parse treevoid exitMethodBody(JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().ctx - the parse treevoid enterTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext ctx)
JavaParser.typeTypeOrVoid().ctx - the parse treevoid exitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext ctx)
JavaParser.typeTypeOrVoid().ctx - the parse treevoid enterGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().ctx - the parse treevoid exitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().ctx - the parse treevoid enterGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().ctx - the parse treevoid exitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().ctx - the parse treevoid enterConstructorDeclaration(JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().ctx - the parse treevoid exitConstructorDeclaration(JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().ctx - the parse treevoid enterFieldDeclaration(JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().ctx - the parse treevoid exitFieldDeclaration(JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().ctx - the parse treevoid enterInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().ctx - the parse treevoid exitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().ctx - the parse treevoid enterInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().ctx - the parse treevoid exitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().ctx - the parse treevoid enterConstDeclaration(JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().ctx - the parse treevoid exitConstDeclaration(JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().ctx - the parse treevoid enterConstantDeclarator(JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().ctx - the parse treevoid exitConstantDeclarator(JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().ctx - the parse treevoid enterInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().ctx - the parse treevoid exitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().ctx - the parse treevoid enterInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext ctx)
JavaParser.interfaceMethodModifier().ctx - the parse treevoid exitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext ctx)
JavaParser.interfaceMethodModifier().ctx - the parse treevoid enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().ctx - the parse treevoid exitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().ctx - the parse treevoid enterVariableDeclarators(JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().ctx - the parse treevoid exitVariableDeclarators(JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().ctx - the parse treevoid enterVariableDeclarator(JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().ctx - the parse treevoid exitVariableDeclarator(JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().ctx - the parse treevoid enterVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().ctx - the parse treevoid exitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().ctx - the parse treevoid enterVariableInitializer(JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().ctx - the parse treevoid exitVariableInitializer(JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().ctx - the parse treevoid enterArrayInitializer(JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().ctx - the parse treevoid exitArrayInitializer(JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().ctx - the parse treevoid enterClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().ctx - the parse treevoid exitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().ctx - the parse treevoid enterTypeArgument(JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().ctx - the parse treevoid exitTypeArgument(JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().ctx - the parse treevoid enterQualifiedNameList(JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().ctx - the parse treevoid exitQualifiedNameList(JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().ctx - the parse treevoid enterFormalParameters(JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().ctx - the parse treevoid exitFormalParameters(JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().ctx - the parse treevoid enterFormalParameterList(JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().ctx - the parse treevoid exitFormalParameterList(JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().ctx - the parse treevoid enterFormalParameter(JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().ctx - the parse treevoid exitFormalParameter(JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().ctx - the parse treevoid enterLastFormalParameter(JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().ctx - the parse treevoid exitLastFormalParameter(JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().ctx - the parse treevoid enterQualifiedName(JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().ctx - the parse treevoid exitQualifiedName(JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().ctx - the parse treevoid enterLiteral(JavaParser.LiteralContext ctx)
JavaParser.literal().ctx - the parse treevoid exitLiteral(JavaParser.LiteralContext ctx)
JavaParser.literal().ctx - the parse treevoid enterIntegerLiteral(JavaParser.IntegerLiteralContext ctx)
JavaParser.integerLiteral().ctx - the parse treevoid exitIntegerLiteral(JavaParser.IntegerLiteralContext ctx)
JavaParser.integerLiteral().ctx - the parse treevoid enterFloatLiteral(JavaParser.FloatLiteralContext ctx)
JavaParser.floatLiteral().ctx - the parse treevoid exitFloatLiteral(JavaParser.FloatLiteralContext ctx)
JavaParser.floatLiteral().ctx - the parse treevoid enterAnnotation(JavaParser.AnnotationContext ctx)
JavaParser.annotation().ctx - the parse treevoid exitAnnotation(JavaParser.AnnotationContext ctx)
JavaParser.annotation().ctx - the parse treevoid enterElementValuePairs(JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().ctx - the parse treevoid exitElementValuePairs(JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().ctx - the parse treevoid enterElementValuePair(JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().ctx - the parse treevoid exitElementValuePair(JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().ctx - the parse treevoid enterElementValue(JavaParser.ElementValueContext ctx)
JavaParser.elementValue().ctx - the parse treevoid exitElementValue(JavaParser.ElementValueContext ctx)
JavaParser.elementValue().ctx - the parse treevoid enterElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().ctx - the parse treevoid exitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().ctx - the parse treevoid enterAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().ctx - the parse treevoid exitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().ctx - the parse treevoid enterAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().ctx - the parse treevoid exitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().ctx - the parse treevoid enterAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().ctx - the parse treevoid exitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().ctx - the parse treevoid enterAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().ctx - the parse treevoid exitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().ctx - the parse treevoid enterAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().ctx - the parse treevoid exitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().ctx - the parse treevoid enterAnnotationMethodRest(JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().ctx - the parse treevoid exitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().ctx - the parse treevoid enterAnnotationConstantRest(JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().ctx - the parse treevoid exitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().ctx - the parse treevoid enterDefaultValue(JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().ctx - the parse treevoid exitDefaultValue(JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().ctx - the parse treevoid enterBlock(JavaParser.BlockContext ctx)
JavaParser.block().ctx - the parse treevoid exitBlock(JavaParser.BlockContext ctx)
JavaParser.block().ctx - the parse treevoid enterBlockStatement(JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().ctx - the parse treevoid exitBlockStatement(JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().ctx - the parse treevoid enterLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().ctx - the parse treevoid exitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().ctx - the parse treevoid enterLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext ctx)
JavaParser.localTypeDeclaration().ctx - the parse treevoid exitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext ctx)
JavaParser.localTypeDeclaration().ctx - the parse treevoid enterStatement(JavaParser.StatementContext ctx)
JavaParser.statement().ctx - the parse treevoid exitStatement(JavaParser.StatementContext ctx)
JavaParser.statement().ctx - the parse treevoid enterCatchClause(JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().ctx - the parse treevoid exitCatchClause(JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().ctx - the parse treevoid enterCatchType(JavaParser.CatchTypeContext ctx)
JavaParser.catchType().ctx - the parse treevoid exitCatchType(JavaParser.CatchTypeContext ctx)
JavaParser.catchType().ctx - the parse treevoid enterFinallyBlock(JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().ctx - the parse treevoid exitFinallyBlock(JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().ctx - the parse treevoid enterResourceSpecification(JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().ctx - the parse treevoid exitResourceSpecification(JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().ctx - the parse treevoid enterResources(JavaParser.ResourcesContext ctx)
JavaParser.resources().ctx - the parse treevoid exitResources(JavaParser.ResourcesContext ctx)
JavaParser.resources().ctx - the parse treevoid enterResource(JavaParser.ResourceContext ctx)
JavaParser.resource().ctx - the parse treevoid exitResource(JavaParser.ResourceContext ctx)
JavaParser.resource().ctx - the parse treevoid enterSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().ctx - the parse treevoid exitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().ctx - the parse treevoid enterSwitchLabel(JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().ctx - the parse treevoid exitSwitchLabel(JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().ctx - the parse treevoid enterForControl(JavaParser.ForControlContext ctx)
JavaParser.forControl().ctx - the parse treevoid exitForControl(JavaParser.ForControlContext ctx)
JavaParser.forControl().ctx - the parse treevoid enterForInit(JavaParser.ForInitContext ctx)
JavaParser.forInit().ctx - the parse treevoid exitForInit(JavaParser.ForInitContext ctx)
JavaParser.forInit().ctx - the parse treevoid enterEnhancedForControl(JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().ctx - the parse treevoid exitEnhancedForControl(JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().ctx - the parse treevoid enterParExpression(JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().ctx - the parse treevoid exitParExpression(JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().ctx - the parse treevoid enterExpressionList(JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().ctx - the parse treevoid exitExpressionList(JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().ctx - the parse treevoid enterMethodCall(JavaParser.MethodCallContext ctx)
JavaParser.methodCall().ctx - the parse treevoid exitMethodCall(JavaParser.MethodCallContext ctx)
JavaParser.methodCall().ctx - the parse treevoid enterConstructorCall(JavaParser.ConstructorCallContext ctx)
JavaParser.constructorCall().ctx - the parse treevoid exitConstructorCall(JavaParser.ConstructorCallContext ctx)
JavaParser.constructorCall().ctx - the parse treevoid enterExpression(JavaParser.ExpressionContext ctx)
JavaParser.expression().ctx - the parse treevoid exitExpression(JavaParser.ExpressionContext ctx)
JavaParser.expression().ctx - the parse treevoid enterLambdaExpression(JavaParser.LambdaExpressionContext ctx)
JavaParser.lambdaExpression().ctx - the parse treevoid exitLambdaExpression(JavaParser.LambdaExpressionContext ctx)
JavaParser.lambdaExpression().ctx - the parse treevoid enterLambdaParameters(JavaParser.LambdaParametersContext ctx)
JavaParser.lambdaParameters().ctx - the parse treevoid exitLambdaParameters(JavaParser.LambdaParametersContext ctx)
JavaParser.lambdaParameters().ctx - the parse treevoid enterLambdaBody(JavaParser.LambdaBodyContext ctx)
JavaParser.lambdaBody().ctx - the parse treevoid exitLambdaBody(JavaParser.LambdaBodyContext ctx)
JavaParser.lambdaBody().ctx - the parse treevoid enterPrimary(JavaParser.PrimaryContext ctx)
JavaParser.primary().ctx - the parse treevoid exitPrimary(JavaParser.PrimaryContext ctx)
JavaParser.primary().ctx - the parse treevoid enterClassType(JavaParser.ClassTypeContext ctx)
JavaParser.classType().ctx - the parse treevoid exitClassType(JavaParser.ClassTypeContext ctx)
JavaParser.classType().ctx - the parse treevoid enterCreator(JavaParser.CreatorContext ctx)
JavaParser.creator().ctx - the parse treevoid exitCreator(JavaParser.CreatorContext ctx)
JavaParser.creator().ctx - the parse treevoid enterCreatedName(JavaParser.CreatedNameContext ctx)
JavaParser.createdName().ctx - the parse treevoid exitCreatedName(JavaParser.CreatedNameContext ctx)
JavaParser.createdName().ctx - the parse treevoid enterInnerCreator(JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().ctx - the parse treevoid exitInnerCreator(JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().ctx - the parse treevoid enterArrayCreatorRest(JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().ctx - the parse treevoid exitArrayCreatorRest(JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().ctx - the parse treevoid enterClassCreatorRest(JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().ctx - the parse treevoid exitClassCreatorRest(JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().ctx - the parse treevoid enterExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().ctx - the parse treevoid exitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().ctx - the parse treevoid enterTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().ctx - the parse treevoid exitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().ctx - the parse treevoid enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().ctx - the parse treevoid exitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().ctx - the parse treevoid enterNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().ctx - the parse treevoid exitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().ctx - the parse treevoid enterTypeList(JavaParser.TypeListContext ctx)
JavaParser.typeList().ctx - the parse treevoid exitTypeList(JavaParser.TypeListContext ctx)
JavaParser.typeList().ctx - the parse treevoid enterTypeType(JavaParser.TypeTypeContext ctx)
JavaParser.typeType().ctx - the parse treevoid exitTypeType(JavaParser.TypeTypeContext ctx)
JavaParser.typeType().ctx - the parse treevoid enterPrimitiveType(JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().ctx - the parse treevoid exitPrimitiveType(JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().ctx - the parse treevoid enterTypeArguments(JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().ctx - the parse treevoid exitTypeArguments(JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().ctx - the parse treevoid enterSuperSuffix(JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().ctx - the parse treevoid exitSuperSuffix(JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().ctx - the parse treevoid enterExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().ctx - the parse treevoid exitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().ctx - the parse treevoid enterArguments(JavaParser.ArgumentsContext ctx)
JavaParser.arguments().ctx - the parse treevoid exitArguments(JavaParser.ArgumentsContext ctx)
JavaParser.arguments().ctx - the parse treeCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.