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