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