Package org.apache.groovy.parser.antlr4
Interface GroovyParserVisitor<Result>
- 
- Type Parameters:
 Result- The return type of the visit operation. UseVoidfor 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
- 
visitIdentifierPrmrAlt
Result visitIdentifierPrmrAlt(@NotNull GroovyParser.IdentifierPrmrAltContext ctx)
Visit a parse tree produced by theidentifierPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLiteralPrmrAlt
Result visitLiteralPrmrAlt(@NotNull GroovyParser.LiteralPrmrAltContext ctx)
Visit a parse tree produced by theliteralPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitGstringPrmrAlt
Result visitGstringPrmrAlt(@NotNull GroovyParser.GstringPrmrAltContext ctx)
Visit a parse tree produced by thegstringPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitNewPrmrAlt
Result visitNewPrmrAlt(@NotNull GroovyParser.NewPrmrAltContext ctx)
Visit a parse tree produced by thenewPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitThisPrmrAlt
Result visitThisPrmrAlt(@NotNull GroovyParser.ThisPrmrAltContext ctx)
Visit a parse tree produced by thethisPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitSuperPrmrAlt
Result visitSuperPrmrAlt(@NotNull GroovyParser.SuperPrmrAltContext ctx)
Visit a parse tree produced by thesuperPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitParenPrmrAlt
Result visitParenPrmrAlt(@NotNull GroovyParser.ParenPrmrAltContext ctx)
Visit a parse tree produced by theparenPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClosureOrLambdaExpressionPrmrAlt
Result visitClosureOrLambdaExpressionPrmrAlt(@NotNull GroovyParser.ClosureOrLambdaExpressionPrmrAltContext ctx)
Visit a parse tree produced by theclosureOrLambdaExpressionPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitListPrmrAlt
Result visitListPrmrAlt(@NotNull GroovyParser.ListPrmrAltContext ctx)
Visit a parse tree produced by thelistPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMapPrmrAlt
Result visitMapPrmrAlt(@NotNull GroovyParser.MapPrmrAltContext ctx)
Visit a parse tree produced by themapPrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBuiltInTypePrmrAlt
Result visitBuiltInTypePrmrAlt(@NotNull GroovyParser.BuiltInTypePrmrAltContext ctx)
Visit a parse tree produced by thebuiltInTypePrmrAltlabeled alternative inGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitIntegerLiteralAlt
Result visitIntegerLiteralAlt(@NotNull GroovyParser.IntegerLiteralAltContext ctx)
Visit a parse tree produced by theintegerLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitFloatingPointLiteralAlt
Result visitFloatingPointLiteralAlt(@NotNull GroovyParser.FloatingPointLiteralAltContext ctx)
Visit a parse tree produced by thefloatingPointLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitStringLiteralAlt
Result visitStringLiteralAlt(@NotNull GroovyParser.StringLiteralAltContext ctx)
Visit a parse tree produced by thestringLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBooleanLiteralAlt
Result visitBooleanLiteralAlt(@NotNull GroovyParser.BooleanLiteralAltContext ctx)
Visit a parse tree produced by thebooleanLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitNullLiteralAlt
Result visitNullLiteralAlt(@NotNull GroovyParser.NullLiteralAltContext ctx)
Visit a parse tree produced by thenullLiteralAltlabeled alternative inGroovyParser.literal().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCastExprAlt
Result visitCastExprAlt(@NotNull GroovyParser.CastExprAltContext ctx)
Visit a parse tree produced by thecastExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPostfixExprAlt
Result visitPostfixExprAlt(@NotNull GroovyParser.PostfixExprAltContext ctx)
Visit a parse tree produced by thepostfixExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitUnaryNotExprAlt
Result visitUnaryNotExprAlt(@NotNull GroovyParser.UnaryNotExprAltContext ctx)
Visit a parse tree produced by theunaryNotExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPowerExprAlt
Result visitPowerExprAlt(@NotNull GroovyParser.PowerExprAltContext ctx)
Visit a parse tree produced by thepowerExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitUnaryAddExprAlt
Result visitUnaryAddExprAlt(@NotNull GroovyParser.UnaryAddExprAltContext ctx)
Visit a parse tree produced by theunaryAddExprAltlabeled alternative inGroovyParser.castOperandExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMultiplicativeExprAlt
Result visitMultiplicativeExprAlt(@NotNull GroovyParser.MultiplicativeExprAltContext ctx)
Visit a parse tree produced by themultiplicativeExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAdditiveExprAlt
Result visitAdditiveExprAlt(@NotNull GroovyParser.AdditiveExprAltContext ctx)
Visit a parse tree produced by theadditiveExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitShiftExprAlt
Result visitShiftExprAlt(@NotNull GroovyParser.ShiftExprAltContext ctx)
Visit a parse tree produced by theshiftExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitRelationalExprAlt
Result visitRelationalExprAlt(@NotNull GroovyParser.RelationalExprAltContext ctx)
Visit a parse tree produced by therelationalExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEqualityExprAlt
Result visitEqualityExprAlt(@NotNull GroovyParser.EqualityExprAltContext ctx)
Visit a parse tree produced by theequalityExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitRegexExprAlt
Result visitRegexExprAlt(@NotNull GroovyParser.RegexExprAltContext ctx)
Visit a parse tree produced by theregexExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAndExprAlt
Result visitAndExprAlt(@NotNull GroovyParser.AndExprAltContext ctx)
Visit a parse tree produced by theandExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitExclusiveOrExprAlt
Result visitExclusiveOrExprAlt(@NotNull GroovyParser.ExclusiveOrExprAltContext ctx)
Visit a parse tree produced by theexclusiveOrExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitInclusiveOrExprAlt
Result visitInclusiveOrExprAlt(@NotNull GroovyParser.InclusiveOrExprAltContext ctx)
Visit a parse tree produced by theinclusiveOrExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLogicalAndExprAlt
Result visitLogicalAndExprAlt(@NotNull GroovyParser.LogicalAndExprAltContext ctx)
Visit a parse tree produced by thelogicalAndExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLogicalOrExprAlt
Result visitLogicalOrExprAlt(@NotNull GroovyParser.LogicalOrExprAltContext ctx)
Visit a parse tree produced by thelogicalOrExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitConditionalExprAlt
Result visitConditionalExprAlt(@NotNull GroovyParser.ConditionalExprAltContext ctx)
Visit a parse tree produced by theconditionalExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMultipleAssignmentExprAlt
Result visitMultipleAssignmentExprAlt(@NotNull GroovyParser.MultipleAssignmentExprAltContext ctx)
Visit a parse tree produced by themultipleAssignmentExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAssignmentExprAlt
Result visitAssignmentExprAlt(@NotNull GroovyParser.AssignmentExprAltContext ctx)
Visit a parse tree produced by theassignmentExprAltlabeled alternative inGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBlockStmtAlt
Result visitBlockStmtAlt(@NotNull GroovyParser.BlockStmtAltContext ctx)
Visit a parse tree produced by theblockStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitConditionalStmtAlt
Result visitConditionalStmtAlt(@NotNull GroovyParser.ConditionalStmtAltContext ctx)
Visit a parse tree produced by theconditionalStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLoopStmtAlt
Result visitLoopStmtAlt(@NotNull GroovyParser.LoopStmtAltContext ctx)
Visit a parse tree produced by theloopStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTryCatchStmtAlt
Result visitTryCatchStmtAlt(@NotNull GroovyParser.TryCatchStmtAltContext ctx)
Visit a parse tree produced by thetryCatchStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitSynchronizedStmtAlt
Result visitSynchronizedStmtAlt(@NotNull GroovyParser.SynchronizedStmtAltContext ctx)
Visit a parse tree produced by thesynchronizedStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitReturnStmtAlt
Result visitReturnStmtAlt(@NotNull GroovyParser.ReturnStmtAltContext ctx)
Visit a parse tree produced by thereturnStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitThrowStmtAlt
Result visitThrowStmtAlt(@NotNull GroovyParser.ThrowStmtAltContext ctx)
Visit a parse tree produced by thethrowStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBreakStmtAlt
Result visitBreakStmtAlt(@NotNull GroovyParser.BreakStmtAltContext ctx)
Visit a parse tree produced by thebreakStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitContinueStmtAlt
Result visitContinueStmtAlt(@NotNull GroovyParser.ContinueStmtAltContext ctx)
Visit a parse tree produced by thecontinueStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLabeledStmtAlt
Result visitLabeledStmtAlt(@NotNull GroovyParser.LabeledStmtAltContext ctx)
Visit a parse tree produced by thelabeledStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAssertStmtAlt
Result visitAssertStmtAlt(@NotNull GroovyParser.AssertStmtAltContext ctx)
Visit a parse tree produced by theassertStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLocalVariableDeclarationStmtAlt
Result visitLocalVariableDeclarationStmtAlt(@NotNull GroovyParser.LocalVariableDeclarationStmtAltContext ctx)
Visit a parse tree produced by thelocalVariableDeclarationStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMethodDeclarationStmtAlt
Result visitMethodDeclarationStmtAlt(@NotNull GroovyParser.MethodDeclarationStmtAltContext ctx)
Visit a parse tree produced by themethodDeclarationStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitExpressionStmtAlt
Result visitExpressionStmtAlt(@NotNull GroovyParser.ExpressionStmtAltContext ctx)
Visit a parse tree produced by theexpressionStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEmptyStmtAlt
Result visitEmptyStmtAlt(@NotNull GroovyParser.EmptyStmtAltContext ctx)
Visit a parse tree produced by theemptyStmtAltlabeled alternative inGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCommandExprAlt
Result visitCommandExprAlt(@NotNull GroovyParser.CommandExprAltContext ctx)
Visit a parse tree produced by thecommandExprAltlabeled alternative inGroovyParser.statementExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitForStmtAlt
Result visitForStmtAlt(@NotNull GroovyParser.ForStmtAltContext ctx)
Visit a parse tree produced by theforStmtAltlabeled alternative inGroovyParser.loopStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitWhileStmtAlt
Result visitWhileStmtAlt(@NotNull GroovyParser.WhileStmtAltContext ctx)
Visit a parse tree produced by thewhileStmtAltlabeled alternative inGroovyParser.loopStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitDoWhileStmtAlt
Result visitDoWhileStmtAlt(@NotNull GroovyParser.DoWhileStmtAltContext ctx)
Visit a parse tree produced by thedoWhileStmtAltlabeled alternative inGroovyParser.loopStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCompilationUnit
Result visitCompilationUnit(@NotNull GroovyParser.CompilationUnitContext ctx)
Visit a parse tree produced byGroovyParser.compilationUnit().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitScriptStatements
Result visitScriptStatements(@NotNull GroovyParser.ScriptStatementsContext ctx)
Visit a parse tree produced byGroovyParser.scriptStatements().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitScriptStatement
Result visitScriptStatement(@NotNull GroovyParser.ScriptStatementContext ctx)
Visit a parse tree produced byGroovyParser.scriptStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPackageDeclaration
Result visitPackageDeclaration(@NotNull GroovyParser.PackageDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.packageDeclaration().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitImportDeclaration
Result visitImportDeclaration(@NotNull GroovyParser.ImportDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.importDeclaration().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeDeclaration
Result visitTypeDeclaration(@NotNull GroovyParser.TypeDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.typeDeclaration().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitModifier
Result visitModifier(@NotNull GroovyParser.ModifierContext ctx)
Visit a parse tree produced byGroovyParser.modifier().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitModifiersOpt
Result visitModifiersOpt(@NotNull GroovyParser.ModifiersOptContext ctx)
Visit a parse tree produced byGroovyParser.modifiersOpt().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitModifiers
Result visitModifiers(@NotNull GroovyParser.ModifiersContext ctx)
Visit a parse tree produced byGroovyParser.modifiers().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassOrInterfaceModifiersOpt
Result visitClassOrInterfaceModifiersOpt(@NotNull GroovyParser.ClassOrInterfaceModifiersOptContext ctx)
Visit a parse tree produced byGroovyParser.classOrInterfaceModifiersOpt().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassOrInterfaceModifiers
Result visitClassOrInterfaceModifiers(@NotNull GroovyParser.ClassOrInterfaceModifiersContext ctx)
Visit a parse tree produced byGroovyParser.classOrInterfaceModifiers().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassOrInterfaceModifier
Result visitClassOrInterfaceModifier(@NotNull GroovyParser.ClassOrInterfaceModifierContext ctx)
Visit a parse tree produced byGroovyParser.classOrInterfaceModifier().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableModifier
Result visitVariableModifier(@NotNull GroovyParser.VariableModifierContext ctx)
Visit a parse tree produced byGroovyParser.variableModifier().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableModifiersOpt
Result visitVariableModifiersOpt(@NotNull GroovyParser.VariableModifiersOptContext ctx)
Visit a parse tree produced byGroovyParser.variableModifiersOpt().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableModifiers
Result visitVariableModifiers(@NotNull GroovyParser.VariableModifiersContext ctx)
Visit a parse tree produced byGroovyParser.variableModifiers().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeParameters
Result visitTypeParameters(@NotNull GroovyParser.TypeParametersContext ctx)
Visit a parse tree produced byGroovyParser.typeParameters().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeParameter
Result visitTypeParameter(@NotNull GroovyParser.TypeParameterContext ctx)
Visit a parse tree produced byGroovyParser.typeParameter().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeBound
Result visitTypeBound(@NotNull GroovyParser.TypeBoundContext ctx)
Visit a parse tree produced byGroovyParser.typeBound().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeList
Result visitTypeList(@NotNull GroovyParser.TypeListContext ctx)
Visit a parse tree produced byGroovyParser.typeList().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassDeclaration
Result visitClassDeclaration(@NotNull GroovyParser.ClassDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.classDeclaration().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassBody
Result visitClassBody(@NotNull GroovyParser.ClassBodyContext ctx)
Visit a parse tree produced byGroovyParser.classBody(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEnumConstants
Result visitEnumConstants(@NotNull GroovyParser.EnumConstantsContext ctx)
Visit a parse tree produced byGroovyParser.enumConstants().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEnumConstant
Result visitEnumConstant(@NotNull GroovyParser.EnumConstantContext ctx)
Visit a parse tree produced byGroovyParser.enumConstant().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassBodyDeclaration
Result visitClassBodyDeclaration(@NotNull GroovyParser.ClassBodyDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.classBodyDeclaration(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMemberDeclaration
Result visitMemberDeclaration(@NotNull GroovyParser.MemberDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.memberDeclaration(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMethodDeclaration
Result visitMethodDeclaration(@NotNull GroovyParser.MethodDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.methodDeclaration(int, int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMethodName
Result visitMethodName(@NotNull GroovyParser.MethodNameContext ctx)
Visit a parse tree produced byGroovyParser.methodName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitReturnType
Result visitReturnType(@NotNull GroovyParser.ReturnTypeContext ctx)
Visit a parse tree produced byGroovyParser.returnType(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitFieldDeclaration
Result visitFieldDeclaration(@NotNull GroovyParser.FieldDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.fieldDeclaration().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableDeclarators
Result visitVariableDeclarators(@NotNull GroovyParser.VariableDeclaratorsContext ctx)
Visit a parse tree produced byGroovyParser.variableDeclarators().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableDeclarator
Result visitVariableDeclarator(@NotNull GroovyParser.VariableDeclaratorContext ctx)
Visit a parse tree produced byGroovyParser.variableDeclarator().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableDeclaratorId
Result visitVariableDeclaratorId(@NotNull GroovyParser.VariableDeclaratorIdContext ctx)
Visit a parse tree produced byGroovyParser.variableDeclaratorId().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableInitializer
Result visitVariableInitializer(@NotNull GroovyParser.VariableInitializerContext ctx)
Visit a parse tree produced byGroovyParser.variableInitializer().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableInitializers
Result visitVariableInitializers(@NotNull GroovyParser.VariableInitializersContext ctx)
Visit a parse tree produced byGroovyParser.variableInitializers().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEmptyDims
Result visitEmptyDims(@NotNull GroovyParser.EmptyDimsContext ctx)
Visit a parse tree produced byGroovyParser.emptyDims().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEmptyDimsOpt
Result visitEmptyDimsOpt(@NotNull GroovyParser.EmptyDimsOptContext ctx)
Visit a parse tree produced byGroovyParser.emptyDimsOpt().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitType
Result visitType(@NotNull GroovyParser.TypeContext ctx)
Visit a parse tree produced byGroovyParser.type().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassOrInterfaceType
Result visitClassOrInterfaceType(@NotNull GroovyParser.ClassOrInterfaceTypeContext ctx)
Visit a parse tree produced byGroovyParser.classOrInterfaceType().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPrimitiveType
Result visitPrimitiveType(@NotNull GroovyParser.PrimitiveTypeContext ctx)
Visit a parse tree produced byGroovyParser.primitiveType().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeArguments
Result visitTypeArguments(@NotNull GroovyParser.TypeArgumentsContext ctx)
Visit a parse tree produced byGroovyParser.typeArguments().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeArgument
Result visitTypeArgument(@NotNull GroovyParser.TypeArgumentContext ctx)
Visit a parse tree produced byGroovyParser.typeArgument().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAnnotatedQualifiedClassName
Result visitAnnotatedQualifiedClassName(@NotNull GroovyParser.AnnotatedQualifiedClassNameContext ctx)
Visit a parse tree produced byGroovyParser.annotatedQualifiedClassName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitQualifiedClassNameList
Result visitQualifiedClassNameList(@NotNull GroovyParser.QualifiedClassNameListContext ctx)
Visit a parse tree produced byGroovyParser.qualifiedClassNameList().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitFormalParameters
Result visitFormalParameters(@NotNull GroovyParser.FormalParametersContext ctx)
Visit a parse tree produced byGroovyParser.formalParameters().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitFormalParameterList
Result visitFormalParameterList(@NotNull GroovyParser.FormalParameterListContext ctx)
Visit a parse tree produced byGroovyParser.formalParameterList().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitThisFormalParameter
Result visitThisFormalParameter(@NotNull GroovyParser.ThisFormalParameterContext ctx)
Visit a parse tree produced byGroovyParser.thisFormalParameter().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitFormalParameter
Result visitFormalParameter(@NotNull GroovyParser.FormalParameterContext ctx)
Visit a parse tree produced byGroovyParser.formalParameter().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMethodBody
Result visitMethodBody(@NotNull GroovyParser.MethodBodyContext ctx)
Visit a parse tree produced byGroovyParser.methodBody().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitQualifiedName
Result visitQualifiedName(@NotNull GroovyParser.QualifiedNameContext ctx)
Visit a parse tree produced byGroovyParser.qualifiedName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitQualifiedNameElement
Result visitQualifiedNameElement(@NotNull GroovyParser.QualifiedNameElementContext ctx)
Visit a parse tree produced byGroovyParser.qualifiedNameElement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitQualifiedNameElements
Result visitQualifiedNameElements(@NotNull GroovyParser.QualifiedNameElementsContext ctx)
Visit a parse tree produced byGroovyParser.qualifiedNameElements().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitQualifiedClassName
Result visitQualifiedClassName(@NotNull GroovyParser.QualifiedClassNameContext ctx)
Visit a parse tree produced byGroovyParser.qualifiedClassName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitQualifiedStandardClassName
Result visitQualifiedStandardClassName(@NotNull GroovyParser.QualifiedStandardClassNameContext ctx)
Visit a parse tree produced byGroovyParser.qualifiedStandardClassName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLiteral
Result visitLiteral(@NotNull GroovyParser.LiteralContext ctx)
Visit a parse tree produced byGroovyParser.literal().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitGstring
Result visitGstring(@NotNull GroovyParser.GstringContext ctx)
Visit a parse tree produced byGroovyParser.gstring().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitGstringValue
Result visitGstringValue(@NotNull GroovyParser.GstringValueContext ctx)
Visit a parse tree produced byGroovyParser.gstringValue().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitGstringPath
Result visitGstringPath(@NotNull GroovyParser.GstringPathContext ctx)
Visit a parse tree produced byGroovyParser.gstringPath().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitStandardLambdaExpression
Result visitStandardLambdaExpression(@NotNull GroovyParser.StandardLambdaExpressionContext ctx)
Visit a parse tree produced byGroovyParser.standardLambdaExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitStandardLambdaParameters
Result visitStandardLambdaParameters(@NotNull GroovyParser.StandardLambdaParametersContext ctx)
Visit a parse tree produced byGroovyParser.standardLambdaParameters().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLambdaBody
Result visitLambdaBody(@NotNull GroovyParser.LambdaBodyContext ctx)
Visit a parse tree produced byGroovyParser.lambdaBody().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClosure
Result visitClosure(@NotNull GroovyParser.ClosureContext ctx)
Visit a parse tree produced byGroovyParser.closure().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClosureOrLambdaExpression
Result visitClosureOrLambdaExpression(@NotNull GroovyParser.ClosureOrLambdaExpressionContext ctx)
Visit a parse tree produced byGroovyParser.closureOrLambdaExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBlockStatementsOpt
Result visitBlockStatementsOpt(@NotNull GroovyParser.BlockStatementsOptContext ctx)
Visit a parse tree produced byGroovyParser.blockStatementsOpt().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBlockStatements
Result visitBlockStatements(@NotNull GroovyParser.BlockStatementsContext ctx)
Visit a parse tree produced byGroovyParser.blockStatements().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAnnotationsOpt
Result visitAnnotationsOpt(@NotNull GroovyParser.AnnotationsOptContext ctx)
Visit a parse tree produced byGroovyParser.annotationsOpt().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAnnotation
Result visitAnnotation(@NotNull GroovyParser.AnnotationContext ctx)
Visit a parse tree produced byGroovyParser.annotation().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitElementValues
Result visitElementValues(@NotNull GroovyParser.ElementValuesContext ctx)
Visit a parse tree produced byGroovyParser.elementValues().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAnnotationName
Result visitAnnotationName(@NotNull GroovyParser.AnnotationNameContext ctx)
Visit a parse tree produced byGroovyParser.annotationName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitElementValuePairs
Result visitElementValuePairs(@NotNull GroovyParser.ElementValuePairsContext ctx)
Visit a parse tree produced byGroovyParser.elementValuePairs().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitElementValuePair
Result visitElementValuePair(@NotNull GroovyParser.ElementValuePairContext ctx)
Visit a parse tree produced byGroovyParser.elementValuePair().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitElementValuePairName
Result visitElementValuePairName(@NotNull GroovyParser.ElementValuePairNameContext ctx)
Visit a parse tree produced byGroovyParser.elementValuePairName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitElementValue
Result visitElementValue(@NotNull GroovyParser.ElementValueContext ctx)
Visit a parse tree produced byGroovyParser.elementValue().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitElementValueArrayInitializer
Result visitElementValueArrayInitializer(@NotNull GroovyParser.ElementValueArrayInitializerContext ctx)
Visit a parse tree produced byGroovyParser.elementValueArrayInitializer().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBlock
Result visitBlock(@NotNull GroovyParser.BlockContext ctx)
Visit a parse tree produced byGroovyParser.block().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBlockStatement
Result visitBlockStatement(@NotNull GroovyParser.BlockStatementContext ctx)
Visit a parse tree produced byGroovyParser.blockStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLocalVariableDeclaration
Result visitLocalVariableDeclaration(@NotNull GroovyParser.LocalVariableDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.localVariableDeclaration().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassifiedModifiers
Result visitClassifiedModifiers(@NotNull GroovyParser.ClassifiedModifiersContext ctx)
Visit a parse tree produced byGroovyParser.classifiedModifiers(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableDeclaration
Result visitVariableDeclaration(@NotNull GroovyParser.VariableDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.variableDeclaration(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeNamePairs
Result visitTypeNamePairs(@NotNull GroovyParser.TypeNamePairsContext ctx)
Visit a parse tree produced byGroovyParser.typeNamePairs().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeNamePair
Result visitTypeNamePair(@NotNull GroovyParser.TypeNamePairContext ctx)
Visit a parse tree produced byGroovyParser.typeNamePair().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitVariableNames
Result visitVariableNames(@NotNull GroovyParser.VariableNamesContext ctx)
Visit a parse tree produced byGroovyParser.variableNames().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitConditionalStatement
Result visitConditionalStatement(@NotNull GroovyParser.ConditionalStatementContext ctx)
Visit a parse tree produced byGroovyParser.conditionalStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitIfElseStatement
Result visitIfElseStatement(@NotNull GroovyParser.IfElseStatementContext ctx)
Visit a parse tree produced byGroovyParser.ifElseStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitSwitchStatement
Result visitSwitchStatement(@NotNull GroovyParser.SwitchStatementContext ctx)
Visit a parse tree produced byGroovyParser.switchStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitLoopStatement
Result visitLoopStatement(@NotNull GroovyParser.LoopStatementContext ctx)
Visit a parse tree produced byGroovyParser.loopStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitContinueStatement
Result visitContinueStatement(@NotNull GroovyParser.ContinueStatementContext ctx)
Visit a parse tree produced byGroovyParser.continueStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBreakStatement
Result visitBreakStatement(@NotNull GroovyParser.BreakStatementContext ctx)
Visit a parse tree produced byGroovyParser.breakStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTryCatchStatement
Result visitTryCatchStatement(@NotNull GroovyParser.TryCatchStatementContext ctx)
Visit a parse tree produced byGroovyParser.tryCatchStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAssertStatement
Result visitAssertStatement(@NotNull GroovyParser.AssertStatementContext ctx)
Visit a parse tree produced byGroovyParser.assertStatement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitStatement
Result visitStatement(@NotNull GroovyParser.StatementContext ctx)
Visit a parse tree produced byGroovyParser.statement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCatchClause
Result visitCatchClause(@NotNull GroovyParser.CatchClauseContext ctx)
Visit a parse tree produced byGroovyParser.catchClause().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCatchType
Result visitCatchType(@NotNull GroovyParser.CatchTypeContext ctx)
Visit a parse tree produced byGroovyParser.catchType().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitFinallyBlock
Result visitFinallyBlock(@NotNull GroovyParser.FinallyBlockContext ctx)
Visit a parse tree produced byGroovyParser.finallyBlock().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitResources
Result visitResources(@NotNull GroovyParser.ResourcesContext ctx)
Visit a parse tree produced byGroovyParser.resources().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitResourceList
Result visitResourceList(@NotNull GroovyParser.ResourceListContext ctx)
Visit a parse tree produced byGroovyParser.resourceList().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitResource
Result visitResource(@NotNull GroovyParser.ResourceContext ctx)
Visit a parse tree produced byGroovyParser.resource().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitSwitchBlockStatementGroup
Result visitSwitchBlockStatementGroup(@NotNull GroovyParser.SwitchBlockStatementGroupContext ctx)
Visit a parse tree produced byGroovyParser.switchBlockStatementGroup().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitSwitchLabel
Result visitSwitchLabel(@NotNull GroovyParser.SwitchLabelContext ctx)
Visit a parse tree produced byGroovyParser.switchLabel().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitForControl
Result visitForControl(@NotNull GroovyParser.ForControlContext ctx)
Visit a parse tree produced byGroovyParser.forControl().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEnhancedForControl
Result visitEnhancedForControl(@NotNull GroovyParser.EnhancedForControlContext ctx)
Visit a parse tree produced byGroovyParser.enhancedForControl().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassicalForControl
Result visitClassicalForControl(@NotNull GroovyParser.ClassicalForControlContext ctx)
Visit a parse tree produced byGroovyParser.classicalForControl().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitForInit
Result visitForInit(@NotNull GroovyParser.ForInitContext ctx)
Visit a parse tree produced byGroovyParser.forInit().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitForUpdate
Result visitForUpdate(@NotNull GroovyParser.ForUpdateContext ctx)
Visit a parse tree produced byGroovyParser.forUpdate().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCastParExpression
Result visitCastParExpression(@NotNull GroovyParser.CastParExpressionContext ctx)
Visit a parse tree produced byGroovyParser.castParExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitParExpression
Result visitParExpression(@NotNull GroovyParser.ParExpressionContext ctx)
Visit a parse tree produced byGroovyParser.parExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitExpressionInPar
Result visitExpressionInPar(@NotNull GroovyParser.ExpressionInParContext ctx)
Visit a parse tree produced byGroovyParser.expressionInPar().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitExpressionList
Result visitExpressionList(@NotNull GroovyParser.ExpressionListContext ctx)
Visit a parse tree produced byGroovyParser.expressionList(boolean).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitExpressionListElement
Result visitExpressionListElement(@NotNull GroovyParser.ExpressionListElementContext ctx)
Visit a parse tree produced byGroovyParser.expressionListElement(boolean).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEnhancedStatementExpression
Result visitEnhancedStatementExpression(@NotNull GroovyParser.EnhancedStatementExpressionContext ctx)
Visit a parse tree produced byGroovyParser.enhancedStatementExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitStatementExpression
Result visitStatementExpression(@NotNull GroovyParser.StatementExpressionContext ctx)
Visit a parse tree produced byGroovyParser.statementExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPostfixExpression
Result visitPostfixExpression(@NotNull GroovyParser.PostfixExpressionContext ctx)
Visit a parse tree produced byGroovyParser.postfixExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitExpression
Result visitExpression(@NotNull GroovyParser.ExpressionContext ctx)
Visit a parse tree produced byGroovyParser.expression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCommandExpression
Result visitCommandExpression(@NotNull GroovyParser.CommandExpressionContext ctx)
Visit a parse tree produced byGroovyParser.commandExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCommandArgument
Result visitCommandArgument(@NotNull GroovyParser.CommandArgumentContext ctx)
Visit a parse tree produced byGroovyParser.commandArgument().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPathExpression
Result visitPathExpression(@NotNull GroovyParser.PathExpressionContext ctx)
Visit a parse tree produced byGroovyParser.pathExpression().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPathElement
Result visitPathElement(@NotNull GroovyParser.PathElementContext ctx)
Visit a parse tree produced byGroovyParser.pathElement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitNamePart
Result visitNamePart(@NotNull GroovyParser.NamePartContext ctx)
Visit a parse tree produced byGroovyParser.namePart().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitDynamicMemberName
Result visitDynamicMemberName(@NotNull GroovyParser.DynamicMemberNameContext ctx)
Visit a parse tree produced byGroovyParser.dynamicMemberName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitIndexPropertyArgs
Result visitIndexPropertyArgs(@NotNull GroovyParser.IndexPropertyArgsContext ctx)
Visit a parse tree produced byGroovyParser.indexPropertyArgs().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitNamedPropertyArgs
Result visitNamedPropertyArgs(@NotNull GroovyParser.NamedPropertyArgsContext ctx)
Visit a parse tree produced byGroovyParser.namedPropertyArgs().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitPrimary
Result visitPrimary(@NotNull GroovyParser.PrimaryContext ctx)
Visit a parse tree produced byGroovyParser.primary().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitList
Result visitList(@NotNull GroovyParser.ListContext ctx)
Visit a parse tree produced byGroovyParser.list().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMap
Result visitMap(@NotNull GroovyParser.MapContext ctx)
Visit a parse tree produced byGroovyParser.map().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMapEntryList
Result visitMapEntryList(@NotNull GroovyParser.MapEntryListContext ctx)
Visit a parse tree produced byGroovyParser.mapEntryList().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMapEntry
Result visitMapEntry(@NotNull GroovyParser.MapEntryContext ctx)
Visit a parse tree produced byGroovyParser.mapEntry().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitMapEntryLabel
Result visitMapEntryLabel(@NotNull GroovyParser.MapEntryLabelContext ctx)
Visit a parse tree produced byGroovyParser.mapEntryLabel().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCreator
Result visitCreator(@NotNull GroovyParser.CreatorContext ctx)
Visit a parse tree produced byGroovyParser.creator(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitDim
Result visitDim(@NotNull GroovyParser.DimContext ctx)
Visit a parse tree produced byGroovyParser.dim().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitArrayInitializer
Result visitArrayInitializer(@NotNull GroovyParser.ArrayInitializerContext ctx)
Visit a parse tree produced byGroovyParser.arrayInitializer().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitAnonymousInnerClassDeclaration
Result visitAnonymousInnerClassDeclaration(@NotNull GroovyParser.AnonymousInnerClassDeclarationContext ctx)
Visit a parse tree produced byGroovyParser.anonymousInnerClassDeclaration(int).- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitCreatedName
Result visitCreatedName(@NotNull GroovyParser.CreatedNameContext ctx)
Visit a parse tree produced byGroovyParser.createdName().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitNonWildcardTypeArguments
Result visitNonWildcardTypeArguments(@NotNull GroovyParser.NonWildcardTypeArgumentsContext ctx)
Visit a parse tree produced byGroovyParser.nonWildcardTypeArguments().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitTypeArgumentsOrDiamond
Result visitTypeArgumentsOrDiamond(@NotNull GroovyParser.TypeArgumentsOrDiamondContext ctx)
Visit a parse tree produced byGroovyParser.typeArgumentsOrDiamond().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitArguments
Result visitArguments(@NotNull GroovyParser.ArgumentsContext ctx)
Visit a parse tree produced byGroovyParser.arguments().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEnhancedArgumentList
Result visitEnhancedArgumentList(@NotNull GroovyParser.EnhancedArgumentListContext ctx)
Visit a parse tree produced byGroovyParser.enhancedArgumentList().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitEnhancedArgumentListElement
Result visitEnhancedArgumentListElement(@NotNull GroovyParser.EnhancedArgumentListElementContext ctx)
Visit a parse tree produced byGroovyParser.enhancedArgumentListElement().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitStringLiteral
Result visitStringLiteral(@NotNull GroovyParser.StringLiteralContext ctx)
Visit a parse tree produced byGroovyParser.stringLiteral().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitClassName
Result visitClassName(@NotNull GroovyParser.ClassNameContext ctx)
Visit a parse tree produced byGroovyParser.className().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitIdentifier
Result visitIdentifier(@NotNull GroovyParser.IdentifierContext ctx)
Visit a parse tree produced byGroovyParser.identifier().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitBuiltInType
Result visitBuiltInType(@NotNull GroovyParser.BuiltInTypeContext ctx)
Visit a parse tree produced byGroovyParser.builtInType().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitKeywords
Result visitKeywords(@NotNull GroovyParser.KeywordsContext ctx)
Visit a parse tree produced byGroovyParser.keywords().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitRparen
Result visitRparen(@NotNull GroovyParser.RparenContext ctx)
Visit a parse tree produced byGroovyParser.rparen().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitNls
Result visitNls(@NotNull GroovyParser.NlsContext ctx)
Visit a parse tree produced byGroovyParser.nls().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
- 
visitSep
Result visitSep(@NotNull GroovyParser.SepContext ctx)
Visit a parse tree produced byGroovyParser.sep().- Parameters:
 ctx- the parse tree- Returns:
 - the visitor result
 
 
 - 
 
 -