T - The return type of the visit operation. Use Void for
operations with no return type.public interface JavaVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
JavaParser.T visitInnerCreator(@NotNull JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().ctx - the parse treeT visitGenericMethodDeclaration(@NotNull JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().ctx - the parse treeT visitExpressionList(@NotNull JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().ctx - the parse treeT visitTypeDeclaration(@NotNull JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().ctx - the parse treeT visitForUpdate(@NotNull JavaParser.ForUpdateContext ctx)
JavaParser.forUpdate().ctx - the parse treeT visitAnnotation(@NotNull JavaParser.AnnotationContext ctx)
JavaParser.annotation().ctx - the parse treeT visitEnumConstant(@NotNull JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().ctx - the parse treeT visitImportDeclaration(@NotNull JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().ctx - the parse treeT visitAnnotationMethodOrConstantRest(@NotNull JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().ctx - the parse treeT visitEnumConstantName(@NotNull JavaParser.EnumConstantNameContext ctx)
JavaParser.enumConstantName().ctx - the parse treeT visitFinallyBlock(@NotNull JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().ctx - the parse treeT visitVariableDeclarators(@NotNull JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().ctx - the parse treeT visitElementValuePairs(@NotNull JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().ctx - the parse treeT visitInterfaceMethodDeclaration(@NotNull JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().ctx - the parse treeT visitInterfaceBodyDeclaration(@NotNull JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().ctx - the parse treeT visitEnumConstants(@NotNull JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().ctx - the parse treeT visitCatchClause(@NotNull JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().ctx - the parse treeT visitConstantExpression(@NotNull JavaParser.ConstantExpressionContext ctx)
JavaParser.constantExpression().ctx - the parse treeT visitEnumDeclaration(@NotNull JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().ctx - the parse treeT visitExplicitGenericInvocationSuffix(@NotNull JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().ctx - the parse treeT visitTypeParameter(@NotNull JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().ctx - the parse treeT visitEnumBodyDeclarations(@NotNull JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().ctx - the parse treeT visitTypeBound(@NotNull JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().ctx - the parse treeT visitStatementExpression(@NotNull JavaParser.StatementExpressionContext ctx)
JavaParser.statementExpression().ctx - the parse treeT visitVariableInitializer(@NotNull JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().ctx - the parse treeT visitBlock(@NotNull JavaParser.BlockContext ctx)
JavaParser.block().ctx - the parse treeT visitGenericInterfaceMethodDeclaration(@NotNull JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().ctx - the parse treeT visitLocalVariableDeclarationStatement(@NotNull JavaParser.LocalVariableDeclarationStatementContext ctx)
JavaParser.localVariableDeclarationStatement().ctx - the parse treeT visitSuperSuffix(@NotNull JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().ctx - the parse treeT visitFieldDeclaration(@NotNull JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().ctx - the parse treeT visitFormalParameterList(@NotNull JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().ctx - the parse treeT visitExplicitGenericInvocation(@NotNull JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().ctx - the parse treeT visitParExpression(@NotNull JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().ctx - the parse treeT visitSwitchLabel(@NotNull JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().ctx - the parse treeT visitTypeParameters(@NotNull JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().ctx - the parse treeT visitQualifiedName(@NotNull JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().ctx - the parse treeT visitClassDeclaration(@NotNull JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().ctx - the parse treeT visitAnnotationConstantRest(@NotNull JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().ctx - the parse treeT visitArguments(@NotNull JavaParser.ArgumentsContext ctx)
JavaParser.arguments().ctx - the parse treeT visitConstructorBody(@NotNull JavaParser.ConstructorBodyContext ctx)
JavaParser.constructorBody().ctx - the parse treeT visitFormalParameters(@NotNull JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().ctx - the parse treeT visitTypeArgument(@NotNull JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().ctx - the parse treeT visitForInit(@NotNull JavaParser.ForInitContext ctx)
JavaParser.forInit().ctx - the parse treeT visitVariableDeclarator(@NotNull JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().ctx - the parse treeT visitAnnotationTypeDeclaration(@NotNull JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().ctx - the parse treeT visitExpression(@NotNull JavaParser.ExpressionContext ctx)
JavaParser.expression(int).ctx - the parse treeT visitResources(@NotNull JavaParser.ResourcesContext ctx)
JavaParser.resources().ctx - the parse treeT visitFormalParameter(@NotNull JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().ctx - the parse treeT visitType(@NotNull JavaParser.TypeContext ctx)
JavaParser.type().ctx - the parse treeT visitElementValueArrayInitializer(@NotNull JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().ctx - the parse treeT visitAnnotationName(@NotNull JavaParser.AnnotationNameContext ctx)
JavaParser.annotationName().ctx - the parse treeT visitEnhancedForControl(@NotNull JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().ctx - the parse treeT visitAnnotationMethodRest(@NotNull JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().ctx - the parse treeT visitPrimary(@NotNull JavaParser.PrimaryContext ctx)
JavaParser.primary().ctx - the parse treeT visitClassBody(@NotNull JavaParser.ClassBodyContext ctx)
JavaParser.classBody().ctx - the parse treeT visitClassOrInterfaceModifier(@NotNull JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().ctx - the parse treeT visitDefaultValue(@NotNull JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().ctx - the parse treeT visitVariableModifier(@NotNull JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().ctx - the parse treeT visitConstDeclaration(@NotNull JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().ctx - the parse treeT visitCreatedName(@NotNull JavaParser.CreatedNameContext ctx)
JavaParser.createdName().ctx - the parse treeT visitInterfaceDeclaration(@NotNull JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().ctx - the parse treeT visitPackageDeclaration(@NotNull JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().ctx - the parse treeT visitConstantDeclarator(@NotNull JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().ctx - the parse treeT visitCatchType(@NotNull JavaParser.CatchTypeContext ctx)
JavaParser.catchType().ctx - the parse treeT visitTypeArguments(@NotNull JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().ctx - the parse treeT visitClassCreatorRest(@NotNull JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().ctx - the parse treeT visitModifier(@NotNull JavaParser.ModifierContext ctx)
JavaParser.modifier().ctx - the parse treeT visitStatement(@NotNull JavaParser.StatementContext ctx)
JavaParser.statement().ctx - the parse treeT visitInterfaceBody(@NotNull JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().ctx - the parse treeT visitClassBodyDeclaration(@NotNull JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().ctx - the parse treeT visitLastFormalParameter(@NotNull JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().ctx - the parse treeT visitForControl(@NotNull JavaParser.ForControlContext ctx)
JavaParser.forControl().ctx - the parse treeT visitTypeList(@NotNull JavaParser.TypeListContext ctx)
JavaParser.typeList().ctx - the parse treeT visitLocalVariableDeclaration(@NotNull JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().ctx - the parse treeT visitVariableDeclaratorId(@NotNull JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().ctx - the parse treeT visitCompilationUnit(@NotNull JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().ctx - the parse treeT visitElementValue(@NotNull JavaParser.ElementValueContext ctx)
JavaParser.elementValue().ctx - the parse treeT visitClassOrInterfaceType(@NotNull JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().ctx - the parse treeT visitTypeArgumentsOrDiamond(@NotNull JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().ctx - the parse treeT visitAnnotationTypeElementDeclaration(@NotNull JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().ctx - the parse treeT visitBlockStatement(@NotNull JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().ctx - the parse treeT visitAnnotationTypeBody(@NotNull JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().ctx - the parse treeT visitQualifiedNameList(@NotNull JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().ctx - the parse treeT visitCreator(@NotNull JavaParser.CreatorContext ctx)
JavaParser.creator().ctx - the parse treeT visitMemberDeclaration(@NotNull JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().ctx - the parse treeT visitMethodDeclaration(@NotNull JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().ctx - the parse treeT visitAnnotationTypeElementRest(@NotNull JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().ctx - the parse treeT visitResourceSpecification(@NotNull JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().ctx - the parse treeT visitConstructorDeclaration(@NotNull JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().ctx - the parse treeT visitResource(@NotNull JavaParser.ResourceContext ctx)
JavaParser.resource().ctx - the parse treeT visitElementValuePair(@NotNull JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().ctx - the parse treeT visitMethodBody(@NotNull JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().ctx - the parse treeT visitArrayInitializer(@NotNull JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().ctx - the parse treeT visitNonWildcardTypeArgumentsOrDiamond(@NotNull JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().ctx - the parse treeT visitPrimitiveType(@NotNull JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().ctx - the parse treeT visitNonWildcardTypeArguments(@NotNull JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().ctx - the parse treeT visitArrayCreatorRest(@NotNull JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().ctx - the parse treeT visitInterfaceMemberDeclaration(@NotNull JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().ctx - the parse treeT visitGenericConstructorDeclaration(@NotNull JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().ctx - the parse treeT visitLiteral(@NotNull JavaParser.LiteralContext ctx)
JavaParser.literal().ctx - the parse treeT visitSwitchBlockStatementGroup(@NotNull JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().ctx - the parse treeCopyright © 2007–2014 CodeLutin. All rights reserved.