Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accept(Path) - Method in class org.openrewrite.groovy.GroovyParser
- accept(TreeVisitor<R, P>, P) - Method in interface org.openrewrite.groovy.tree.G
- acceptGroovy(GroovyVisitor<P>, P) - Method in interface org.openrewrite.groovy.tree.G
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.Binary
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.GString
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.GString.Value
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.ListLiteral
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.MapEntry
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.MapLiteral
- acceptGroovy(GroovyVisitor<P>, P) - Method in class org.openrewrite.groovy.tree.G.Range
- Access - Enum constant in enum class org.openrewrite.groovy.tree.G.Binary.Type
- addErrorAndContinue(Message) - Method in class org.openrewrite.groovy.ParseWarningCollector
- applyDefaults() - Method in class org.openrewrite.groovy.style.OmitParenthesesStyle
- Assertions - Class in org.openrewrite.groovy
- AsStyleTypeCast - Class in org.openrewrite.groovy.marker
- AsStyleTypeCast() - Constructor for class org.openrewrite.groovy.marker.AsStyleTypeCast
- autoFormat(J2, J, P, Cursor) - Method in class org.openrewrite.groovy.GroovyVisitor
B
- Binary() - Constructor for class org.openrewrite.groovy.tree.G.Binary
- BINARY_OPERATOR - Enum constant in enum class org.openrewrite.groovy.tree.GLeftPadded.Location
- BINARY_OPERATOR - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- BINARY_PREFIX - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- BINARY_SUFFIX - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- build() - Method in class org.openrewrite.groovy.GroovyParser.Builder
- builder() - Static method in class org.openrewrite.groovy.GroovyParser
- builder(GroovyParser.Builder) - Static method in class org.openrewrite.groovy.GroovyParser
- Builder() - Constructor for class org.openrewrite.groovy.GroovyParser.Builder
- Builder(GroovyParser.Builder) - Constructor for class org.openrewrite.groovy.GroovyParser.Builder
C
- classpath(String...) - Method in class org.openrewrite.groovy.GroovyParser.Builder
- classpath(Collection<Path>) - Method in class org.openrewrite.groovy.GroovyParser.Builder
- CompilationUnit() - Constructor for class org.openrewrite.groovy.tree.G.CompilationUnit
- CompiledGroovySource - Class in org.openrewrite.groovy
- CompiledGroovySource() - Constructor for class org.openrewrite.groovy.CompiledGroovySource
- compilerCustomizers(Iterable<Consumer<CompilerConfiguration>>) - Method in class org.openrewrite.groovy.GroovyParser.Builder
- compilerCustomizers(Consumer<CompilerConfiguration>...) - Method in class org.openrewrite.groovy.GroovyParser.Builder
- countLines(Tree) - Static method in class org.openrewrite.groovy.CountLinesVisitor
- CountLinesVisitor - Class in org.openrewrite.groovy
- CountLinesVisitor() - Constructor for class org.openrewrite.groovy.CountLinesVisitor
D
- DEFAULT - Static variable in class org.openrewrite.groovy.style.OmitParenthesesStyle
E
- Elvis - Class in org.openrewrite.groovy.marker
- Elvis() - Constructor for class org.openrewrite.groovy.marker.Elvis
- EmptyArgumentListPrecedesArgument - Class in org.openrewrite.groovy.marker
-
Marks a method invocation as having an empty argument list between the method's identifier and its only argument.
- EmptyArgumentListPrecedesArgument() - Constructor for class org.openrewrite.groovy.marker.EmptyArgumentListPrecedesArgument
- ExpressionStatement(Expression) - Constructor for class org.openrewrite.groovy.tree.G.ExpressionStatement
F
- failIfErrors() - Method in class org.openrewrite.groovy.ParseWarningCollector
- Find - Enum constant in enum class org.openrewrite.groovy.tree.G.Binary.Type
G
- G - Interface in org.openrewrite.groovy.tree
- G.Binary - Class in org.openrewrite.groovy.tree
- G.Binary.Padding - Class in org.openrewrite.groovy.tree
- G.Binary.Type - Enum Class in org.openrewrite.groovy.tree
- G.CompilationUnit - Class in org.openrewrite.groovy.tree
- G.CompilationUnit.Padding - Class in org.openrewrite.groovy.tree
- G.ExpressionStatement - Class in org.openrewrite.groovy.tree
-
Unlike Java, Groovy allows expressions to appear anywhere Statements do.
- G.GString - Class in org.openrewrite.groovy.tree
- G.GString.Value - Class in org.openrewrite.groovy.tree
- G.ListLiteral - Class in org.openrewrite.groovy.tree
- G.ListLiteral.Padding - Class in org.openrewrite.groovy.tree
- G.MapEntry - Class in org.openrewrite.groovy.tree
- G.MapEntry.Padding - Class in org.openrewrite.groovy.tree
- G.MapLiteral - Class in org.openrewrite.groovy.tree
- G.MapLiteral.Padding - Class in org.openrewrite.groovy.tree
- G.Range - Class in org.openrewrite.groovy.tree
- G.Range.Padding - Class in org.openrewrite.groovy.tree
- GContainer - Class in org.openrewrite.groovy.tree
- GContainer() - Constructor for class org.openrewrite.groovy.tree.GContainer
- GContainer.Location - Enum Class in org.openrewrite.groovy.tree
- getAfterLocation() - Method in enum class org.openrewrite.groovy.tree.GRightPadded.Location
- getBeforeLocation() - Method in enum class org.openrewrite.groovy.tree.GContainer.Location
- getBeforeLocation() - Method in enum class org.openrewrite.groovy.tree.GLeftPadded.Location
- getCharset() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- getClasses() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- getComments() - Method in interface org.openrewrite.groovy.tree.G
- getCoordinates() - Method in class org.openrewrite.groovy.tree.G.Binary
- getCoordinates() - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- getCoordinates() - Method in class org.openrewrite.groovy.tree.G.GString
- getCoordinates() - Method in class org.openrewrite.groovy.tree.G.ListLiteral
- getCoordinates() - Method in class org.openrewrite.groovy.tree.G.MapEntry
- getCoordinates() - Method in class org.openrewrite.groovy.tree.G.MapLiteral
- getCoordinates() - Method in class org.openrewrite.groovy.tree.G.Range
- getDescription() - Method in class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambda
- getDescription() - Method in class org.openrewrite.groovy.format.OmitParenthesesFormat
- getDisplayName() - Method in class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambda
- getDisplayName() - Method in class org.openrewrite.groovy.format.OmitParenthesesFormat
- getDslName() - Method in class org.openrewrite.groovy.GroovyParser.Builder
- getElementLocation() - Method in enum class org.openrewrite.groovy.tree.GContainer.Location
- getElements() - Method in class org.openrewrite.groovy.tree.G.ListLiteral
- getElements() - Method in class org.openrewrite.groovy.tree.G.ListLiteral.Padding
- getElements() - Method in class org.openrewrite.groovy.tree.G.MapLiteral
- getElements() - Method in class org.openrewrite.groovy.tree.G.MapLiteral.Padding
- getImports() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- getImports() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit.Padding
- getInclusive() - Method in class org.openrewrite.groovy.tree.G.Range
- getInclusive() - Method in class org.openrewrite.groovy.tree.G.Range.Padding
- getKey() - Method in class org.openrewrite.groovy.tree.G.MapEntry
- getKey() - Method in class org.openrewrite.groovy.tree.G.MapEntry.Padding
- getLanguage() - Method in class org.openrewrite.groovy.GroovyVisitor
- getMarkers() - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- getOperator() - Method in class org.openrewrite.groovy.tree.G.Binary
- getOperator() - Method in class org.openrewrite.groovy.tree.G.Binary.Padding
- getPackageDeclaration() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- getPackageDeclaration() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit.Padding
- getPadding() - Method in class org.openrewrite.groovy.tree.G.Binary
- getPadding() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- getPadding() - Method in class org.openrewrite.groovy.tree.G.ListLiteral
- getPadding() - Method in class org.openrewrite.groovy.tree.G.MapEntry
- getPadding() - Method in class org.openrewrite.groovy.tree.G.MapLiteral
- getPadding() - Method in class org.openrewrite.groovy.tree.G.Range
- getPrefix() - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- getPrefix() - Method in interface org.openrewrite.groovy.tree.G
- getPrefix() - Method in class org.openrewrite.groovy.tree.G.GString.Value
- getStatements() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- getStatements() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit.Padding
- getType() - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- getType() - Method in class org.openrewrite.groovy.tree.G.Range
- getTypesInUse() - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- getVisitor() - Method in class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambda
- getVisitor() - Method in class org.openrewrite.groovy.format.OmitParenthesesFormat
- getWarningMarkers() - Method in class org.openrewrite.groovy.ParseWarningCollector
- GLeftPadded - Class in org.openrewrite.groovy.tree
- GLeftPadded() - Constructor for class org.openrewrite.groovy.tree.GLeftPadded
- GLeftPadded.Location - Enum Class in org.openrewrite.groovy.tree
- GRightPadded - Class in org.openrewrite.groovy.tree
- GRightPadded() - Constructor for class org.openrewrite.groovy.tree.GRightPadded
- GRightPadded.Location - Enum Class in org.openrewrite.groovy.tree
- groovy(String) - Static method in class org.openrewrite.groovy.Assertions
- groovy(String, String) - Static method in class org.openrewrite.groovy.Assertions
- groovy(String, String, Consumer<SourceSpec<G.CompilationUnit>>) - Static method in class org.openrewrite.groovy.Assertions
- groovy(String, Consumer<SourceSpec<G.CompilationUnit>>) - Static method in class org.openrewrite.groovy.Assertions
- GroovyIsoVisitor<P> - Class in org.openrewrite.groovy
- GroovyIsoVisitor() - Constructor for class org.openrewrite.groovy.GroovyIsoVisitor
- GroovyParser - Class in org.openrewrite.groovy
- GroovyParser() - Constructor for class org.openrewrite.groovy.GroovyParser
- GroovyParser.Builder - Class in org.openrewrite.groovy
- GroovyParserVisitor - Class in org.openrewrite.groovy
-
See the language syntax reference.
- GroovyParserVisitor(Path, FileAttributes, EncodingDetectingInputStream, JavaTypeCache, ExecutionContext) - Constructor for class org.openrewrite.groovy.GroovyParserVisitor
- GroovyParsingException - Exception in org.openrewrite.groovy
- GroovyParsingException(String, Throwable) - Constructor for exception org.openrewrite.groovy.GroovyParsingException
- GroovyPrinter<P> - Class in org.openrewrite.groovy
- GroovyPrinter() - Constructor for class org.openrewrite.groovy.GroovyPrinter
- GroovyVisitor<P> - Class in org.openrewrite.groovy
- GroovyVisitor() - Constructor for class org.openrewrite.groovy.GroovyVisitor
- GSpace - Class in org.openrewrite.groovy.tree
- GSpace() - Constructor for class org.openrewrite.groovy.tree.GSpace
- GSpace.Location - Enum Class in org.openrewrite.groovy.tree
- GString() - Constructor for class org.openrewrite.groovy.tree.G.GString
- GSTRING - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
I
- ImplicitDot - Class in org.openrewrite.groovy.marker
- ImplicitDot() - Constructor for class org.openrewrite.groovy.marker.ImplicitDot
- ImplicitReturn - Class in org.openrewrite.groovy.marker
-
Deprecated.
- ImplicitReturn() - Constructor for class org.openrewrite.groovy.marker.ImplicitReturn
-
Deprecated.
- In - Enum constant in enum class org.openrewrite.groovy.tree.G.Binary.Type
- InStyleForEachLoop - Class in org.openrewrite.groovy.marker
- InStyleForEachLoop() - Constructor for class org.openrewrite.groovy.marker.InStyleForEachLoop
- isAcceptable(SourceFile, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- isAcceptable(TreeVisitor<?, P>, P) - Method in interface org.openrewrite.groovy.tree.G
L
- LIST_LITERAL - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- LIST_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.groovy.tree.GRightPadded.Location
- LIST_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- LIST_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.groovy.tree.GContainer.Location
- LIST_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- ListLiteral() - Constructor for class org.openrewrite.groovy.tree.G.ListLiteral
- logCompilationWarningsAndErrors(boolean) - Method in class org.openrewrite.groovy.GroovyParser.Builder
M
- MAP_ENTRY - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- MAP_ENTRY_KEY - Enum constant in enum class org.openrewrite.groovy.tree.GRightPadded.Location
- MAP_ENTRY_KEY_SUFFIX - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- MAP_ENTRY_PREFIX - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- MAP_LITERAL - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- MAP_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.groovy.tree.GRightPadded.Location
- MAP_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- MAP_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.groovy.tree.GContainer.Location
- MAP_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- MapEntry() - Constructor for class org.openrewrite.groovy.tree.G.MapEntry
- MapLiteral() - Constructor for class org.openrewrite.groovy.tree.G.MapLiteral
- Match - Enum constant in enum class org.openrewrite.groovy.tree.G.Binary.Type
- MinimumViableSpacingVisitor<P> - Class in org.openrewrite.groovy.format
- MinimumViableSpacingVisitor() - Constructor for class org.openrewrite.groovy.format.MinimumViableSpacingVisitor
N
- NullSafe - Class in org.openrewrite.groovy.marker
- NullSafe() - Constructor for class org.openrewrite.groovy.marker.NullSafe
O
- OmitParentheses - Class in org.openrewrite.groovy.marker
-
Deprecated.Use
OmitParenthesesinstead. - OmitParentheses() - Constructor for class org.openrewrite.groovy.marker.OmitParentheses
-
Deprecated.
- OmitParenthesesForLastArgumentLambda - Class in org.openrewrite.groovy.format
- OmitParenthesesForLastArgumentLambda() - Constructor for class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambda
- OmitParenthesesForLastArgumentLambdaVisitor<P> - Class in org.openrewrite.groovy.format
- OmitParenthesesForLastArgumentLambdaVisitor(Tree) - Constructor for class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambdaVisitor
- OmitParenthesesFormat - Class in org.openrewrite.groovy.format
- OmitParenthesesFormat() - Constructor for class org.openrewrite.groovy.format.OmitParenthesesFormat
- OmitParenthesesStyle - Class in org.openrewrite.groovy.style
- OmitParenthesesStyle() - Constructor for class org.openrewrite.groovy.style.OmitParenthesesStyle
- org.openrewrite.groovy - package org.openrewrite.groovy
- org.openrewrite.groovy.format - package org.openrewrite.groovy.format
- org.openrewrite.groovy.marker - package org.openrewrite.groovy.marker
- org.openrewrite.groovy.style - package org.openrewrite.groovy.style
- org.openrewrite.groovy.tree - package org.openrewrite.groovy.tree
P
- Padding() - Constructor for class org.openrewrite.groovy.tree.G.Binary.Padding
- Padding() - Constructor for class org.openrewrite.groovy.tree.G.CompilationUnit.Padding
- Padding() - Constructor for class org.openrewrite.groovy.tree.G.ListLiteral.Padding
- Padding() - Constructor for class org.openrewrite.groovy.tree.G.MapEntry.Padding
- Padding() - Constructor for class org.openrewrite.groovy.tree.G.MapLiteral.Padding
- Padding() - Constructor for class org.openrewrite.groovy.tree.G.Range.Padding
- parse(String...) - Method in class org.openrewrite.groovy.GroovyParser
- parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.groovy.GroovyParser
- ParseWarningCollector - Class in org.openrewrite.groovy
- ParseWarningCollector(CompilerConfiguration, GroovyParser) - Constructor for class org.openrewrite.groovy.ParseWarningCollector
- postVisit(J, P) - Method in class org.openrewrite.groovy.format.MinimumViableSpacingVisitor
- postVisit(J, P) - Method in class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambdaVisitor
- printer(Cursor) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
R
- Range() - Constructor for class org.openrewrite.groovy.tree.G.Range
- RANGE_INCLUSION - Enum constant in enum class org.openrewrite.groovy.tree.GLeftPadded.Location
- RANGE_INCLUSION - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- RANGE_PREFIX - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- reset() - Method in class org.openrewrite.groovy.GroovyParser
S
- Semicolon - Class in org.openrewrite.groovy.marker
- Semicolon() - Constructor for class org.openrewrite.groovy.marker.Semicolon
- sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.groovy.GroovyParser
- StarDot - Class in org.openrewrite.groovy.marker
- StarDot() - Constructor for class org.openrewrite.groovy.marker.StarDot
- styles(Iterable<? extends NamedStyles>) - Method in class org.openrewrite.groovy.GroovyParser.Builder
T
- TOP_LEVEL_STATEMENT - Enum constant in enum class org.openrewrite.groovy.tree.GSpace.Location
- TOP_LEVEL_STATEMENT_SUFFIX - Enum constant in enum class org.openrewrite.groovy.tree.GRightPadded.Location
- TrailingComma - Class in org.openrewrite.groovy
- TrailingComma() - Constructor for class org.openrewrite.groovy.TrailingComma
- typeCache(JavaTypeCache) - Method in class org.openrewrite.groovy.GroovyParser.Builder
V
- Value() - Constructor for class org.openrewrite.groovy.tree.G.GString.Value
- valueOf(String) - Static method in enum class org.openrewrite.groovy.tree.G.Binary.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.groovy.tree.GContainer.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.groovy.tree.GLeftPadded.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.groovy.tree.GRightPadded.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.groovy.tree.GSpace.Location
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openrewrite.groovy.tree.G.Binary.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.groovy.tree.GContainer.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.groovy.tree.GLeftPadded.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.groovy.tree.GRightPadded.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.groovy.tree.GSpace.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visit(Tree, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visit(Tree, P) - Method in class org.openrewrite.groovy.format.MinimumViableSpacingVisitor
- visit(Tree, P) - Method in class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambdaVisitor
- visit(SourceUnit, ModuleNode) - Method in class org.openrewrite.groovy.GroovyParserVisitor
- visitAnnotatedType(J.AnnotatedType, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitAnnotation(J.Annotation, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitArrayDimension(J.ArrayDimension, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitArrayType(J.ArrayType, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitAssert(J.Assert, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitAssignment(J.Assignment, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitAssignmentOperation(J.AssignmentOperation, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitBinary(G.Binary, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitBinary(G.Binary, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitBinary(G.Binary, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitBinary(J.Binary, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitBlock(J.Block, AtomicInteger) - Method in class org.openrewrite.groovy.CountLinesVisitor
- visitBlock(J.Block, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitBreak(J.Break, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitCase(J.Case, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitCatch(J.Try.Catch, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitCompilationUnit(G.CompilationUnit, AtomicInteger) - Method in class org.openrewrite.groovy.CountLinesVisitor
- visitCompilationUnit(G.CompilationUnit, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitCompilationUnit(G.CompilationUnit, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitCompilationUnit(J.CompilationUnit, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitCompilationUnit(J.CompilationUnit, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitContainer(String, JContainer<? extends J>, GContainer.Location, String, String, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitContainer(JContainer<J2>, GContainer.Location, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitContinue(J.Continue, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitControlParentheses(J.ControlParentheses<T>, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitElse(J.If.Else, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitEmpty(J.Empty, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitEnumValue(J.EnumValue, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitEnumValueSet(J.EnumValueSet, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitExpression(Expression, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitFieldAccess(J.FieldAccess, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitForControl(J.ForLoop.Control, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitForEachControl(J.ForEachLoop.Control, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitForEachLoop(J.ForEachLoop, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitForLoop(J.ForLoop, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitGString(G.GString, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitGString(G.GString, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitGString(G.GString, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitGStringValue(G.GString.Value, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitGStringValue(G.GString.Value, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitGStringValue(G.GString.Value, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitIdentifier(J.Identifier, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitIf(J.If, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitImport(J.Import, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitInstanceOf(J.InstanceOf, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitJavaSourceFile(JavaSourceFile, AtomicInteger) - Method in class org.openrewrite.groovy.CountLinesVisitor
- visitJavaSourceFile(JavaSourceFile, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitJavaSourceFile(JavaSourceFile, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitJavaSourceFile(JavaSourceFile, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitLabel(J.Label, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitLambda(J.Lambda, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitLeftPadded(JLeftPadded<T>, GLeftPadded.Location, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitListLiteral(G.ListLiteral, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitListLiteral(G.ListLiteral, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitListLiteral(G.ListLiteral, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitLiteral(J.Literal, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitMapEntry(G.MapEntry, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitMapEntry(G.MapEntry, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitMapLiteral(G.MapLiteral, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitMapLiteral(G.MapLiteral, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitMapLiteral(G.MapLiteral, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitMarker(Marker, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitMemberReference(J.MemberReference, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.groovy.format.MinimumViableSpacingVisitor
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.groovy.format.OmitParenthesesForLastArgumentLambdaVisitor
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitNewArray(J.NewArray, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitNewClass(J.NewClass, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitPackage(J.Package, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitParameterizedType(J.ParameterizedType, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitParentheses(J.Parentheses<T>, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitPrimitive(J.Primitive, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitRange(G.Range, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitRange(G.Range, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitReturn(J.Return, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitRightPadded(JRightPadded<T>, GRightPadded.Location, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitRightPadded(List<? extends JRightPadded<? extends J>>, GRightPadded.Location, String, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitSpace(Space, GSpace.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitSpace(Space, GSpace.Location, P) - Method in class org.openrewrite.groovy.GroovyVisitor
- visitSpace(Space, Space.Location, AtomicInteger) - Method in class org.openrewrite.groovy.CountLinesVisitor
- visitSpace(Space, Space.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.groovy.GroovyPrinter
- visitStatement(Statement, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitSwitch(J.Switch, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitSwitchExpression(J.SwitchExpression, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitSynchronized(J.Synchronized, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitTernary(J.Ternary, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitThrow(J.Throw, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitTry(J.Try, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitTryResource(J.Try.Resource, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitTypeCast(J.TypeCast, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitTypeParameter(J.TypeParameter, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitUnary(J.Unary, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitVariable(J.VariableDeclarations.NamedVariable, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitWhileLoop(J.WhileLoop, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitWildcard(J.Wildcard, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
- visitYield(J.Yield, P) - Method in class org.openrewrite.groovy.GroovyIsoVisitor
W
- withCharset(Charset) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- withElements(List<G.MapEntry>) - Method in class org.openrewrite.groovy.tree.G.MapLiteral
- withElements(List<Expression>) - Method in class org.openrewrite.groovy.tree.G.ListLiteral
- withElements(JContainer<G.MapEntry>) - Method in class org.openrewrite.groovy.tree.G.MapLiteral.Padding
- withElements(JContainer<Expression>) - Method in class org.openrewrite.groovy.tree.G.ListLiteral.Padding
- withImports(List<JRightPadded<J.Import>>) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit.Padding
- withInclusive(boolean) - Method in class org.openrewrite.groovy.tree.G.Range
- withInclusive(JLeftPadded<Boolean>) - Method in class org.openrewrite.groovy.tree.G.Range.Padding
- withKey(Expression) - Method in class org.openrewrite.groovy.tree.G.MapEntry
- withKey(JRightPadded<Expression>) - Method in class org.openrewrite.groovy.tree.G.MapEntry.Padding
- withMarkers(Markers) - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- withOperator(G.Binary.Type) - Method in class org.openrewrite.groovy.tree.G.Binary
- withOperator(JLeftPadded<G.Binary.Type>) - Method in class org.openrewrite.groovy.tree.G.Binary.Padding
- withPackageDeclaration(JRightPadded<J.Package>) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit.Padding
- withPackageDeclaration(J.Package) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- withPrefix(Space) - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- withPrefix(Space) - Method in class org.openrewrite.groovy.tree.G.GString.Value
- withStatements(List<JRightPadded<Statement>>) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit.Padding
- withStatements(List<Statement>) - Method in class org.openrewrite.groovy.tree.G.CompilationUnit
- withType(JavaType) - Method in class org.openrewrite.groovy.tree.G.ExpressionStatement
- withType(JavaType) - Method in class org.openrewrite.groovy.tree.G.Range
All Classes and Interfaces|All Packages|Serialized Form
ImplicitReturninstead.