public class GroovyParserBaseVisitor<Result>
extends AbstractParseTreeVisitor
implements GroovyParserVisitor
This class provides an empty implementation of GroovyParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Result - The return type of the visit operation. Use Void for
operations with no return type.| Type Params | Return Type | Name and description |
|---|---|---|
|
public Result |
visitAdditiveExprAlt(AdditiveExprAltContext ctx)Visit a parse tree produced by the additiveExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitAndExprAlt(AndExprAltContext ctx)Visit a parse tree produced by the andExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitAnnotatedQualifiedClassName(AnnotatedQualifiedClassNameContext ctx)Visit a parse tree produced by GroovyParser.annotatedQualifiedClassName.
|
|
public Result |
visitAnnotation(AnnotationContext ctx)Visit a parse tree produced by GroovyParser.annotation.
|
|
public Result |
visitAnnotationName(AnnotationNameContext ctx)Visit a parse tree produced by GroovyParser.annotationName.
|
|
public Result |
visitAnnotationsOpt(AnnotationsOptContext ctx)Visit a parse tree produced by GroovyParser.annotationsOpt.
|
|
public Result |
visitAnonymousInnerClassDeclaration(AnonymousInnerClassDeclarationContext ctx)Visit a parse tree produced by GroovyParser.anonymousInnerClassDeclaration.
|
|
public Result |
visitArguments(ArgumentsContext ctx)Visit a parse tree produced by GroovyParser.arguments.
|
|
public Result |
visitArrayInitializer(ArrayInitializerContext ctx)Visit a parse tree produced by GroovyParser.arrayInitializer.
|
|
public Result |
visitAssertStatement(AssertStatementContext ctx)Visit a parse tree produced by GroovyParser.assertStatement.
|
|
public Result |
visitAssertStmtAlt(AssertStmtAltContext ctx)Visit a parse tree produced by the assertStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitAssignmentExprAlt(AssignmentExprAltContext ctx)Visit a parse tree produced by the assignmentExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitAsyncClosureExprAlt(AsyncClosureExprAltContext ctx)Visit a parse tree produced by the asyncClosureExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitAwaitExprAlt(AwaitExprAltContext ctx)Visit a parse tree produced by the awaitExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitBlock(BlockContext ctx)Visit a parse tree produced by GroovyParser.block.
|
|
public Result |
visitBlockStatement(BlockStatementContext ctx)Visit a parse tree produced by GroovyParser.blockStatement.
|
|
public Result |
visitBlockStatements(BlockStatementsContext ctx)Visit a parse tree produced by GroovyParser.blockStatements.
|
|
public Result |
visitBlockStatementsOpt(BlockStatementsOptContext ctx)Visit a parse tree produced by GroovyParser.blockStatementsOpt.
|
|
public Result |
visitBlockStmtAlt(BlockStmtAltContext ctx)Visit a parse tree produced by the blockStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitBooleanLiteralAlt(BooleanLiteralAltContext ctx)Visit a parse tree produced by the booleanLiteralAlt
labeled alternative in GroovyParser.literal.
|
|
public Result |
visitBreakStatement(BreakStatementContext ctx)Visit a parse tree produced by GroovyParser.breakStatement.
|
|
public Result |
visitBreakStmtAlt(BreakStmtAltContext ctx)Visit a parse tree produced by the breakStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitBuiltInType(BuiltInTypeContext ctx)Visit a parse tree produced by GroovyParser.builtInType.
|
|
public Result |
visitBuiltInTypePrmrAlt(BuiltInTypePrmrAltContext ctx)Visit a parse tree produced by the builtInTypePrmrAlt
labeled alternative in GroovyParser.primary.
|
|
public Result |
visitCastExprAlt(CastExprAltContext ctx)Visit a parse tree produced by the castExprAlt
labeled alternative in GroovyParser.castOperandExpression.
|
|
public Result |
visitCastParExpression(CastParExpressionContext ctx)Visit a parse tree produced by GroovyParser.castParExpression.
|
|
public Result |
visitCatchClause(CatchClauseContext ctx)Visit a parse tree produced by GroovyParser.catchClause.
|
|
public Result |
visitCatchType(CatchTypeContext ctx)Visit a parse tree produced by GroovyParser.catchType.
|
|
public Result |
visitClassBody(ClassBodyContext ctx)Visit a parse tree produced by GroovyParser.classBody.
|
|
public Result |
visitClassBodyDeclaration(ClassBodyDeclarationContext ctx)Visit a parse tree produced by GroovyParser.classBodyDeclaration.
|
|
public Result |
visitClassDeclaration(ClassDeclarationContext ctx)Visit a parse tree produced by GroovyParser.classDeclaration.
|
|
public Result |
visitClassName(ClassNameContext ctx)Visit a parse tree produced by GroovyParser.className.
|
|
public Result |
visitClassOrInterfaceModifier(ClassOrInterfaceModifierContext ctx)Visit a parse tree produced by GroovyParser.classOrInterfaceModifier.
|
|
public Result |
visitClassOrInterfaceModifiers(ClassOrInterfaceModifiersContext ctx)Visit a parse tree produced by GroovyParser.classOrInterfaceModifiers.
|
|
public Result |
visitClassOrInterfaceModifiersOpt(ClassOrInterfaceModifiersOptContext ctx)Visit a parse tree produced by GroovyParser.classOrInterfaceModifiersOpt.
|
|
public Result |
visitClosure(ClosureContext ctx)Visit a parse tree produced by GroovyParser.closure.
|
|
public Result |
visitClosureOrLambdaExpression(ClosureOrLambdaExpressionContext ctx)Visit a parse tree produced by GroovyParser.closureOrLambdaExpression.
|
|
public Result |
visitClosureOrLambdaExpressionPrmrAlt(ClosureOrLambdaExpressionPrmrAltContext ctx)Visit a parse tree produced by the closureOrLambdaExpressionPrmrAlt
labeled alternative in GroovyParser.primary.
|
|
public Result |
visitCommandArgument(CommandArgumentContext ctx)Visit a parse tree produced by GroovyParser.commandArgument.
|
|
public Result |
visitCommandExprAlt(CommandExprAltContext ctx)Visit a parse tree produced by the commandExprAlt
labeled alternative in GroovyParser.statementExpression.
|
|
public Result |
visitCommandExpression(CommandExpressionContext ctx)Visit a parse tree produced by GroovyParser.commandExpression.
|
|
public Result |
visitCompactConstructorDeclaration(CompactConstructorDeclarationContext ctx)Visit a parse tree produced by GroovyParser.compactConstructorDeclaration.
|
|
public Result |
visitCompilationUnit(CompilationUnitContext ctx)Visit a parse tree produced by GroovyParser.compilationUnit.
|
|
public Result |
visitConditionalExprAlt(ConditionalExprAltContext ctx)Visit a parse tree produced by the conditionalExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitConditionalStatement(ConditionalStatementContext ctx)Visit a parse tree produced by GroovyParser.conditionalStatement.
|
|
public Result |
visitConditionalStmtAlt(ConditionalStmtAltContext ctx)Visit a parse tree produced by the conditionalStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitContinueStatement(ContinueStatementContext ctx)Visit a parse tree produced by GroovyParser.continueStatement.
|
|
public Result |
visitContinueStmtAlt(ContinueStmtAltContext ctx)Visit a parse tree produced by the continueStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitCreatedName(CreatedNameContext ctx)Visit a parse tree produced by GroovyParser.createdName.
|
|
public Result |
visitCreator(CreatorContext ctx)Visit a parse tree produced by GroovyParser.creator.
|
|
public Result |
visitDeferStmtAlt(DeferStmtAltContext ctx)Visit a parse tree produced by the deferStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitDim0(Dim0Context ctx)Visit a parse tree produced by GroovyParser.dim0.
|
|
public Result |
visitDim1(Dim1Context ctx)Visit a parse tree produced by GroovyParser.dim1.
|
|
public Result |
visitDoWhileStmtAlt(DoWhileStmtAltContext ctx)Visit a parse tree produced by the doWhileStmtAlt
labeled alternative in GroovyParser.loopStatement.
|
|
public Result |
visitDynamicMemberName(DynamicMemberNameContext ctx)Visit a parse tree produced by GroovyParser.dynamicMemberName.
|
|
public Result |
visitElementValue(ElementValueContext ctx)Visit a parse tree produced by GroovyParser.elementValue.
|
|
public Result |
visitElementValueArrayInitializer(ElementValueArrayInitializerContext ctx)Visit a parse tree produced by GroovyParser.elementValueArrayInitializer.
|
|
public Result |
visitElementValuePair(ElementValuePairContext ctx)Visit a parse tree produced by GroovyParser.elementValuePair.
|
|
public Result |
visitElementValuePairName(ElementValuePairNameContext ctx)Visit a parse tree produced by GroovyParser.elementValuePairName.
|
|
public Result |
visitElementValuePairs(ElementValuePairsContext ctx)Visit a parse tree produced by GroovyParser.elementValuePairs.
|
|
public Result |
visitElementValues(ElementValuesContext ctx)Visit a parse tree produced by GroovyParser.elementValues.
|
|
public Result |
visitEmptyStmtAlt(EmptyStmtAltContext ctx)Visit a parse tree produced by the emptyStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitEnhancedArgumentListElement(EnhancedArgumentListElementContext ctx)Visit a parse tree produced by GroovyParser.enhancedArgumentListElement.
|
|
public Result |
visitEnhancedArgumentListInPar(EnhancedArgumentListInParContext ctx)Visit a parse tree produced by GroovyParser.enhancedArgumentListInPar.
|
|
public Result |
visitEnhancedExpression(EnhancedExpressionContext ctx)Visit a parse tree produced by GroovyParser.enhancedExpression.
|
|
public Result |
visitEnhancedForControl(EnhancedForControlContext ctx)Visit a parse tree produced by GroovyParser.enhancedForControl.
|
|
public Result |
visitEnhancedStatementExpression(EnhancedStatementExpressionContext ctx)Visit a parse tree produced by GroovyParser.enhancedStatementExpression.
|
|
public Result |
visitEnumConstant(EnumConstantContext ctx)Visit a parse tree produced by GroovyParser.enumConstant.
|
|
public Result |
visitEnumConstants(EnumConstantsContext ctx)Visit a parse tree produced by GroovyParser.enumConstants.
|
|
public Result |
visitEqualityExprAlt(EqualityExprAltContext ctx)Visit a parse tree produced by the equalityExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitExclusiveOrExprAlt(ExclusiveOrExprAltContext ctx)Visit a parse tree produced by the exclusiveOrExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitExpression(ExpressionContext ctx)Visit a parse tree produced by GroovyParser.expression.
|
|
public Result |
visitExpressionInPar(ExpressionInParContext ctx)Visit a parse tree produced by GroovyParser.expressionInPar.
|
|
public Result |
visitExpressionList(ExpressionListContext ctx)Visit a parse tree produced by GroovyParser.expressionList.
|
|
public Result |
visitExpressionListElement(ExpressionListElementContext ctx)Visit a parse tree produced by GroovyParser.expressionListElement.
|
|
public Result |
visitExpressionStmtAlt(ExpressionStmtAltContext ctx)Visit a parse tree produced by the expressionStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitFieldDeclaration(FieldDeclarationContext ctx)Visit a parse tree produced by GroovyParser.fieldDeclaration.
|
|
public Result |
visitFinallyBlock(FinallyBlockContext ctx)Visit a parse tree produced by GroovyParser.finallyBlock.
|
|
public Result |
visitFloatingPointLiteralAlt(FloatingPointLiteralAltContext ctx)Visit a parse tree produced by the floatingPointLiteralAlt
labeled alternative in GroovyParser.literal.
|
|
public Result |
visitForControl(ForControlContext ctx)Visit a parse tree produced by GroovyParser.forControl.
|
|
public Result |
visitForInit(ForInitContext ctx)Visit a parse tree produced by GroovyParser.forInit.
|
|
public Result |
visitForStmtAlt(ForStmtAltContext ctx)Visit a parse tree produced by the forStmtAlt
labeled alternative in GroovyParser.loopStatement.
|
|
public Result |
visitForUpdate(ForUpdateContext ctx)Visit a parse tree produced by GroovyParser.forUpdate.
|
|
public Result |
visitFormalParameter(FormalParameterContext ctx)Visit a parse tree produced by GroovyParser.formalParameter.
|
|
public Result |
visitFormalParameterList(FormalParameterListContext ctx)Visit a parse tree produced by GroovyParser.formalParameterList.
|
|
public Result |
visitFormalParameters(FormalParametersContext ctx)Visit a parse tree produced by GroovyParser.formalParameters.
|
|
public Result |
visitGstring(GstringContext ctx)Visit a parse tree produced by GroovyParser.gstring.
|
|
public Result |
visitGstringPath(GstringPathContext ctx)Visit a parse tree produced by GroovyParser.gstringPath.
|
|
public Result |
visitGstringPrmrAlt(GstringPrmrAltContext ctx)Visit a parse tree produced by the gstringPrmrAlt
labeled alternative in GroovyParser.commandPrimary.
|
|
public Result |
visitGstringValue(GstringValueContext ctx)Visit a parse tree produced by GroovyParser.gstringValue.
|
|
public Result |
visitIdentifier(IdentifierContext ctx)Visit a parse tree produced by GroovyParser.identifier.
|
|
public Result |
visitIdentifierPrmrAlt(IdentifierPrmrAltContext ctx)Visit a parse tree produced by the identifierPrmrAlt
labeled alternative in GroovyParser.commandPrimary.
|
|
public Result |
visitIfElseStatement(IfElseStatementContext ctx)Visit a parse tree produced by GroovyParser.ifElseStatement.
|
|
public Result |
visitImplicationExprAlt(ImplicationExprAltContext ctx)Visit a parse tree produced by the implicationExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitImportDeclaration(ImportDeclarationContext ctx)Visit a parse tree produced by GroovyParser.importDeclaration.
|
|
public Result |
visitInclusiveOrExprAlt(InclusiveOrExprAltContext ctx)Visit a parse tree produced by the inclusiveOrExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitIndexPropertyArgs(IndexPropertyArgsContext ctx)Visit a parse tree produced by GroovyParser.indexPropertyArgs.
|
|
public Result |
visitIndexVariable(IndexVariableContext ctx)Visit a parse tree produced by GroovyParser.indexVariable.
|
|
public Result |
visitIntegerLiteralAlt(IntegerLiteralAltContext ctx)Visit a parse tree produced by the integerLiteralAlt
labeled alternative in GroovyParser.literal.
|
|
public Result |
visitKeywords(KeywordsContext ctx)Visit a parse tree produced by GroovyParser.keywords.
|
|
public Result |
visitLabeledStmtAlt(LabeledStmtAltContext ctx)Visit a parse tree produced by the labeledStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitLambdaBody(LambdaBodyContext ctx)Visit a parse tree produced by GroovyParser.lambdaBody.
|
|
public Result |
visitList(ListContext ctx)Visit a parse tree produced by GroovyParser.list.
|
|
public Result |
visitListPrmrAlt(ListPrmrAltContext ctx)Visit a parse tree produced by the listPrmrAlt
labeled alternative in GroovyParser.namedPropertyArgPrimary.
|
|
public Result |
visitLiteral(LiteralContext ctx)Visit a parse tree produced by GroovyParser.literal.
|
|
public Result |
visitLiteralPrmrAlt(LiteralPrmrAltContext ctx)Visit a parse tree produced by the literalPrmrAlt
labeled alternative in GroovyParser.commandPrimary.
|
|
public Result |
visitLocalVariableDeclaration(LocalVariableDeclarationContext ctx)Visit a parse tree produced by GroovyParser.localVariableDeclaration.
|
|
public Result |
visitLocalVariableDeclarationStmtAlt(LocalVariableDeclarationStmtAltContext ctx)Visit a parse tree produced by the localVariableDeclarationStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitLogicalAndExprAlt(LogicalAndExprAltContext ctx)Visit a parse tree produced by the logicalAndExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitLogicalOrExprAlt(LogicalOrExprAltContext ctx)Visit a parse tree produced by the logicalOrExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitLoopStatement(LoopStatementContext ctx)Visit a parse tree produced by GroovyParser.loopStatement.
|
|
public Result |
visitLoopStmtAlt(LoopStmtAltContext ctx)Visit a parse tree produced by the loopStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitMap(MapContext ctx)Visit a parse tree produced by GroovyParser.map.
|
|
public Result |
visitMapEntry(MapEntryContext ctx)Visit a parse tree produced by GroovyParser.mapEntry.
|
|
public Result |
visitMapEntryLabel(MapEntryLabelContext ctx)Visit a parse tree produced by GroovyParser.mapEntryLabel.
|
|
public Result |
visitMapEntryList(MapEntryListContext ctx)Visit a parse tree produced by GroovyParser.mapEntryList.
|
|
public Result |
visitMapPrmrAlt(MapPrmrAltContext ctx)Visit a parse tree produced by the mapPrmrAlt
labeled alternative in GroovyParser.namedPropertyArgPrimary.
|
|
public Result |
visitMatchingType(MatchingTypeContext ctx)Visit a parse tree produced by GroovyParser.matchingType.
|
|
public Result |
visitMemberDeclaration(MemberDeclarationContext ctx)Visit a parse tree produced by GroovyParser.memberDeclaration.
|
|
public Result |
visitMethodBody(MethodBodyContext ctx)Visit a parse tree produced by GroovyParser.methodBody.
|
|
public Result |
visitMethodDeclaration(MethodDeclarationContext ctx)Visit a parse tree produced by GroovyParser.methodDeclaration.
|
|
public Result |
visitMethodName(MethodNameContext ctx)Visit a parse tree produced by GroovyParser.methodName.
|
|
public Result |
visitModifier(ModifierContext ctx)Visit a parse tree produced by GroovyParser.modifier.
|
|
public Result |
visitModifiers(ModifiersContext ctx)Visit a parse tree produced by GroovyParser.modifiers.
|
|
public Result |
visitModifiersOpt(ModifiersOptContext ctx)Visit a parse tree produced by GroovyParser.modifiersOpt.
|
|
public Result |
visitMultipleAssignmentExprAlt(MultipleAssignmentExprAltContext ctx)Visit a parse tree produced by the multipleAssignmentExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitMultiplicativeExprAlt(MultiplicativeExprAltContext ctx)Visit a parse tree produced by the multiplicativeExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitNamePart(NamePartContext ctx)Visit a parse tree produced by GroovyParser.namePart.
|
|
public Result |
visitNamedPropertyArgs(NamedPropertyArgsContext ctx)Visit a parse tree produced by GroovyParser.namedPropertyArgs.
|
|
public Result |
visitNewPrmrAlt(NewPrmrAltContext ctx)Visit a parse tree produced by the newPrmrAlt
labeled alternative in GroovyParser.primary.
|
|
public Result |
visitNls(NlsContext ctx)Visit a parse tree produced by GroovyParser.nls.
|
|
public Result |
visitNonWildcardTypeArguments(NonWildcardTypeArgumentsContext ctx)Visit a parse tree produced by GroovyParser.nonWildcardTypeArguments.
|
|
public Result |
visitNullLiteralAlt(NullLiteralAltContext ctx)Visit a parse tree produced by the nullLiteralAlt
labeled alternative in GroovyParser.literal.
|
|
public Result |
visitOriginalForControl(OriginalForControlContext ctx)Visit a parse tree produced by GroovyParser.originalForControl.
|
|
public Result |
visitPackageDeclaration(PackageDeclarationContext ctx)Visit a parse tree produced by GroovyParser.packageDeclaration.
|
|
public Result |
visitParExpression(ParExpressionContext ctx)Visit a parse tree produced by GroovyParser.parExpression.
|
|
public Result |
visitParenPrmrAlt(ParenPrmrAltContext ctx)Visit a parse tree produced by the parenPrmrAlt
labeled alternative in GroovyParser.namedPropertyArgPrimary.
|
|
public Result |
visitPathElement(PathElementContext ctx)Visit a parse tree produced by GroovyParser.pathElement.
|
|
public Result |
visitPathExpression(PathExpressionContext ctx)Visit a parse tree produced by GroovyParser.pathExpression.
|
|
public Result |
visitPostfixExprAlt(PostfixExprAltContext ctx)Visit a parse tree produced by the postfixExprAlt
labeled alternative in GroovyParser.castOperandExpression.
|
|
public Result |
visitPostfixExpression(PostfixExpressionContext ctx)Visit a parse tree produced by GroovyParser.postfixExpression.
|
|
public Result |
visitPowerExprAlt(PowerExprAltContext ctx)Visit a parse tree produced by the powerExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitPrimary(PrimaryContext ctx)Visit a parse tree produced by GroovyParser.primary.
|
|
public Result |
visitPrimitiveType(PrimitiveTypeContext ctx)Visit a parse tree produced by GroovyParser.primitiveType.
|
|
public Result |
visitQualifiedClassName(QualifiedClassNameContext ctx)Visit a parse tree produced by GroovyParser.qualifiedClassName.
|
|
public Result |
visitQualifiedClassNameList(QualifiedClassNameListContext ctx)Visit a parse tree produced by GroovyParser.qualifiedClassNameList.
|
|
public Result |
visitQualifiedName(QualifiedNameContext ctx)Visit a parse tree produced by GroovyParser.qualifiedName.
|
|
public Result |
visitQualifiedNameElement(QualifiedNameElementContext ctx)Visit a parse tree produced by GroovyParser.qualifiedNameElement.
|
|
public Result |
visitQualifiedNameElements(QualifiedNameElementsContext ctx)Visit a parse tree produced by GroovyParser.qualifiedNameElements.
|
|
public Result |
visitQualifiedStandardClassName(QualifiedStandardClassNameContext ctx)Visit a parse tree produced by GroovyParser.qualifiedStandardClassName.
|
|
public Result |
visitReferenceType(ReferenceTypeContext ctx)Visit a parse tree produced by GroovyParser.referenceType.
|
|
public Result |
visitRegexExprAlt(RegexExprAltContext ctx)Visit a parse tree produced by the regexExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitRelationalExprAlt(RelationalExprAltContext ctx)Visit a parse tree produced by the relationalExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitResource(ResourceContext ctx)Visit a parse tree produced by GroovyParser.resource.
|
|
public Result |
visitResourceList(ResourceListContext ctx)Visit a parse tree produced by GroovyParser.resourceList.
|
|
public Result |
visitResources(ResourcesContext ctx)Visit a parse tree produced by GroovyParser.resources.
|
|
public Result |
visitReturnStmtAlt(ReturnStmtAltContext ctx)Visit a parse tree produced by the returnStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitReturnType(ReturnTypeContext ctx)Visit a parse tree produced by GroovyParser.returnType.
|
|
public Result |
visitScriptStatement(ScriptStatementContext ctx)Visit a parse tree produced by GroovyParser.scriptStatement.
|
|
public Result |
visitScriptStatements(ScriptStatementsContext ctx)Visit a parse tree produced by GroovyParser.scriptStatements.
|
|
public Result |
visitSep(SepContext ctx)Visit a parse tree produced by GroovyParser.sep.
|
|
public Result |
visitShiftExprAlt(ShiftExprAltContext ctx)Visit a parse tree produced by the shiftExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitStandardLambdaExpression(StandardLambdaExpressionContext ctx)Visit a parse tree produced by GroovyParser.standardLambdaExpression.
|
|
public Result |
visitStandardLambdaParameters(StandardLambdaParametersContext ctx)Visit a parse tree produced by GroovyParser.standardLambdaParameters.
|
|
public Result |
visitStatement(StatementContext ctx)Visit a parse tree produced by GroovyParser.statement.
|
|
public Result |
visitStatementExpression(StatementExpressionContext ctx)Visit a parse tree produced by GroovyParser.statementExpression.
|
|
public Result |
visitStringLiteral(StringLiteralContext ctx)Visit a parse tree produced by GroovyParser.stringLiteral.
|
|
public Result |
visitStringLiteralAlt(StringLiteralAltContext ctx)Visit a parse tree produced by the stringLiteralAlt
labeled alternative in GroovyParser.literal.
|
|
public Result |
visitSuperPrmrAlt(SuperPrmrAltContext ctx)Visit a parse tree produced by the superPrmrAlt
labeled alternative in GroovyParser.primary.
|
|
public Result |
visitSwitchBlockStatementExpressionGroup(SwitchBlockStatementExpressionGroupContext ctx)Visit a parse tree produced by GroovyParser.switchBlockStatementExpressionGroup.
|
|
public Result |
visitSwitchBlockStatementGroup(SwitchBlockStatementGroupContext ctx)Visit a parse tree produced by GroovyParser.switchBlockStatementGroup.
|
|
public Result |
visitSwitchExprAlt(SwitchExprAltContext ctx)Visit a parse tree produced by the switchExprAlt
labeled alternative in GroovyParser.expression.
|
|
public Result |
visitSwitchExpression(SwitchExpressionContext ctx)Visit a parse tree produced by GroovyParser.switchExpression.
|
|
public Result |
visitSwitchExpressionLabel(SwitchExpressionLabelContext ctx)Visit a parse tree produced by GroovyParser.switchExpressionLabel.
|
|
public Result |
visitSwitchLabel(SwitchLabelContext ctx)Visit a parse tree produced by GroovyParser.switchLabel.
|
|
public Result |
visitSwitchStatement(SwitchStatementContext ctx)Visit a parse tree produced by GroovyParser.switchStatement.
|
|
public Result |
visitSynchronizedStmtAlt(SynchronizedStmtAltContext ctx)Visit a parse tree produced by the synchronizedStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitThisFormalParameter(ThisFormalParameterContext ctx)Visit a parse tree produced by GroovyParser.thisFormalParameter.
|
|
public Result |
visitThisPrmrAlt(ThisPrmrAltContext ctx)Visit a parse tree produced by the thisPrmrAlt
labeled alternative in GroovyParser.primary.
|
|
public Result |
visitThrowStmtAlt(ThrowStmtAltContext ctx)Visit a parse tree produced by the throwStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitTryCatchStatement(TryCatchStatementContext ctx)Visit a parse tree produced by GroovyParser.tryCatchStatement.
|
|
public Result |
visitTryCatchStmtAlt(TryCatchStmtAltContext ctx)Visit a parse tree produced by the tryCatchStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitType(TypeContext ctx)Visit a parse tree produced by GroovyParser.type.
|
|
public Result |
visitTypeArgument(TypeArgumentContext ctx)Visit a parse tree produced by GroovyParser.typeArgument.
|
|
public Result |
visitTypeArguments(TypeArgumentsContext ctx)Visit a parse tree produced by GroovyParser.typeArguments.
|
|
public Result |
visitTypeArgumentsOrDiamond(TypeArgumentsOrDiamondContext ctx)Visit a parse tree produced by GroovyParser.typeArgumentsOrDiamond.
|
|
public Result |
visitTypeBound(TypeBoundContext ctx)Visit a parse tree produced by GroovyParser.typeBound.
|
|
public Result |
visitTypeDeclaration(TypeDeclarationContext ctx)Visit a parse tree produced by GroovyParser.typeDeclaration.
|
|
public Result |
visitTypeList(TypeListContext ctx)Visit a parse tree produced by GroovyParser.typeList.
|
|
public Result |
visitTypeNamePair(TypeNamePairContext ctx)Visit a parse tree produced by GroovyParser.typeNamePair.
|
|
public Result |
visitTypeNamePairs(TypeNamePairsContext ctx)Visit a parse tree produced by GroovyParser.typeNamePairs.
|
|
public Result |
visitTypeParameter(TypeParameterContext ctx)Visit a parse tree produced by GroovyParser.typeParameter.
|
|
public Result |
visitTypeParameters(TypeParametersContext ctx)Visit a parse tree produced by GroovyParser.typeParameters.
|
|
public Result |
visitUnaryAddExprAlt(UnaryAddExprAltContext ctx)Visit a parse tree produced by the unaryAddExprAlt
labeled alternative in GroovyParser.castOperandExpression.
|
|
public Result |
visitUnaryNotExprAlt(UnaryNotExprAltContext ctx)Visit a parse tree produced by the unaryNotExprAlt
labeled alternative in GroovyParser.castOperandExpression.
|
|
public Result |
visitVariableDeclaration(VariableDeclarationContext ctx)Visit a parse tree produced by GroovyParser.variableDeclaration.
|
|
public Result |
visitVariableDeclarator(VariableDeclaratorContext ctx)Visit a parse tree produced by GroovyParser.variableDeclarator.
|
|
public Result |
visitVariableDeclaratorId(VariableDeclaratorIdContext ctx)Visit a parse tree produced by GroovyParser.variableDeclaratorId.
|
|
public Result |
visitVariableDeclarators(VariableDeclaratorsContext ctx)Visit a parse tree produced by GroovyParser.variableDeclarators.
|
|
public Result |
visitVariableInitializer(VariableInitializerContext ctx)Visit a parse tree produced by GroovyParser.variableInitializer.
|
|
public Result |
visitVariableModifier(VariableModifierContext ctx)Visit a parse tree produced by GroovyParser.variableModifier.
|
|
public Result |
visitVariableModifiers(VariableModifiersContext ctx)Visit a parse tree produced by GroovyParser.variableModifiers.
|
|
public Result |
visitVariableModifiersOpt(VariableModifiersOptContext ctx)Visit a parse tree produced by GroovyParser.variableModifiersOpt.
|
|
public Result |
visitVariableNames(VariableNamesContext ctx)Visit a parse tree produced by GroovyParser.variableNames.
|
|
public Result |
visitWhileStmtAlt(WhileStmtAltContext ctx)Visit a parse tree produced by the whileStmtAlt
labeled alternative in GroovyParser.loopStatement.
|
|
public Result |
visitYieldReturnStmtAlt(YieldReturnStmtAltContext ctx)Visit a parse tree produced by the yieldReturnStmtAlt
labeled alternative in GroovyParser.statement.
|
|
public Result |
visitYieldStatement(YieldStatementContext ctx)Visit a parse tree produced by GroovyParser.yieldStatement.
|
|
public Result |
visitYieldStmtAlt(YieldStmtAltContext ctx)Visit a parse tree produced by the yieldStmtAlt
labeled alternative in GroovyParser.statement.
|
| Methods inherited from class | Name |
|---|---|
class AbstractParseTreeVisitor |
equals, getClass, hashCode, notify, notifyAll, toString, visit, visitChildren, visitErrorNode, visitTerminal, wait, wait, wait |
Visit a parse tree produced by the additiveExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the andExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.annotatedQualifiedClassName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.annotation.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.annotationName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.annotationsOpt.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.anonymousInnerClassDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.arguments.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.arrayInitializer.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.assertStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the assertStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the assignmentExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the asyncClosureExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the awaitExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.block.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.blockStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.blockStatements.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.blockStatementsOpt.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the blockStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the booleanLiteralAlt
labeled alternative in GroovyParser.literal.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.breakStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the breakStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.builtInType.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the builtInTypePrmrAlt
labeled alternative in GroovyParser.primary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the castExprAlt
labeled alternative in GroovyParser.castOperandExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.castParExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.catchClause.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.catchType.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.classBody.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.classBodyDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.classDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.className.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.classOrInterfaceModifier.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.classOrInterfaceModifiers.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.classOrInterfaceModifiersOpt.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.closure.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.closureOrLambdaExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the closureOrLambdaExpressionPrmrAlt
labeled alternative in GroovyParser.primary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.commandArgument.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the commandExprAlt
labeled alternative in GroovyParser.statementExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.commandExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.compactConstructorDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.compilationUnit.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the conditionalExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.conditionalStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the conditionalStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.continueStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the continueStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.createdName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.creator.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the deferStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.dim0.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.dim1.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the doWhileStmtAlt
labeled alternative in GroovyParser.loopStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.dynamicMemberName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.elementValue.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.elementValueArrayInitializer.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.elementValuePair.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.elementValuePairName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.elementValuePairs.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.elementValues.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the emptyStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.enhancedArgumentListElement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.enhancedArgumentListInPar.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.enhancedExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.enhancedForControl.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.enhancedStatementExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.enumConstant.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.enumConstants.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the equalityExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the exclusiveOrExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.expressionInPar.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.expressionList.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.expressionListElement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the expressionStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.fieldDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.finallyBlock.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the floatingPointLiteralAlt
labeled alternative in GroovyParser.literal.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.forControl.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.forInit.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the forStmtAlt
labeled alternative in GroovyParser.loopStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.forUpdate.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.formalParameter.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.formalParameterList.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.formalParameters.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.gstring.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.gstringPath.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the gstringPrmrAlt
labeled alternative in GroovyParser.commandPrimary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.gstringValue.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.identifier.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the identifierPrmrAlt
labeled alternative in GroovyParser.commandPrimary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.ifElseStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the implicationExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.importDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the inclusiveOrExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.indexPropertyArgs.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.indexVariable.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the integerLiteralAlt
labeled alternative in GroovyParser.literal.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.keywords.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the labeledStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.lambdaBody.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.list.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the listPrmrAlt
labeled alternative in GroovyParser.namedPropertyArgPrimary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.literal.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the literalPrmrAlt
labeled alternative in GroovyParser.commandPrimary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.localVariableDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the localVariableDeclarationStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the logicalAndExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the logicalOrExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.loopStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the loopStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.map.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.mapEntry.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.mapEntryLabel.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.mapEntryList.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the mapPrmrAlt
labeled alternative in GroovyParser.namedPropertyArgPrimary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.matchingType.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.memberDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.methodBody.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.methodDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.methodName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.modifier.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.modifiers.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.modifiersOpt.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the multipleAssignmentExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the multiplicativeExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.namePart.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.namedPropertyArgs.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the newPrmrAlt
labeled alternative in GroovyParser.primary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.nls.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.nonWildcardTypeArguments.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the nullLiteralAlt
labeled alternative in GroovyParser.literal.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.originalForControl.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.packageDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.parExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the parenPrmrAlt
labeled alternative in GroovyParser.namedPropertyArgPrimary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.pathElement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.pathExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the postfixExprAlt
labeled alternative in GroovyParser.castOperandExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.postfixExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the powerExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.primary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.primitiveType.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.qualifiedClassName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.qualifiedClassNameList.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.qualifiedName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.qualifiedNameElement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.qualifiedNameElements.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.qualifiedStandardClassName.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.referenceType.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the regexExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the relationalExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.resource.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.resourceList.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.resources.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the returnStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.returnType.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.scriptStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.scriptStatements.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.sep.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the shiftExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.standardLambdaExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.standardLambdaParameters.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.statementExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.stringLiteral.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the stringLiteralAlt
labeled alternative in GroovyParser.literal.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the superPrmrAlt
labeled alternative in GroovyParser.primary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.switchBlockStatementExpressionGroup.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.switchBlockStatementGroup.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the switchExprAlt
labeled alternative in GroovyParser.expression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.switchExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.switchExpressionLabel.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.switchLabel.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.switchStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the synchronizedStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.thisFormalParameter.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the thisPrmrAlt
labeled alternative in GroovyParser.primary.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the throwStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.tryCatchStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the tryCatchStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.type.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeArgument.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeArguments.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeArgumentsOrDiamond.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeBound.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeList.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeNamePair.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeNamePairs.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeParameter.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.typeParameters.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the unaryAddExprAlt
labeled alternative in GroovyParser.castOperandExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the unaryNotExprAlt
labeled alternative in GroovyParser.castOperandExpression.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableDeclaration.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableDeclarator.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableDeclaratorId.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableDeclarators.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableInitializer.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableModifier.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableModifiers.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableModifiersOpt.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.variableNames.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the whileStmtAlt
labeled alternative in GroovyParser.loopStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the yieldReturnStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by GroovyParser.yieldStatement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.
Visit a parse tree produced by the yieldStmtAlt
labeled alternative in GroovyParser.statement.
ctx - the parse treeThe default implementation returns the result of calling
visitChildren on ctx.