Package org.apache.groovy.parser.antlr4
Interface GroovyParserVisitor<Result>
- 
- Type Parameters:
- Result- The return type of the visit operation. Use- Voidfor operations with no return type.
 - All Superinterfaces:
- org.antlr.v4.runtime.tree.ParseTreeVisitor<Result>
 - All Known Implementing Classes:
- AstBuilder,- GroovyParserBaseVisitor
 
 public interface GroovyParserVisitor<Result> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<Result>This interface defines a complete generic visitor for a parse tree produced byGroovyParser.
- 
- 
Method Summary
 
- 
- 
- 
Method Detail- 
visitIdentifierPrmrAltResult visitIdentifierPrmrAlt(@NotNull GroovyParser.IdentifierPrmrAltContext ctx) Visit a parse tree produced by theidentifierPrmrAltlabeled alternative inGroovyParser.commandPrimary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLiteralPrmrAltResult visitLiteralPrmrAlt(@NotNull GroovyParser.LiteralPrmrAltContext ctx) Visit a parse tree produced by theliteralPrmrAltlabeled alternative inGroovyParser.commandPrimary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGstringPrmrAltResult visitGstringPrmrAlt(@NotNull GroovyParser.GstringPrmrAltContext ctx) Visit a parse tree produced by thegstringPrmrAltlabeled alternative inGroovyParser.commandPrimary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNewPrmrAltResult visitNewPrmrAlt(@NotNull GroovyParser.NewPrmrAltContext ctx) Visit a parse tree produced by thenewPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitThisPrmrAltResult visitThisPrmrAlt(@NotNull GroovyParser.ThisPrmrAltContext ctx) Visit a parse tree produced by thethisPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitSuperPrmrAltResult visitSuperPrmrAlt(@NotNull GroovyParser.SuperPrmrAltContext ctx) Visit a parse tree produced by thesuperPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitParenPrmrAltResult visitParenPrmrAlt(@NotNull GroovyParser.ParenPrmrAltContext ctx) Visit a parse tree produced by theparenPrmrAltlabeled alternative inGroovyParser.namedPropertyArgPrimary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClosureOrLambdaExpressionPrmrAltResult visitClosureOrLambdaExpressionPrmrAlt(@NotNull GroovyParser.ClosureOrLambdaExpressionPrmrAltContext ctx) Visit a parse tree produced by theclosureOrLambdaExpressionPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitListPrmrAltResult visitListPrmrAlt(@NotNull GroovyParser.ListPrmrAltContext ctx) Visit a parse tree produced by thelistPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMapPrmrAltResult visitMapPrmrAlt(@NotNull GroovyParser.MapPrmrAltContext ctx) Visit a parse tree produced by themapPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBuiltInTypePrmrAltResult visitBuiltInTypePrmrAlt(@NotNull GroovyParser.BuiltInTypePrmrAltContext ctx) Visit a parse tree produced by thebuiltInTypePrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIntegerLiteralAltResult visitIntegerLiteralAlt(@NotNull GroovyParser.IntegerLiteralAltContext ctx) Visit a parse tree produced by theintegerLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFloatingPointLiteralAltResult visitFloatingPointLiteralAlt(@NotNull GroovyParser.FloatingPointLiteralAltContext ctx) Visit a parse tree produced by thefloatingPointLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringLiteralAltResult visitStringLiteralAlt(@NotNull GroovyParser.StringLiteralAltContext ctx) Visit a parse tree produced by thestringLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBooleanLiteralAltResult visitBooleanLiteralAlt(@NotNull GroovyParser.BooleanLiteralAltContext ctx) Visit a parse tree produced by thebooleanLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNullLiteralAltResult visitNullLiteralAlt(@NotNull GroovyParser.NullLiteralAltContext ctx) Visit a parse tree produced by thenullLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCastExprAltResult visitCastExprAlt(@NotNull GroovyParser.CastExprAltContext ctx) Visit a parse tree produced by thecastExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPostfixExprAltResult visitPostfixExprAlt(@NotNull GroovyParser.PostfixExprAltContext ctx) Visit a parse tree produced by thepostfixExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitUnaryNotExprAltResult visitUnaryNotExprAlt(@NotNull GroovyParser.UnaryNotExprAltContext ctx) Visit a parse tree produced by theunaryNotExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPowerExprAltResult visitPowerExprAlt(@NotNull GroovyParser.PowerExprAltContext ctx) Visit a parse tree produced by thepowerExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitUnaryAddExprAltResult visitUnaryAddExprAlt(@NotNull GroovyParser.UnaryAddExprAltContext ctx) Visit a parse tree produced by theunaryAddExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMultiplicativeExprAltResult visitMultiplicativeExprAlt(@NotNull GroovyParser.MultiplicativeExprAltContext ctx) Visit a parse tree produced by themultiplicativeExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAdditiveExprAltResult visitAdditiveExprAlt(@NotNull GroovyParser.AdditiveExprAltContext ctx) Visit a parse tree produced by theadditiveExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShiftExprAltResult visitShiftExprAlt(@NotNull GroovyParser.ShiftExprAltContext ctx) Visit a parse tree produced by theshiftExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitRelationalExprAltResult visitRelationalExprAlt(@NotNull GroovyParser.RelationalExprAltContext ctx) Visit a parse tree produced by therelationalExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEqualityExprAltResult visitEqualityExprAlt(@NotNull GroovyParser.EqualityExprAltContext ctx) Visit a parse tree produced by theequalityExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitRegexExprAltResult visitRegexExprAlt(@NotNull GroovyParser.RegexExprAltContext ctx) Visit a parse tree produced by theregexExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAndExprAltResult visitAndExprAlt(@NotNull GroovyParser.AndExprAltContext ctx) Visit a parse tree produced by theandExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitExclusiveOrExprAltResult visitExclusiveOrExprAlt(@NotNull GroovyParser.ExclusiveOrExprAltContext ctx) Visit a parse tree produced by theexclusiveOrExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitInclusiveOrExprAltResult visitInclusiveOrExprAlt(@NotNull GroovyParser.InclusiveOrExprAltContext ctx) Visit a parse tree produced by theinclusiveOrExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLogicalAndExprAltResult visitLogicalAndExprAlt(@NotNull GroovyParser.LogicalAndExprAltContext ctx) Visit a parse tree produced by thelogicalAndExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLogicalOrExprAltResult visitLogicalOrExprAlt(@NotNull GroovyParser.LogicalOrExprAltContext ctx) Visit a parse tree produced by thelogicalOrExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConditionalExprAltResult visitConditionalExprAlt(@NotNull GroovyParser.ConditionalExprAltContext ctx) Visit a parse tree produced by theconditionalExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMultipleAssignmentExprAltResult visitMultipleAssignmentExprAlt(@NotNull GroovyParser.MultipleAssignmentExprAltContext ctx) Visit a parse tree produced by themultipleAssignmentExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAssignmentExprAltResult visitAssignmentExprAlt(@NotNull GroovyParser.AssignmentExprAltContext ctx) Visit a parse tree produced by theassignmentExprAltlabeled alternative inGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBlockStmtAltResult visitBlockStmtAlt(@NotNull GroovyParser.BlockStmtAltContext ctx) Visit a parse tree produced by theblockStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConditionalStmtAltResult visitConditionalStmtAlt(@NotNull GroovyParser.ConditionalStmtAltContext ctx) Visit a parse tree produced by theconditionalStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLoopStmtAltResult visitLoopStmtAlt(@NotNull GroovyParser.LoopStmtAltContext ctx) Visit a parse tree produced by theloopStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTryCatchStmtAltResult visitTryCatchStmtAlt(@NotNull GroovyParser.TryCatchStmtAltContext ctx) Visit a parse tree produced by thetryCatchStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitSynchronizedStmtAltResult visitSynchronizedStmtAlt(@NotNull GroovyParser.SynchronizedStmtAltContext ctx) Visit a parse tree produced by thesynchronizedStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitReturnStmtAltResult visitReturnStmtAlt(@NotNull GroovyParser.ReturnStmtAltContext ctx) Visit a parse tree produced by thereturnStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitThrowStmtAltResult visitThrowStmtAlt(@NotNull GroovyParser.ThrowStmtAltContext ctx) Visit a parse tree produced by thethrowStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBreakStmtAltResult visitBreakStmtAlt(@NotNull GroovyParser.BreakStmtAltContext ctx) Visit a parse tree produced by thebreakStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitContinueStmtAltResult visitContinueStmtAlt(@NotNull GroovyParser.ContinueStmtAltContext ctx) Visit a parse tree produced by thecontinueStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLabeledStmtAltResult visitLabeledStmtAlt(@NotNull GroovyParser.LabeledStmtAltContext ctx) Visit a parse tree produced by thelabeledStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAssertStmtAltResult visitAssertStmtAlt(@NotNull GroovyParser.AssertStmtAltContext ctx) Visit a parse tree produced by theassertStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLocalVariableDeclarationStmtAltResult visitLocalVariableDeclarationStmtAlt(@NotNull GroovyParser.LocalVariableDeclarationStmtAltContext ctx) Visit a parse tree produced by thelocalVariableDeclarationStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitExpressionStmtAltResult visitExpressionStmtAlt(@NotNull GroovyParser.ExpressionStmtAltContext ctx) Visit a parse tree produced by theexpressionStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEmptyStmtAltResult visitEmptyStmtAlt(@NotNull GroovyParser.EmptyStmtAltContext ctx) Visit a parse tree produced by theemptyStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCommandExprAltResult visitCommandExprAlt(@NotNull GroovyParser.CommandExprAltContext ctx) Visit a parse tree produced by thecommandExprAltlabeled alternative inGroovyParser.statementExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitForStmtAltResult visitForStmtAlt(@NotNull GroovyParser.ForStmtAltContext ctx) Visit a parse tree produced by theforStmtAltlabeled alternative inGroovyParser.loopStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWhileStmtAltResult visitWhileStmtAlt(@NotNull GroovyParser.WhileStmtAltContext ctx) Visit a parse tree produced by thewhileStmtAltlabeled alternative inGroovyParser.loopStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitDoWhileStmtAltResult visitDoWhileStmtAlt(@NotNull GroovyParser.DoWhileStmtAltContext ctx) Visit a parse tree produced by thedoWhileStmtAltlabeled alternative inGroovyParser.loopStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCompilationUnitResult visitCompilationUnit(@NotNull GroovyParser.CompilationUnitContext ctx) Visit a parse tree produced byGroovyParser.compilationUnit().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitScriptStatementsResult visitScriptStatements(@NotNull GroovyParser.ScriptStatementsContext ctx) Visit a parse tree produced byGroovyParser.scriptStatements().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitScriptStatementResult visitScriptStatement(@NotNull GroovyParser.ScriptStatementContext ctx) Visit a parse tree produced byGroovyParser.scriptStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPackageDeclarationResult visitPackageDeclaration(@NotNull GroovyParser.PackageDeclarationContext ctx) Visit a parse tree produced byGroovyParser.packageDeclaration().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitImportDeclarationResult visitImportDeclaration(@NotNull GroovyParser.ImportDeclarationContext ctx) Visit a parse tree produced byGroovyParser.importDeclaration().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeDeclarationResult visitTypeDeclaration(@NotNull GroovyParser.TypeDeclarationContext ctx) Visit a parse tree produced byGroovyParser.typeDeclaration().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitModifierResult visitModifier(@NotNull GroovyParser.ModifierContext ctx) Visit a parse tree produced byGroovyParser.modifier().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitModifiersOptResult visitModifiersOpt(@NotNull GroovyParser.ModifiersOptContext ctx) Visit a parse tree produced byGroovyParser.modifiersOpt().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitModifiersResult visitModifiers(@NotNull GroovyParser.ModifiersContext ctx) Visit a parse tree produced byGroovyParser.modifiers().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassOrInterfaceModifiersOptResult visitClassOrInterfaceModifiersOpt(@NotNull GroovyParser.ClassOrInterfaceModifiersOptContext ctx) Visit a parse tree produced byGroovyParser.classOrInterfaceModifiersOpt().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassOrInterfaceModifiersResult visitClassOrInterfaceModifiers(@NotNull GroovyParser.ClassOrInterfaceModifiersContext ctx) Visit a parse tree produced byGroovyParser.classOrInterfaceModifiers().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassOrInterfaceModifierResult visitClassOrInterfaceModifier(@NotNull GroovyParser.ClassOrInterfaceModifierContext ctx) Visit a parse tree produced byGroovyParser.classOrInterfaceModifier().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableModifierResult visitVariableModifier(@NotNull GroovyParser.VariableModifierContext ctx) Visit a parse tree produced byGroovyParser.variableModifier().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableModifiersOptResult visitVariableModifiersOpt(@NotNull GroovyParser.VariableModifiersOptContext ctx) Visit a parse tree produced byGroovyParser.variableModifiersOpt().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableModifiersResult visitVariableModifiers(@NotNull GroovyParser.VariableModifiersContext ctx) Visit a parse tree produced byGroovyParser.variableModifiers().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeParametersResult visitTypeParameters(@NotNull GroovyParser.TypeParametersContext ctx) Visit a parse tree produced byGroovyParser.typeParameters().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeParameterResult visitTypeParameter(@NotNull GroovyParser.TypeParameterContext ctx) Visit a parse tree produced byGroovyParser.typeParameter().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeBoundResult visitTypeBound(@NotNull GroovyParser.TypeBoundContext ctx) Visit a parse tree produced byGroovyParser.typeBound().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeListResult visitTypeList(@NotNull GroovyParser.TypeListContext ctx) Visit a parse tree produced byGroovyParser.typeList().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassDeclarationResult visitClassDeclaration(@NotNull GroovyParser.ClassDeclarationContext ctx) Visit a parse tree produced byGroovyParser.classDeclaration().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassBodyResult visitClassBody(@NotNull GroovyParser.ClassBodyContext ctx) Visit a parse tree produced byGroovyParser.classBody(int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEnumConstantsResult visitEnumConstants(@NotNull GroovyParser.EnumConstantsContext ctx) Visit a parse tree produced byGroovyParser.enumConstants().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEnumConstantResult visitEnumConstant(@NotNull GroovyParser.EnumConstantContext ctx) Visit a parse tree produced byGroovyParser.enumConstant().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassBodyDeclarationResult visitClassBodyDeclaration(@NotNull GroovyParser.ClassBodyDeclarationContext ctx) Visit a parse tree produced byGroovyParser.classBodyDeclaration(int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMemberDeclarationResult visitMemberDeclaration(@NotNull GroovyParser.MemberDeclarationContext ctx) Visit a parse tree produced byGroovyParser.memberDeclaration(int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMethodDeclarationResult visitMethodDeclaration(@NotNull GroovyParser.MethodDeclarationContext ctx) Visit a parse tree produced byGroovyParser.methodDeclaration(int, int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMethodNameResult visitMethodName(@NotNull GroovyParser.MethodNameContext ctx) Visit a parse tree produced byGroovyParser.methodName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitReturnTypeResult visitReturnType(@NotNull GroovyParser.ReturnTypeContext ctx) Visit a parse tree produced byGroovyParser.returnType(int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFieldDeclarationResult visitFieldDeclaration(@NotNull GroovyParser.FieldDeclarationContext ctx) Visit a parse tree produced byGroovyParser.fieldDeclaration().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableDeclaratorsResult visitVariableDeclarators(@NotNull GroovyParser.VariableDeclaratorsContext ctx) Visit a parse tree produced byGroovyParser.variableDeclarators().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableDeclaratorResult visitVariableDeclarator(@NotNull GroovyParser.VariableDeclaratorContext ctx) Visit a parse tree produced byGroovyParser.variableDeclarator().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableDeclaratorIdResult visitVariableDeclaratorId(@NotNull GroovyParser.VariableDeclaratorIdContext ctx) Visit a parse tree produced byGroovyParser.variableDeclaratorId().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableInitializerResult visitVariableInitializer(@NotNull GroovyParser.VariableInitializerContext ctx) Visit a parse tree produced byGroovyParser.variableInitializer().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableInitializersResult visitVariableInitializers(@NotNull GroovyParser.VariableInitializersContext ctx) Visit a parse tree produced byGroovyParser.variableInitializers().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEmptyDimsResult visitEmptyDims(@NotNull GroovyParser.EmptyDimsContext ctx) Visit a parse tree produced byGroovyParser.emptyDims().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEmptyDimsOptResult visitEmptyDimsOpt(@NotNull GroovyParser.EmptyDimsOptContext ctx) Visit a parse tree produced byGroovyParser.emptyDimsOpt().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeResult visitType(@NotNull GroovyParser.TypeContext ctx) Visit a parse tree produced byGroovyParser.type().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassOrInterfaceTypeResult visitClassOrInterfaceType(@NotNull GroovyParser.ClassOrInterfaceTypeContext ctx) Visit a parse tree produced byGroovyParser.classOrInterfaceType().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPrimitiveTypeResult visitPrimitiveType(@NotNull GroovyParser.PrimitiveTypeContext ctx) Visit a parse tree produced byGroovyParser.primitiveType().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeArgumentsResult visitTypeArguments(@NotNull GroovyParser.TypeArgumentsContext ctx) Visit a parse tree produced byGroovyParser.typeArguments().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeArgumentResult visitTypeArgument(@NotNull GroovyParser.TypeArgumentContext ctx) Visit a parse tree produced byGroovyParser.typeArgument().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAnnotatedQualifiedClassNameResult visitAnnotatedQualifiedClassName(@NotNull GroovyParser.AnnotatedQualifiedClassNameContext ctx) Visit a parse tree produced byGroovyParser.annotatedQualifiedClassName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitQualifiedClassNameListResult visitQualifiedClassNameList(@NotNull GroovyParser.QualifiedClassNameListContext ctx) Visit a parse tree produced byGroovyParser.qualifiedClassNameList().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFormalParametersResult visitFormalParameters(@NotNull GroovyParser.FormalParametersContext ctx) Visit a parse tree produced byGroovyParser.formalParameters().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFormalParameterListResult visitFormalParameterList(@NotNull GroovyParser.FormalParameterListContext ctx) Visit a parse tree produced byGroovyParser.formalParameterList().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitThisFormalParameterResult visitThisFormalParameter(@NotNull GroovyParser.ThisFormalParameterContext ctx) Visit a parse tree produced byGroovyParser.thisFormalParameter().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFormalParameterResult visitFormalParameter(@NotNull GroovyParser.FormalParameterContext ctx) Visit a parse tree produced byGroovyParser.formalParameter().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMethodBodyResult visitMethodBody(@NotNull GroovyParser.MethodBodyContext ctx) Visit a parse tree produced byGroovyParser.methodBody().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitQualifiedNameResult visitQualifiedName(@NotNull GroovyParser.QualifiedNameContext ctx) Visit a parse tree produced byGroovyParser.qualifiedName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitQualifiedNameElementResult visitQualifiedNameElement(@NotNull GroovyParser.QualifiedNameElementContext ctx) Visit a parse tree produced byGroovyParser.qualifiedNameElement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitQualifiedNameElementsResult visitQualifiedNameElements(@NotNull GroovyParser.QualifiedNameElementsContext ctx) Visit a parse tree produced byGroovyParser.qualifiedNameElements().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitQualifiedClassNameResult visitQualifiedClassName(@NotNull GroovyParser.QualifiedClassNameContext ctx) Visit a parse tree produced byGroovyParser.qualifiedClassName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitQualifiedStandardClassNameResult visitQualifiedStandardClassName(@NotNull GroovyParser.QualifiedStandardClassNameContext ctx) Visit a parse tree produced byGroovyParser.qualifiedStandardClassName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLiteralResult visitLiteral(@NotNull GroovyParser.LiteralContext ctx) Visit a parse tree produced byGroovyParser.literal().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGstringResult visitGstring(@NotNull GroovyParser.GstringContext ctx) Visit a parse tree produced byGroovyParser.gstring().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGstringValueResult visitGstringValue(@NotNull GroovyParser.GstringValueContext ctx) Visit a parse tree produced byGroovyParser.gstringValue().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGstringPathResult visitGstringPath(@NotNull GroovyParser.GstringPathContext ctx) Visit a parse tree produced byGroovyParser.gstringPath().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStandardLambdaExpressionResult visitStandardLambdaExpression(@NotNull GroovyParser.StandardLambdaExpressionContext ctx) Visit a parse tree produced byGroovyParser.standardLambdaExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStandardLambdaParametersResult visitStandardLambdaParameters(@NotNull GroovyParser.StandardLambdaParametersContext ctx) Visit a parse tree produced byGroovyParser.standardLambdaParameters().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLambdaBodyResult visitLambdaBody(@NotNull GroovyParser.LambdaBodyContext ctx) Visit a parse tree produced byGroovyParser.lambdaBody().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClosureResult visitClosure(@NotNull GroovyParser.ClosureContext ctx) Visit a parse tree produced byGroovyParser.closure().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClosureOrLambdaExpressionResult visitClosureOrLambdaExpression(@NotNull GroovyParser.ClosureOrLambdaExpressionContext ctx) Visit a parse tree produced byGroovyParser.closureOrLambdaExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBlockStatementsOptResult visitBlockStatementsOpt(@NotNull GroovyParser.BlockStatementsOptContext ctx) Visit a parse tree produced byGroovyParser.blockStatementsOpt().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBlockStatementsResult visitBlockStatements(@NotNull GroovyParser.BlockStatementsContext ctx) Visit a parse tree produced byGroovyParser.blockStatements().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAnnotationsOptResult visitAnnotationsOpt(@NotNull GroovyParser.AnnotationsOptContext ctx) Visit a parse tree produced byGroovyParser.annotationsOpt().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAnnotationResult visitAnnotation(@NotNull GroovyParser.AnnotationContext ctx) Visit a parse tree produced byGroovyParser.annotation().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitElementValuesResult visitElementValues(@NotNull GroovyParser.ElementValuesContext ctx) Visit a parse tree produced byGroovyParser.elementValues().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAnnotationNameResult visitAnnotationName(@NotNull GroovyParser.AnnotationNameContext ctx) Visit a parse tree produced byGroovyParser.annotationName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitElementValuePairsResult visitElementValuePairs(@NotNull GroovyParser.ElementValuePairsContext ctx) Visit a parse tree produced byGroovyParser.elementValuePairs().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitElementValuePairResult visitElementValuePair(@NotNull GroovyParser.ElementValuePairContext ctx) Visit a parse tree produced byGroovyParser.elementValuePair().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitElementValuePairNameResult visitElementValuePairName(@NotNull GroovyParser.ElementValuePairNameContext ctx) Visit a parse tree produced byGroovyParser.elementValuePairName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitElementValueResult visitElementValue(@NotNull GroovyParser.ElementValueContext ctx) Visit a parse tree produced byGroovyParser.elementValue().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitElementValueArrayInitializerResult visitElementValueArrayInitializer(@NotNull GroovyParser.ElementValueArrayInitializerContext ctx) Visit a parse tree produced byGroovyParser.elementValueArrayInitializer().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBlockResult visitBlock(@NotNull GroovyParser.BlockContext ctx) Visit a parse tree produced byGroovyParser.block().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBlockStatementResult visitBlockStatement(@NotNull GroovyParser.BlockStatementContext ctx) Visit a parse tree produced byGroovyParser.blockStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLocalVariableDeclarationResult visitLocalVariableDeclaration(@NotNull GroovyParser.LocalVariableDeclarationContext ctx) Visit a parse tree produced byGroovyParser.localVariableDeclaration().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableDeclarationResult visitVariableDeclaration(@NotNull GroovyParser.VariableDeclarationContext ctx) Visit a parse tree produced byGroovyParser.variableDeclaration(int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeNamePairsResult visitTypeNamePairs(@NotNull GroovyParser.TypeNamePairsContext ctx) Visit a parse tree produced byGroovyParser.typeNamePairs().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeNamePairResult visitTypeNamePair(@NotNull GroovyParser.TypeNamePairContext ctx) Visit a parse tree produced byGroovyParser.typeNamePair().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariableNamesResult visitVariableNames(@NotNull GroovyParser.VariableNamesContext ctx) Visit a parse tree produced byGroovyParser.variableNames().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConditionalStatementResult visitConditionalStatement(@NotNull GroovyParser.ConditionalStatementContext ctx) Visit a parse tree produced byGroovyParser.conditionalStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIfElseStatementResult visitIfElseStatement(@NotNull GroovyParser.IfElseStatementContext ctx) Visit a parse tree produced byGroovyParser.ifElseStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitSwitchStatementResult visitSwitchStatement(@NotNull GroovyParser.SwitchStatementContext ctx) Visit a parse tree produced byGroovyParser.switchStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitLoopStatementResult visitLoopStatement(@NotNull GroovyParser.LoopStatementContext ctx) Visit a parse tree produced byGroovyParser.loopStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitContinueStatementResult visitContinueStatement(@NotNull GroovyParser.ContinueStatementContext ctx) Visit a parse tree produced byGroovyParser.continueStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBreakStatementResult visitBreakStatement(@NotNull GroovyParser.BreakStatementContext ctx) Visit a parse tree produced byGroovyParser.breakStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTryCatchStatementResult visitTryCatchStatement(@NotNull GroovyParser.TryCatchStatementContext ctx) Visit a parse tree produced byGroovyParser.tryCatchStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAssertStatementResult visitAssertStatement(@NotNull GroovyParser.AssertStatementContext ctx) Visit a parse tree produced byGroovyParser.assertStatement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStatementResult visitStatement(@NotNull GroovyParser.StatementContext ctx) Visit a parse tree produced byGroovyParser.statement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCatchClauseResult visitCatchClause(@NotNull GroovyParser.CatchClauseContext ctx) Visit a parse tree produced byGroovyParser.catchClause().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCatchTypeResult visitCatchType(@NotNull GroovyParser.CatchTypeContext ctx) Visit a parse tree produced byGroovyParser.catchType().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFinallyBlockResult visitFinallyBlock(@NotNull GroovyParser.FinallyBlockContext ctx) Visit a parse tree produced byGroovyParser.finallyBlock().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitResourcesResult visitResources(@NotNull GroovyParser.ResourcesContext ctx) Visit a parse tree produced byGroovyParser.resources().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitResourceListResult visitResourceList(@NotNull GroovyParser.ResourceListContext ctx) Visit a parse tree produced byGroovyParser.resourceList().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitResourceResult visitResource(@NotNull GroovyParser.ResourceContext ctx) Visit a parse tree produced byGroovyParser.resource().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitSwitchBlockStatementGroupResult visitSwitchBlockStatementGroup(@NotNull GroovyParser.SwitchBlockStatementGroupContext ctx) Visit a parse tree produced byGroovyParser.switchBlockStatementGroup().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitSwitchLabelResult visitSwitchLabel(@NotNull GroovyParser.SwitchLabelContext ctx) Visit a parse tree produced byGroovyParser.switchLabel().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitForControlResult visitForControl(@NotNull GroovyParser.ForControlContext ctx) Visit a parse tree produced byGroovyParser.forControl().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEnhancedForControlResult visitEnhancedForControl(@NotNull GroovyParser.EnhancedForControlContext ctx) Visit a parse tree produced byGroovyParser.enhancedForControl().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassicalForControlResult visitClassicalForControl(@NotNull GroovyParser.ClassicalForControlContext ctx) Visit a parse tree produced byGroovyParser.classicalForControl().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitForInitResult visitForInit(@NotNull GroovyParser.ForInitContext ctx) Visit a parse tree produced byGroovyParser.forInit().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitForUpdateResult visitForUpdate(@NotNull GroovyParser.ForUpdateContext ctx) Visit a parse tree produced byGroovyParser.forUpdate().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCastParExpressionResult visitCastParExpression(@NotNull GroovyParser.CastParExpressionContext ctx) Visit a parse tree produced byGroovyParser.castParExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitParExpressionResult visitParExpression(@NotNull GroovyParser.ParExpressionContext ctx) Visit a parse tree produced byGroovyParser.parExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitExpressionInParResult visitExpressionInPar(@NotNull GroovyParser.ExpressionInParContext ctx) Visit a parse tree produced byGroovyParser.expressionInPar().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitExpressionListResult visitExpressionList(@NotNull GroovyParser.ExpressionListContext ctx) Visit a parse tree produced byGroovyParser.expressionList(boolean).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitExpressionListElementResult visitExpressionListElement(@NotNull GroovyParser.ExpressionListElementContext ctx) Visit a parse tree produced byGroovyParser.expressionListElement(boolean).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEnhancedStatementExpressionResult visitEnhancedStatementExpression(@NotNull GroovyParser.EnhancedStatementExpressionContext ctx) Visit a parse tree produced byGroovyParser.enhancedStatementExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStatementExpressionResult visitStatementExpression(@NotNull GroovyParser.StatementExpressionContext ctx) Visit a parse tree produced byGroovyParser.statementExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPostfixExpressionResult visitPostfixExpression(@NotNull GroovyParser.PostfixExpressionContext ctx) Visit a parse tree produced byGroovyParser.postfixExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitExpressionResult visitExpression(@NotNull GroovyParser.ExpressionContext ctx) Visit a parse tree produced byGroovyParser.expression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCommandExpressionResult visitCommandExpression(@NotNull GroovyParser.CommandExpressionContext ctx) Visit a parse tree produced byGroovyParser.commandExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCommandArgumentResult visitCommandArgument(@NotNull GroovyParser.CommandArgumentContext ctx) Visit a parse tree produced byGroovyParser.commandArgument().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPathExpressionResult visitPathExpression(@NotNull GroovyParser.PathExpressionContext ctx) Visit a parse tree produced byGroovyParser.pathExpression().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPathElementResult visitPathElement(@NotNull GroovyParser.PathElementContext ctx) Visit a parse tree produced byGroovyParser.pathElement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNamePartResult visitNamePart(@NotNull GroovyParser.NamePartContext ctx) Visit a parse tree produced byGroovyParser.namePart().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitDynamicMemberNameResult visitDynamicMemberName(@NotNull GroovyParser.DynamicMemberNameContext ctx) Visit a parse tree produced byGroovyParser.dynamicMemberName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIndexPropertyArgsResult visitIndexPropertyArgs(@NotNull GroovyParser.IndexPropertyArgsContext ctx) Visit a parse tree produced byGroovyParser.indexPropertyArgs().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNamedPropertyArgsResult visitNamedPropertyArgs(@NotNull GroovyParser.NamedPropertyArgsContext ctx) Visit a parse tree produced byGroovyParser.namedPropertyArgs().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPrimaryResult visitPrimary(@NotNull GroovyParser.PrimaryContext ctx) Visit a parse tree produced byGroovyParser.primary().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitListResult visitList(@NotNull GroovyParser.ListContext ctx) Visit a parse tree produced byGroovyParser.list().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMapResult visitMap(@NotNull GroovyParser.MapContext ctx) Visit a parse tree produced byGroovyParser.map().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMapEntryListResult visitMapEntryList(@NotNull GroovyParser.MapEntryListContext ctx) Visit a parse tree produced byGroovyParser.mapEntryList().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMapEntryResult visitMapEntry(@NotNull GroovyParser.MapEntryContext ctx) Visit a parse tree produced byGroovyParser.mapEntry().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMapEntryLabelResult visitMapEntryLabel(@NotNull GroovyParser.MapEntryLabelContext ctx) Visit a parse tree produced byGroovyParser.mapEntryLabel().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCreatorResult visitCreator(@NotNull GroovyParser.CreatorContext ctx) Visit a parse tree produced byGroovyParser.creator(int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitDimResult visitDim(@NotNull GroovyParser.DimContext ctx) Visit a parse tree produced byGroovyParser.dim().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitArrayInitializerResult visitArrayInitializer(@NotNull GroovyParser.ArrayInitializerContext ctx) Visit a parse tree produced byGroovyParser.arrayInitializer().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitAnonymousInnerClassDeclarationResult visitAnonymousInnerClassDeclaration(@NotNull GroovyParser.AnonymousInnerClassDeclarationContext ctx) Visit a parse tree produced byGroovyParser.anonymousInnerClassDeclaration(int).- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitCreatedNameResult visitCreatedName(@NotNull GroovyParser.CreatedNameContext ctx) Visit a parse tree produced byGroovyParser.createdName().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNonWildcardTypeArgumentsResult visitNonWildcardTypeArguments(@NotNull GroovyParser.NonWildcardTypeArgumentsContext ctx) Visit a parse tree produced byGroovyParser.nonWildcardTypeArguments().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTypeArgumentsOrDiamondResult visitTypeArgumentsOrDiamond(@NotNull GroovyParser.TypeArgumentsOrDiamondContext ctx) Visit a parse tree produced byGroovyParser.typeArgumentsOrDiamond().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitArgumentsResult visitArguments(@NotNull GroovyParser.ArgumentsContext ctx) Visit a parse tree produced byGroovyParser.arguments().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEnhancedArgumentListInParResult visitEnhancedArgumentListInPar(@NotNull GroovyParser.EnhancedArgumentListInParContext ctx) Visit a parse tree produced byGroovyParser.enhancedArgumentListInPar().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEnhancedArgumentListElementResult visitEnhancedArgumentListElement(@NotNull GroovyParser.EnhancedArgumentListElementContext ctx) Visit a parse tree produced byGroovyParser.enhancedArgumentListElement().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringLiteralResult visitStringLiteral(@NotNull GroovyParser.StringLiteralContext ctx) Visit a parse tree produced byGroovyParser.stringLiteral().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitClassNameResult visitClassName(@NotNull GroovyParser.ClassNameContext ctx) Visit a parse tree produced byGroovyParser.className().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIdentifierResult visitIdentifier(@NotNull GroovyParser.IdentifierContext ctx) Visit a parse tree produced byGroovyParser.identifier().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBuiltInTypeResult visitBuiltInType(@NotNull GroovyParser.BuiltInTypeContext ctx) Visit a parse tree produced byGroovyParser.builtInType().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitKeywordsResult visitKeywords(@NotNull GroovyParser.KeywordsContext ctx) Visit a parse tree produced byGroovyParser.keywords().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitRparenResult visitRparen(@NotNull GroovyParser.RparenContext ctx) Visit a parse tree produced byGroovyParser.rparen().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNlsResult visitNls(@NotNull GroovyParser.NlsContext ctx) Visit a parse tree produced byGroovyParser.nls().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitSepResult visitSep(@NotNull GroovyParser.SepContext ctx) Visit a parse tree produced byGroovyParser.sep().- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 
- 
 
-