Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(Path) - Method in class org.openrewrite.kotlin.KotlinParser
- accept(JRightPadded<J.Import>) - Method in interface org.openrewrite.kotlin.style.ImportLayoutStyle.Block
-
This method will determine if the passed in import is a match for the rules defined on the block.
- accept(JRightPadded<J.Import>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllAliases
- accept(JRightPadded<J.Import>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllOthers
- accept(JRightPadded<J.Import>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.BlankLines
- accept(JRightPadded<J.Import>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.ImportPackage
- accept(TreeVisitor<R, P>, P) - Method in interface org.openrewrite.kotlin.tree.K
- accept(TreeVisitor<R, P>, P) - Method in class org.openrewrite.kotlin.tree.K.Unary
- acceptKotlin(KotlinVisitor<P>, P) - Method in interface org.openrewrite.kotlin.tree.K
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.AnnotationType
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.Binary
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.ClassDeclaration
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.Constructor
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.DelegatedSuperType
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.ListLiteral
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.MultiAnnotationType
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.Property
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.Return
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.SpreadArgument
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.StringTemplate
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.StringTemplate.Expression
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.This
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.Unary
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.When
- acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- addClasspathEntry(Path) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
-
This is an internal API which is subject to removal or change.
- addImport(List<JRightPadded<J.Import>>, J.Import, J.Package, Collection<JavaType.FullyQualified>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle
-
Adds a new import in a block that best represents the import layout style without re-ordering any of the existing imports, i.e.
- AddImport<P> - Class in org.openrewrite.kotlin
-
A Kotlin refactoring visitor that can be used to add imports to a given compilation unit.
- AddImport(String, String, String, String, boolean) - Constructor for class org.openrewrite.kotlin.AddImport
- addImportVisitor(String, String, String, String, boolean) - Method in class org.openrewrite.kotlin.service.KotlinImportService
- afterSyntax(J, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- AllAliases() - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllAliases
- AllOthers(boolean) - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllOthers
- AnnotatedExpression() - Constructor for class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- ANNOTATION_CALL_SITE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- AnnotationCallSite - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- AnnotationCallSite(UUID, String, Space) - Constructor for class org.openrewrite.kotlin.marker.AnnotationCallSite
-
Deprecated.
- AnnotationConstructor - Class in org.openrewrite.kotlin.marker
-
The construction of new annotations does not require the `@` character.
- AnnotationConstructor(UUID) - Constructor for class org.openrewrite.kotlin.marker.AnnotationConstructor
- AnnotationType() - Constructor for class org.openrewrite.kotlin.tree.K.AnnotationType
- AnnotationUseSite - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- AnnotationUseSite(UUID, Space, boolean) - Constructor for class org.openrewrite.kotlin.marker.AnnotationUseSite
-
Deprecated.
- AnonymousFunction - Class in org.openrewrite.kotlin.marker
- AnonymousFunction(UUID) - Constructor for class org.openrewrite.kotlin.marker.AnonymousFunction
- apply(String, Cursor, JavaCoordinates, Object...) - Static method in class org.openrewrite.kotlin.KotlinTemplate
- applyDefaults() - Method in class org.openrewrite.kotlin.style.BlankLinesStyle
- applyDefaults() - Method in class org.openrewrite.kotlin.style.OtherStyle
- applyDefaults() - Method in class org.openrewrite.kotlin.style.SpacesStyle
- applyDefaults() - Method in class org.openrewrite.kotlin.style.TabsAndIndentsStyle
- applyDefaults() - Method in class org.openrewrite.kotlin.style.WrappingAndBracesStyle
- AroundOperators() - Constructor for class org.openrewrite.kotlin.style.SpacesStyle.AroundOperators
- Assertions - Class in org.openrewrite.kotlin
- Autodetect - Class in org.openrewrite.kotlin.style
- Autodetect(UUID, Collection<Style>) - Constructor for class org.openrewrite.kotlin.style.Autodetect
- Autodetect.Detector - Class in org.openrewrite.kotlin.style
- AutoFormat - Class in org.openrewrite.kotlin.format
- AutoFormat() - Constructor for class org.openrewrite.kotlin.format.AutoFormat
- autoFormatVisitor(Tree) - Method in class org.openrewrite.kotlin.service.KotlinAutoFormatService
- AutoFormatVisitor<P> - Class in org.openrewrite.kotlin.format
- AutoFormatVisitor() - Constructor for class org.openrewrite.kotlin.format.AutoFormatVisitor
- AutoFormatVisitor(Tree) - Constructor for class org.openrewrite.kotlin.format.AutoFormatVisitor
B
- BeforeParentheses() - Constructor for class org.openrewrite.kotlin.style.SpacesStyle.BeforeParentheses
- Binary() - Constructor for class org.openrewrite.kotlin.tree.K.Binary
- BINARY_OPERATOR - Enum constant in enum class org.openrewrite.kotlin.tree.KLeftPadded.Location
- BINARY_OPERATOR - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- BINARY_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- BINARY_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- BinaryExpression() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.BinaryExpression
- blankLine() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- blankLines() - Static method in class org.openrewrite.kotlin.style.IntelliJ
- BlankLines() - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.BlankLines
- BlankLinesStyle - Class in org.openrewrite.kotlin.style
- BlankLinesStyle() - Constructor for class org.openrewrite.kotlin.style.BlankLinesStyle
- BlankLinesStyle.KeepMaximum - Class in org.openrewrite.kotlin.style
- BlankLinesStyle.Minimum - Class in org.openrewrite.kotlin.style
- BlankLinesVisitor<P> - Class in org.openrewrite.kotlin.format
- BlankLinesVisitor(BlankLinesStyle) - Constructor for class org.openrewrite.kotlin.format.BlankLinesVisitor
- BlankLinesVisitor(BlankLinesStyle, Tree) - Constructor for class org.openrewrite.kotlin.format.BlankLinesVisitor
- BracesPlacement() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.BracesPlacement
- build() - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- build() - Method in class org.openrewrite.kotlin.KotlinTemplate.Builder
- build() - Method in class org.openrewrite.kotlin.style.Autodetect.Detector
- build() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- builder() - Static method in class org.openrewrite.kotlin.KotlinParser
- builder() - Static method in class org.openrewrite.kotlin.style.ImportLayoutStyle
- builder(String) - Static method in class org.openrewrite.kotlin.KotlinTemplate
- Builder() - Constructor for class org.openrewrite.kotlin.KotlinParser.Builder
- Builder() - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- By - Class in org.openrewrite.kotlin.marker
-
Inline type operator `by`.
- By(UUID) - Constructor for class org.openrewrite.kotlin.marker.By
C
- ChainedFunctionCalls() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.ChainedFunctionCalls
- CheckNotNull - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- CheckNotNull(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.CheckNotNull
-
Deprecated.
- ClassDeclaration() - Constructor for class org.openrewrite.kotlin.tree.K.ClassDeclaration
- classpath(String...) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- classpath(Collection<Path>) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- classpathFromResources(ExecutionContext, String...) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- clone() - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- CompilationUnit() - Constructor for class org.openrewrite.kotlin.tree.K.CompilationUnit
- CompiledSource - Class in org.openrewrite.kotlin.internal
- CompiledSource() - Constructor for class org.openrewrite.kotlin.internal.CompiledSource
- Constructor(UUID, Markers, J.MethodDeclaration, Space, K.ConstructorInvocation, JLeftPadded<K.ConstructorInvocation>) - Constructor for class org.openrewrite.kotlin.tree.K.Constructor
-
Deprecated.
- CONSTRUCTOR_COLON - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- CONSTRUCTOR_INVOCATION_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- ConstructorInvocation() - Constructor for class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- Contains - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
- contextFreeTemplate(Cursor, J, StringBuilder, StringBuilder) - Method in class org.openrewrite.kotlin.internal.template.KotlinBlockStatementTemplateGenerator
- CONTRAVARIANT - Enum constant in enum class org.openrewrite.kotlin.marker.GenericType.Variance
-
Deprecated.
- COVARIANT - Enum constant in enum class org.openrewrite.kotlin.marker.GenericType.Variance
-
Deprecated.
D
- defaults() - Static method in class org.openrewrite.kotlin.style.IntelliJ
- delegate() - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- DELEGATED_SUPER_TYPE_BY - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- DelegatedSuperType() - Constructor for class org.openrewrite.kotlin.tree.K.DelegatedSuperType
- DESTRUCT_ASSIGNMENTS - Enum constant in enum class org.openrewrite.kotlin.tree.KContainer.Location
- DESTRUCT_ELEMENTS - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- DESTRUCT_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
- DESTRUCT_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- DESTRUCTURING_DECLARATION_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- DestructuringDeclaration() - Constructor for class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
- detector() - Static method in class org.openrewrite.kotlin.style.Autodetect
- Detector() - Constructor for class org.openrewrite.kotlin.style.Autodetect.Detector
- doAfterVariableSubstitution(Consumer<String>) - Method in class org.openrewrite.kotlin.KotlinTemplate.Builder
- doBeforeParseTemplate(Consumer<String>) - Method in class org.openrewrite.kotlin.KotlinTemplate.Builder
- DoWhileStatement() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.DoWhileStatement
E
- Elvis - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- Elvis - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
- Elvis() - Constructor for class org.openrewrite.kotlin.marker.Elvis
-
Deprecated.
- ElvisExpressions() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.ElvisExpressions
- EqualsMethodUsage - Class in org.openrewrite.kotlin.cleanup
- EqualsMethodUsage() - Constructor for class org.openrewrite.kotlin.cleanup.EqualsMethodUsage
- ExplicitInlineConstructor - Class in org.openrewrite.kotlin.marker
- ExplicitInlineConstructor() - Constructor for class org.openrewrite.kotlin.marker.ExplicitInlineConstructor
- Expression() - Constructor for class org.openrewrite.kotlin.tree.K.StringTemplate.Expression
- ExpressionBodyFunctions() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.ExpressionBodyFunctions
- ExpressionStatement(Expression) - Constructor for class org.openrewrite.kotlin.tree.K.ExpressionStatement
- ExtendsImplementsPermitsList() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.ExtendsImplementsPermitsList
- Extension - Class in org.openrewrite.kotlin.marker
- Extension(UUID) - Constructor for class org.openrewrite.kotlin.marker.Extension
F
- FindKotlinSources - Class in org.openrewrite.kotlin
- FindKotlinSources() - Constructor for class org.openrewrite.kotlin.FindKotlinSources
- findMissingTypes(J) - Static method in class org.openrewrite.kotlin.Assertions
- firElementToString(FirElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- FUNCTION_TYPE_ARROW_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- FUNCTION_TYPE_PARAMETER_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
- FUNCTION_TYPE_PARAMETER_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- FUNCTION_TYPE_PARAMETERS - Enum constant in enum class org.openrewrite.kotlin.tree.KContainer.Location
- FUNCTION_TYPE_PARAMETERS - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- FUNCTION_TYPE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- FUNCTION_TYPE_RECEIVER - Enum constant in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
- FUNCTION_TYPE_RECEIVER - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- FunctionCallArguments() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.FunctionCallArguments
- FunctionDeclarationParameters() - Constructor for class org.openrewrite.kotlin.style.TabsAndIndentsStyle.FunctionDeclarationParameters
- FunctionDeclarationParameters() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.FunctionDeclarationParameters
- FunctionParentheses() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.FunctionParentheses
- FunctionType() - Constructor for class org.openrewrite.kotlin.tree.K.FunctionType
G
- GenericType - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- GenericType(UUID, GenericType.Variance) - Constructor for class org.openrewrite.kotlin.marker.GenericType
-
Deprecated.
- GenericType.Variance - Enum Class in org.openrewrite.kotlin.marker
-
Deprecated.
- Get - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
-
Deprecated.
- getAfter() - Method in class org.openrewrite.kotlin.tree.K.StringTemplate.Expression
- getAfterLocation() - Method in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
- getAllAnnotations() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- getArguments() - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- getArguments() - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation.Padding
- getAssignments() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
-
Deprecated.
- getAssignments() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration.Padding
-
Deprecated.
- getBeforeLocation() - Method in enum class org.openrewrite.kotlin.tree.KContainer.Location
- getBeforeLocation() - Method in enum class org.openrewrite.kotlin.tree.KLeftPadded.Location
- getBody() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- getBody() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch.Padding
- getCharset() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- getClasses() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- getClasses() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- getComments() - Method in interface org.openrewrite.kotlin.tree.K
- getConstraints() - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints
- getConstraints() - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints.Padding
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.Binary
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.ClassDeclaration
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.Constructor
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.ListLiteral
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.Property
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.Return
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.SpreadArgument
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.StringTemplate
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.This
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.Unary
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.When
- getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- getDescription() - Method in class org.openrewrite.kotlin.cleanup.EqualsMethodUsage
- getDescription() - Method in class org.openrewrite.kotlin.cleanup.ImplicitParameterInLambda
- getDescription() - Method in class org.openrewrite.kotlin.cleanup.RemoveTrailingComma
- getDescription() - Method in class org.openrewrite.kotlin.cleanup.RemoveTrailingSemicolon
- getDescription() - Method in class org.openrewrite.kotlin.cleanup.ReplaceCharToIntWithCode
- getDescription() - Method in class org.openrewrite.kotlin.cleanup.UnnecessaryTypeParentheses
- getDescription() - Method in class org.openrewrite.kotlin.FindKotlinSources
- getDescription() - Method in class org.openrewrite.kotlin.format.AutoFormat
- getDescription() - Method in class org.openrewrite.kotlin.RenameTypeAlias
- getDestructAssignments() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
- getDestructAssignments() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration.Padding
- getDisplayName() - Method in class org.openrewrite.kotlin.cleanup.EqualsMethodUsage
- getDisplayName() - Method in class org.openrewrite.kotlin.cleanup.ImplicitParameterInLambda
- getDisplayName() - Method in class org.openrewrite.kotlin.cleanup.RemoveTrailingComma
- getDisplayName() - Method in class org.openrewrite.kotlin.cleanup.RemoveTrailingSemicolon
- getDisplayName() - Method in class org.openrewrite.kotlin.cleanup.ReplaceCharToIntWithCode
- getDisplayName() - Method in class org.openrewrite.kotlin.cleanup.UnnecessaryTypeParentheses
- getDisplayName() - Method in class org.openrewrite.kotlin.FindKotlinSources
- getDisplayName() - Method in class org.openrewrite.kotlin.format.AutoFormat
- getDisplayName() - Method in class org.openrewrite.kotlin.RenameTypeAlias
- getDslName() - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- getElementLocation() - Method in enum class org.openrewrite.kotlin.tree.KContainer.Location
- getElements() - Method in class org.openrewrite.kotlin.tree.K.ListLiteral
- getElements() - Method in class org.openrewrite.kotlin.tree.K.ListLiteral.Padding
- getEstimatedEffortPerOccurrence() - Method in class org.openrewrite.kotlin.cleanup.EqualsMethodUsage
- getEstimatedEffortPerOccurrence() - Method in class org.openrewrite.kotlin.cleanup.ImplicitParameterInLambda
- getEstimatedEffortPerOccurrence() - Method in class org.openrewrite.kotlin.cleanup.UnnecessaryTypeParentheses
- getExpressions() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- getExpressions() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch.Padding
- getImports() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- getImports() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- getInitializer() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias.Padding
- getInvocation() - Method in class org.openrewrite.kotlin.tree.K.Constructor
- getInvocation() - Method in class org.openrewrite.kotlin.tree.K.Constructor.Padding
- getLanguage() - Method in class org.openrewrite.kotlin.KotlinVisitor
- getLeadingAnnotations() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getMarkers() - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- getMarkers() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getMarkers() - Method in class org.openrewrite.kotlin.tree.K.Return
- getMarkers() - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- getMarkers() - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- getModifiers() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getOperator() - Method in class org.openrewrite.kotlin.tree.K.Binary
- getOperator() - Method in class org.openrewrite.kotlin.tree.K.Binary.Padding
- getOperator() - Method in class org.openrewrite.kotlin.tree.K.Unary
- getOperator() - Method in class org.openrewrite.kotlin.tree.K.Unary.Padding
- getPackageDeclaration() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- getPackageDeclaration() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- getPackageWildcard() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.ImportPackage
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.AnnotationType
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.Binary
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.Constructor
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.ListLiteral
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.MultiAnnotationType
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.Property
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.Unary
- getPadding() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- getParameters() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getParameters() - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Padding
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.ClassDeclaration
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.Constructor
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.DelegatedSuperType
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
- getPrefix() - Method in interface org.openrewrite.kotlin.tree.K
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.Return
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.StringTemplate.Expression
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints
- getPrefix() - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- getReceiver() - Method in class org.openrewrite.kotlin.tree.K.Property
- getReceiver() - Method in class org.openrewrite.kotlin.tree.K.Property.Padding
- getSideEffects() - Method in class org.openrewrite.kotlin.tree.K.Unary
- getSimpleName() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- getSourceSet(ExecutionContext) - Method in class org.openrewrite.kotlin.KotlinParser
-
Deprecated.
- getStatements() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- getStatements() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- getStyles() - Method in class org.openrewrite.kotlin.style.IntelliJ
- getTags() - Method in class org.openrewrite.kotlin.cleanup.EqualsMethodUsage
- getTags() - Method in class org.openrewrite.kotlin.cleanup.ImplicitParameterInLambda
- getType() - Method in class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- getType() - Method in class org.openrewrite.kotlin.tree.K.AnnotationType
- getType() - Method in class org.openrewrite.kotlin.tree.K.ClassDeclaration
- getType() - Method in class org.openrewrite.kotlin.tree.K.Constructor
- getType() - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- getType() - Method in class org.openrewrite.kotlin.tree.K.DelegatedSuperType
- getType() - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- getType() - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- getType() - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
- getType() - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
- getType() - Method in class org.openrewrite.kotlin.tree.K.MultiAnnotationType
- getType() - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
- getType() - Method in class org.openrewrite.kotlin.tree.K.Return
- getType() - Method in class org.openrewrite.kotlin.tree.K.SpreadArgument
- getType() - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- getType() - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- getType() - Method in class org.openrewrite.kotlin.tree.K.When
- getType(IrElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- getTypeParameters() - Method in class org.openrewrite.kotlin.tree.K.Property
- getTypeParameters() - Method in class org.openrewrite.kotlin.tree.K.Property.Padding
- getTypeParameters() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- getTypeParameters() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias.Padding
- getTypesInUse() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- getUseSite() - Method in class org.openrewrite.kotlin.tree.K.AnnotationType
- getUseSite() - Method in class org.openrewrite.kotlin.tree.K.AnnotationType.Padding
- getUseSite() - Method in class org.openrewrite.kotlin.tree.K.MultiAnnotationType
- getUseSite() - Method in class org.openrewrite.kotlin.tree.K.MultiAnnotationType.Padding
- getVariableDeclarations() - Method in class org.openrewrite.kotlin.tree.K.Property
- getVariableDeclarations() - Method in class org.openrewrite.kotlin.tree.K.Property.Padding
- getVisitor() - Method in class org.openrewrite.kotlin.cleanup.EqualsMethodUsage
- getVisitor() - Method in class org.openrewrite.kotlin.cleanup.ImplicitParameterInLambda
- getVisitor() - Method in class org.openrewrite.kotlin.cleanup.RemoveTrailingComma
- getVisitor() - Method in class org.openrewrite.kotlin.cleanup.RemoveTrailingSemicolon
- getVisitor() - Method in class org.openrewrite.kotlin.cleanup.ReplaceCharToIntWithCode
- getVisitor() - Method in class org.openrewrite.kotlin.cleanup.UnnecessaryTypeParentheses
- getVisitor() - Method in class org.openrewrite.kotlin.FindKotlinSources
- getVisitor() - Method in class org.openrewrite.kotlin.format.AutoFormat
- getVisitor() - Method in class org.openrewrite.kotlin.RenameTypeAlias
- getWeight(Predicate<Object>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
I
- IdentityEquals - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
- IdentityNotEquals - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
- IfStatement() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.IfStatement
- Implicit - Class in org.openrewrite.kotlin.marker
- Implicit(UUID) - Constructor for class org.openrewrite.kotlin.marker.Implicit
- ImplicitParameterInLambda - Class in org.openrewrite.kotlin.cleanup
- ImplicitParameterInLambda() - Constructor for class org.openrewrite.kotlin.cleanup.ImplicitParameterInLambda
- importAliasesSeparately(boolean) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- importAllAliases() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- importAllOthers() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- importLayout() - Static method in class org.openrewrite.kotlin.style.IntelliJ
- ImportLayoutStyle - Class in org.openrewrite.kotlin.style
-
A Java Style to define how imports are grouped and ordered.
- ImportLayoutStyle(int, int, List<ImportLayoutStyle.Block>, List<ImportLayoutStyle.Block>, boolean) - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle
- ImportLayoutStyle.Block - Interface in org.openrewrite.kotlin.style
-
A block represents a grouping of imports based on matching rules.
- ImportLayoutStyle.Block.AllAliases - Class in org.openrewrite.kotlin.style
- ImportLayoutStyle.Block.AllOthers - Class in org.openrewrite.kotlin.style
- ImportLayoutStyle.Block.BlankLines - Class in org.openrewrite.kotlin.style
-
A specialized block implementation to act as a blank line separator between import groupings.
- ImportLayoutStyle.Block.ImportPackage - Class in org.openrewrite.kotlin.style
- ImportLayoutStyle.Builder - Class in org.openrewrite.kotlin.style
- importPackage(String) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- importPackage(String, Boolean) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- ImportPackage(String, boolean, boolean) - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.ImportPackage
- ImportReorderingVisitor<P> - Class in org.openrewrite.kotlin.format
- ImportReorderingVisitor() - Constructor for class org.openrewrite.kotlin.format.ImportReorderingVisitor
- imports(String...) - Method in class org.openrewrite.kotlin.KotlinTemplate.Builder
- IndexedAccess - Class in org.openrewrite.kotlin.marker
- IndexedAccess(UUID) - Constructor for class org.openrewrite.kotlin.marker.IndexedAccess
- Infix - Class in org.openrewrite.kotlin.marker
- Infix(UUID) - Constructor for class org.openrewrite.kotlin.marker.Infix
- IntelliJ - Class in org.openrewrite.kotlin.style
- IntelliJ() - Constructor for class org.openrewrite.kotlin.style.IntelliJ
- INVARIANT - Enum constant in enum class org.openrewrite.kotlin.marker.GenericType.Variance
-
Deprecated.
- IrPrinter() - Constructor for class org.openrewrite.kotlin.internal.PsiTreePrinter.IrPrinter
- isAcceptable(SourceFile, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- isAcceptable(TreeVisitor<?, P>, P) - Method in interface org.openrewrite.kotlin.tree.K
- isFullyParsed() - Static method in class org.openrewrite.kotlin.Assertions
- isKotlinScript(boolean) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- isModifying() - Method in enum class org.openrewrite.kotlin.tree.K.Unary.Type
- IsNullable - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- IsNullable(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.IsNullable
-
Deprecated.
- IsNullSafe - Class in org.openrewrite.kotlin.marker
- IsNullSafe(UUID) - Constructor for class org.openrewrite.kotlin.marker.IsNullSafe
- isPackageAlwaysFolded(List<ImportLayoutStyle.Block>, J.Import) - Static method in class org.openrewrite.kotlin.style.ImportLayoutStyle
J
- javaStaticsAndEnumsToUseStarImport(int) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
K
- K - Interface in org.openrewrite.kotlin.tree
- K.AnnotatedExpression - Class in org.openrewrite.kotlin.tree
-
In Kotlin all expressions can be annotated with annotations with the corresponding annotation target.
- K.AnnotationType - Class in org.openrewrite.kotlin.tree
- K.AnnotationType.Padding - Class in org.openrewrite.kotlin.tree
- K.Binary - Class in org.openrewrite.kotlin.tree
- K.Binary.Padding - Class in org.openrewrite.kotlin.tree
- K.Binary.Type - Enum Class in org.openrewrite.kotlin.tree
- K.ClassDeclaration - Class in org.openrewrite.kotlin.tree
- K.CompilationUnit - Class in org.openrewrite.kotlin.tree
- K.CompilationUnit.Padding - Class in org.openrewrite.kotlin.tree
- K.Constructor - Class in org.openrewrite.kotlin.tree
- K.Constructor.Padding - Class in org.openrewrite.kotlin.tree
- K.ConstructorInvocation - Class in org.openrewrite.kotlin.tree
- K.ConstructorInvocation.Padding - Class in org.openrewrite.kotlin.tree
- K.DelegatedSuperType - Class in org.openrewrite.kotlin.tree
- K.DestructuringDeclaration - Class in org.openrewrite.kotlin.tree
- K.DestructuringDeclaration.Padding - Class in org.openrewrite.kotlin.tree
- K.ExpressionStatement - Class in org.openrewrite.kotlin.tree
- K.FunctionType - Class in org.openrewrite.kotlin.tree
- K.FunctionType.Padding - Class in org.openrewrite.kotlin.tree
- K.FunctionType.Parameter - Class in org.openrewrite.kotlin.tree
- K.ListLiteral - Class in org.openrewrite.kotlin.tree
- K.ListLiteral.Padding - Class in org.openrewrite.kotlin.tree
- K.MethodDeclaration - Class in org.openrewrite.kotlin.tree
- K.MultiAnnotationType - Class in org.openrewrite.kotlin.tree
- K.MultiAnnotationType.Padding - Class in org.openrewrite.kotlin.tree
- K.NamedVariableInitializer - Class in org.openrewrite.kotlin.tree
- K.Property - Class in org.openrewrite.kotlin.tree
- K.Property.Padding - Class in org.openrewrite.kotlin.tree
- K.Return - Class in org.openrewrite.kotlin.tree
- K.SpreadArgument - Class in org.openrewrite.kotlin.tree
- K.StatementExpression - Class in org.openrewrite.kotlin.tree
-
Kotlin defines certain java statements like J.If as expression.
- K.StringTemplate - Class in org.openrewrite.kotlin.tree
- K.StringTemplate.Expression - Class in org.openrewrite.kotlin.tree
- K.This - Class in org.openrewrite.kotlin.tree
- K.TypeAlias - Class in org.openrewrite.kotlin.tree
- K.TypeAlias.Padding - Class in org.openrewrite.kotlin.tree
- K.TypeConstraints - Class in org.openrewrite.kotlin.tree
- K.TypeConstraints.Padding - Class in org.openrewrite.kotlin.tree
- K.TypeParameterExpression - Class in org.openrewrite.kotlin.tree
- K.Unary - Class in org.openrewrite.kotlin.tree
- K.Unary.Padding - Class in org.openrewrite.kotlin.tree
- K.Unary.Type - Enum Class in org.openrewrite.kotlin.tree
- K.When - Class in org.openrewrite.kotlin.tree
- K.WhenBranch - Class in org.openrewrite.kotlin.tree
- K.WhenBranch.Padding - Class in org.openrewrite.kotlin.tree
- KContainer - Class in org.openrewrite.kotlin.tree
- KContainer() - Constructor for class org.openrewrite.kotlin.tree.KContainer
- KContainer.Location - Enum Class in org.openrewrite.kotlin.tree
- KeepMaximum() - Constructor for class org.openrewrite.kotlin.style.BlankLinesStyle.KeepMaximum
- KeepWhenFormatting() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.KeepWhenFormatting
- KLeftPadded - Class in org.openrewrite.kotlin.tree
- KLeftPadded() - Constructor for class org.openrewrite.kotlin.tree.KLeftPadded
- KLeftPadded.Location - Enum Class in org.openrewrite.kotlin.tree
- KObject - Class in org.openrewrite.kotlin.marker
- KObject(UUID) - Constructor for class org.openrewrite.kotlin.marker.KObject
- kotlin(String) - Static method in class org.openrewrite.kotlin.Assertions
- kotlin(String, String) - Static method in class org.openrewrite.kotlin.Assertions
- kotlin(String, String, Consumer<SourceSpec<K.CompilationUnit>>) - Static method in class org.openrewrite.kotlin.Assertions
- kotlin(String, Consumer<SourceSpec<K.CompilationUnit>>) - Static method in class org.openrewrite.kotlin.Assertions
- Kotlin - Enum constant in enum class org.openrewrite.kotlin.table.KotlinSourceFile.SourceFileType
- KOTLIN_1_0 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_1 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_2 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_3 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_4 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_5 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_6 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_7 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_8 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KOTLIN_1_9 - Enum constant in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
- KotlinAutoFormatService - Class in org.openrewrite.kotlin.service
- KotlinAutoFormatService() - Constructor for class org.openrewrite.kotlin.service.KotlinAutoFormatService
- KotlinBlockStatementTemplateGenerator - Class in org.openrewrite.kotlin.internal.template
- KotlinBlockStatementTemplateGenerator(Set<String>, boolean) - Constructor for class org.openrewrite.kotlin.internal.template.KotlinBlockStatementTemplateGenerator
- KotlinImportService - Class in org.openrewrite.kotlin.service
- KotlinImportService() - Constructor for class org.openrewrite.kotlin.service.KotlinImportService
- KotlinIsoVisitor<P> - Class in org.openrewrite.kotlin
- KotlinIsoVisitor() - Constructor for class org.openrewrite.kotlin.KotlinIsoVisitor
- KotlinJavaPrinter(KotlinPrinter<P>) - Constructor for class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- KotlinParser - Class in org.openrewrite.kotlin
- KotlinParser() - Constructor for class org.openrewrite.kotlin.KotlinParser
- KotlinParser.Builder - Class in org.openrewrite.kotlin
- KotlinParser.KotlinLanguageLevel - Enum Class in org.openrewrite.kotlin
- KotlinParsingException - Exception in org.openrewrite.kotlin.internal
- KotlinParsingException(String, Throwable) - Constructor for exception org.openrewrite.kotlin.internal.KotlinParsingException
- KotlinPrinter<P> - Class in org.openrewrite.kotlin.internal
- KotlinPrinter() - Constructor for class org.openrewrite.kotlin.internal.KotlinPrinter
- KotlinPrinter.KotlinJavaPrinter<P> - Class in org.openrewrite.kotlin.internal
- kotlinScript(String) - Static method in class org.openrewrite.kotlin.Assertions
- kotlinScript(String, Consumer<SourceSpec<K.CompilationUnit>>) - Static method in class org.openrewrite.kotlin.Assertions
- KotlinSourceFile - Class in org.openrewrite.kotlin.table
- KotlinSourceFile(Recipe) - Constructor for class org.openrewrite.kotlin.table.KotlinSourceFile
- KotlinSourceFile.Row - Class in org.openrewrite.kotlin.table
- KotlinSourceFile.SourceFileType - Enum Class in org.openrewrite.kotlin.table
- KotlinStyle - Interface in org.openrewrite.kotlin
- KotlinSubstitutions - Class in org.openrewrite.kotlin.internal.template
- KotlinSubstitutions(String, Object[]) - Constructor for class org.openrewrite.kotlin.internal.template.KotlinSubstitutions
- KotlinTemplate - Class in org.openrewrite.kotlin
- KotlinTemplate.Builder - Class in org.openrewrite.kotlin
- KotlinTemplateParser - Class in org.openrewrite.kotlin.internal.template
- KotlinTemplateParser(boolean, KotlinParser.Builder, Consumer<String>, Consumer<String>, Set<String>) - Constructor for class org.openrewrite.kotlin.internal.template.KotlinTemplateParser
- KotlinTreeParserVisitor - Class in org.openrewrite.kotlin.internal
-
PSI based parser
- KotlinTreeParserVisitor(KotlinSource, PsiElementAssociations, List<NamedStyles>, Path, ExecutionContext) - Constructor for class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- KotlinVisitor<P> - Class in org.openrewrite.kotlin
-
Visit K types.
- KotlinVisitor() - Constructor for class org.openrewrite.kotlin.KotlinVisitor
- KRightPadded - Class in org.openrewrite.kotlin.tree
- KRightPadded() - Constructor for class org.openrewrite.kotlin.tree.KRightPadded
- KRightPadded.Location - Enum Class in org.openrewrite.kotlin.tree
- KSpace - Class in org.openrewrite.kotlin.tree
- KSpace() - Constructor for class org.openrewrite.kotlin.tree.KSpace
- KSpace.Location - Enum Class in org.openrewrite.kotlin.tree
L
- languageLevel(KotlinParser.KotlinLanguageLevel) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- LIST_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
- LIST_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- LIST_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.kotlin.tree.KContainer.Location
- LIST_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- LIST_LITERAL_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- ListLiteral() - Constructor for class org.openrewrite.kotlin.tree.K.ListLiteral
- logCompilationWarningsAndErrors(boolean) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- LogicalComma - Class in org.openrewrite.kotlin.marker
- LogicalComma(UUID) - Constructor for class org.openrewrite.kotlin.marker.LogicalComma
M
- matches(String, Cursor) - Static method in class org.openrewrite.kotlin.KotlinTemplate
- merge(Space, Space) - Static method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- MethodDeclaration() - Constructor for class org.openrewrite.kotlin.tree.K.MethodDeclaration
- Minimum() - Constructor for class org.openrewrite.kotlin.style.BlankLinesStyle.Minimum
- MinimumViableSpacingVisitor<P> - Class in org.openrewrite.kotlin.format
- MinimumViableSpacingVisitor() - Constructor for class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- MinimumViableSpacingVisitor(Tree) - Constructor for class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- Modifier - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- Modifier(UUID) - Constructor for class org.openrewrite.kotlin.marker.Modifier
-
Deprecated.
- moduleName(String) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- MultiAnnotationType() - Constructor for class org.openrewrite.kotlin.tree.K.MultiAnnotationType
N
- NAMED_VARIABLE_INITIALIZER_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- NamedVariableInitializer() - Constructor for class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
- newArrayParameter(JavaType, int, int) - Method in class org.openrewrite.kotlin.internal.template.KotlinSubstitutions
- newObjectParameter(String, int) - Method in class org.openrewrite.kotlin.internal.template.KotlinSubstitutions
- newPrimitiveParameter(String, int) - Method in class org.openrewrite.kotlin.internal.template.KotlinSubstitutions
- NormalizeFormatVisitor<P> - Class in org.openrewrite.kotlin.format
-
Ensures that whitespace is on the outermost AST element possible.
- NormalizeFormatVisitor() - Constructor for class org.openrewrite.kotlin.format.NormalizeFormatVisitor
- NormalizeFormatVisitor(Tree) - Constructor for class org.openrewrite.kotlin.format.NormalizeFormatVisitor
- NormalizeLineBreaksVisitor<P> - Class in org.openrewrite.kotlin.format
- NormalizeLineBreaksVisitor(GeneralFormatStyle) - Constructor for class org.openrewrite.kotlin.format.NormalizeLineBreaksVisitor
- NormalizeLineBreaksVisitor(GeneralFormatStyle, Tree) - Constructor for class org.openrewrite.kotlin.format.NormalizeLineBreaksVisitor
- NormalizeTabsOrSpacesVisitor<P> - Class in org.openrewrite.kotlin.format
- NormalizeTabsOrSpacesVisitor(TabsAndIndentsStyle) - Constructor for class org.openrewrite.kotlin.format.NormalizeTabsOrSpacesVisitor
- NormalizeTabsOrSpacesVisitor(TabsAndIndentsStyle, Tree) - Constructor for class org.openrewrite.kotlin.format.NormalizeTabsOrSpacesVisitor
- NotContains - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
- NotIs - Class in org.openrewrite.kotlin.marker
-
Distinguish !is in J.InstanceOf.
- NotIs(UUID) - Constructor for class org.openrewrite.kotlin.marker.NotIs
- NotNull - Enum constant in enum class org.openrewrite.kotlin.tree.K.Unary.Type
O
- OBJECT_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- OmitBraces - Class in org.openrewrite.kotlin.marker
- OmitBraces(UUID) - Constructor for class org.openrewrite.kotlin.marker.OmitBraces
- OmitEquals - Class in org.openrewrite.kotlin.marker
- OmitEquals(UUID) - Constructor for class org.openrewrite.kotlin.marker.OmitEquals
- orderedImports(ImportLayoutStyle.LayoutState, int, int, ImportLayoutStyle.ImportLayoutConflictDetection, List<ImportLayoutStyle.Block>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.BlankLines
- orderedImports(ImportLayoutStyle.LayoutState, int, int, ImportLayoutStyle.ImportLayoutConflictDetection, List<ImportLayoutStyle.Block>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.ImportPackage
- orderedImports(ImportLayoutStyle.LayoutState, int, int, ImportLayoutStyle.ImportLayoutConflictDetection, List<ImportLayoutStyle.Block>) - Method in interface org.openrewrite.kotlin.style.ImportLayoutStyle.Block
- orderImports(List<JRightPadded<J.Import>>, Collection<JavaType.FullyQualified>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle
-
This method will order and group a list of imports producing a new list that conforms to the rules defined by the import layout style.
- org.openrewrite.kotlin - package org.openrewrite.kotlin
- org.openrewrite.kotlin.cleanup - package org.openrewrite.kotlin.cleanup
- org.openrewrite.kotlin.format - package org.openrewrite.kotlin.format
- org.openrewrite.kotlin.internal - package org.openrewrite.kotlin.internal
- org.openrewrite.kotlin.internal.template - package org.openrewrite.kotlin.internal.template
- org.openrewrite.kotlin.marker - package org.openrewrite.kotlin.marker
- org.openrewrite.kotlin.service - package org.openrewrite.kotlin.service
- org.openrewrite.kotlin.style - package org.openrewrite.kotlin.style
- org.openrewrite.kotlin.table - package org.openrewrite.kotlin.table
- org.openrewrite.kotlin.tree - package org.openrewrite.kotlin.tree
- other() - Static method in class org.openrewrite.kotlin.style.IntelliJ
- Other() - Constructor for class org.openrewrite.kotlin.style.SpacesStyle.Other
- OtherStyle - Class in org.openrewrite.kotlin.style
- OtherStyle() - Constructor for class org.openrewrite.kotlin.style.OtherStyle
P
- packageToFold(String) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- packageToFold(String, Boolean) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.AnnotationType.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.Binary.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.Constructor.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.ConstructorInvocation.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.DestructuringDeclaration.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.FunctionType.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.ListLiteral.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.MultiAnnotationType.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.Property.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.TypeAlias.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.TypeConstraints.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.Unary.Padding
- Padding() - Constructor for class org.openrewrite.kotlin.tree.K.WhenBranch.Padding
- Parameter() - Constructor for class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
- parse() - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- parse(String...) - Method in class org.openrewrite.kotlin.KotlinParser
- parse(List<Parser.Input>, Disposable, ExecutionContext) - Method in class org.openrewrite.kotlin.KotlinParser
- parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.kotlin.KotlinParser
- PlainText - Enum constant in enum class org.openrewrite.kotlin.table.KotlinSourceFile.SourceFileType
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.NormalizeFormatVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.NormalizeLineBreaksVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.NormalizeTabsOrSpacesVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.RemoveTrailingWhitespaceVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- postVisit(J, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- preVisit(J, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- preVisit(J, P) - Method in class org.openrewrite.kotlin.AddImport
- PrimaryConstructor - Class in org.openrewrite.kotlin.marker
- PrimaryConstructor(UUID) - Constructor for class org.openrewrite.kotlin.marker.PrimaryConstructor
- print(FirElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- print(IrFile) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- print(PsiElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- print(Parser.Input) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- print(Tree) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printElement(IrElement, PsiTreePrinter.TreePrinterContext) - Method in class org.openrewrite.kotlin.internal.PsiTreePrinter.IrPrinter
- printer(Cursor) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- printFirElement(FirElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printFirFile(FirFile) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printFirTree(FirElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printIndexedSourceCode(String) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printIrElement(IrElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printIrFile(IrFile) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printJTree(Tree) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printPsiTree(PsiElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- printPsiTreeSkeleton(PsiElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
- Property(UUID, Space, Markers, JContainer<J.TypeParameter>, JRightPadded<J.VariableDeclarations>, J.VariableDeclarations, K.TypeConstraints, J.MethodDeclaration, J.MethodDeclaration, Boolean, JContainer<J.MethodDeclaration>, JRightPadded<Expression>) - Constructor for class org.openrewrite.kotlin.tree.K.Property
-
Deprecated.
- PROPERTY_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- PsiTreePrinter - Class in org.openrewrite.kotlin.internal
- PsiTreePrinter() - Constructor for class org.openrewrite.kotlin.internal.PsiTreePrinter
- PsiTreePrinter.IrPrinter - Class in org.openrewrite.kotlin.internal
- PsiTreePrinter.TreePrinterContext - Class in org.openrewrite.kotlin.internal
Q
- Quark - Enum constant in enum class org.openrewrite.kotlin.table.KotlinSourceFile.SourceFileType
R
- RangeTo - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
- RangeUntil - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
- ReceiverType - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- ReceiverType() - Constructor for class org.openrewrite.kotlin.marker.ReceiverType
-
Deprecated.
- Reified - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- Reified() - Constructor for class org.openrewrite.kotlin.marker.Reified
-
Deprecated.
- RemoveTrailingComma - Class in org.openrewrite.kotlin.cleanup
- RemoveTrailingComma() - Constructor for class org.openrewrite.kotlin.cleanup.RemoveTrailingComma
- RemoveTrailingSemicolon - Class in org.openrewrite.kotlin.cleanup
- RemoveTrailingSemicolon() - Constructor for class org.openrewrite.kotlin.cleanup.RemoveTrailingSemicolon
- RemoveTrailingWhitespaceVisitor<P> - Class in org.openrewrite.kotlin.format
- RemoveTrailingWhitespaceVisitor() - Constructor for class org.openrewrite.kotlin.format.RemoveTrailingWhitespaceVisitor
- RemoveTrailingWhitespaceVisitor(Tree) - Constructor for class org.openrewrite.kotlin.format.RemoveTrailingWhitespaceVisitor
- RenameTypeAlias - Class in org.openrewrite.kotlin
- RenameTypeAlias() - Constructor for class org.openrewrite.kotlin.RenameTypeAlias
- ReplaceCharToIntWithCode - Class in org.openrewrite.kotlin.cleanup
- ReplaceCharToIntWithCode() - Constructor for class org.openrewrite.kotlin.cleanup.ReplaceCharToIntWithCode
- reset() - Method in class org.openrewrite.kotlin.KotlinParser
- Return(UUID, J.Return, J.Identifier) - Constructor for class org.openrewrite.kotlin.tree.K.Return
- RETURN_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- Row() - Constructor for class org.openrewrite.kotlin.table.KotlinSourceFile.Row
S
- sample(SourceFile) - Method in class org.openrewrite.kotlin.style.Autodetect.Detector
- Semicolon - Class in org.openrewrite.kotlin.marker
- Semicolon(UUID) - Constructor for class org.openrewrite.kotlin.marker.Semicolon
- service(Class<S>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- setPackageImports(Collection<ImportLayoutStyle.Block.ImportPackage>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllAliases
- setPackageImports(Collection<ImportLayoutStyle.Block.ImportPackage>) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllOthers
- setSourceSet(String) - Method in class org.openrewrite.kotlin.KotlinParser
-
Deprecated.
- SingleExpressionBlock - Class in org.openrewrite.kotlin.marker
- SingleExpressionBlock(UUID) - Constructor for class org.openrewrite.kotlin.marker.SingleExpressionBlock
- SKIP_SOURCE_SET_TYPE_GENERATION - Static variable in class org.openrewrite.kotlin.KotlinParser
- sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.kotlin.KotlinParser
- spaceConscious() - Static method in class org.openrewrite.kotlin.Assertions
- spaceConscious(SourceSpec<K.CompilationUnit>) - Static method in class org.openrewrite.kotlin.Assertions
- spaces() - Static method in class org.openrewrite.kotlin.style.IntelliJ
- SpacesFromCompilationUnitStyle - Class in org.openrewrite.kotlin.format
- SpacesFromCompilationUnitStyle() - Constructor for class org.openrewrite.kotlin.format.SpacesFromCompilationUnitStyle
- SpacesStyle - Class in org.openrewrite.kotlin.style
- SpacesStyle() - Constructor for class org.openrewrite.kotlin.style.SpacesStyle
- SpacesStyle.AroundOperators - Class in org.openrewrite.kotlin.style
- SpacesStyle.BeforeParentheses - Class in org.openrewrite.kotlin.style
- SpacesStyle.Other - Class in org.openrewrite.kotlin.style
- SpacesVisitor<P> - Class in org.openrewrite.kotlin.format
- SpacesVisitor(SpacesStyle) - Constructor for class org.openrewrite.kotlin.format.SpacesVisitor
- SpacesVisitor(SpacesStyle, Tree) - Constructor for class org.openrewrite.kotlin.format.SpacesVisitor
- SPREAD_ARGUMENT_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- SpreadArgument - Class in org.openrewrite.kotlin.marker
-
Deprecated.
- SpreadArgument() - Constructor for class org.openrewrite.kotlin.tree.K.SpreadArgument
- SpreadArgument(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.SpreadArgument
-
Deprecated.
- srcMainKotlin(Consumer<SourceSpec<SourceFile>>, SourceSpecs...) - Static method in class org.openrewrite.kotlin.Assertions
- srcMainKotlin(SourceSpecs...) - Static method in class org.openrewrite.kotlin.Assertions
- srcTestKotlin(Consumer<SourceSpec<SourceFile>>, SourceSpecs...) - Static method in class org.openrewrite.kotlin.Assertions
- srcTestKotlin(SourceSpecs...) - Static method in class org.openrewrite.kotlin.Assertions
- StatementExpression() - Constructor for class org.openrewrite.kotlin.tree.K.StatementExpression
- STRING_TEMPLATE_EXPRESSION_AFTER - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- STRING_TEMPLATE_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- STRING_TEMPLATE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- STRING_TEMPLATE_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- StringTemplate() - Constructor for class org.openrewrite.kotlin.tree.K.StringTemplate
- styles(Iterable<? extends NamedStyles>) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- substitutions(Object[]) - Method in class org.openrewrite.kotlin.KotlinTemplate
T
- tabsAndIndents() - Static method in class org.openrewrite.kotlin.style.IntelliJ
- TabsAndIndentsStyle - Class in org.openrewrite.kotlin.style
- TabsAndIndentsStyle() - Constructor for class org.openrewrite.kotlin.style.TabsAndIndentsStyle
- TabsAndIndentsStyle.FunctionDeclarationParameters - Class in org.openrewrite.kotlin.style
- TabsAndIndentsVisitor<P> - Class in org.openrewrite.kotlin.format
- TabsAndIndentsVisitor(TabsAndIndentsStyle, WrappingAndBracesStyle) - Constructor for class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- TabsAndIndentsVisitor(TabsAndIndentsStyle, WrappingAndBracesStyle, Tree) - Constructor for class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- This() - Constructor for class org.openrewrite.kotlin.tree.K.This
- THIS_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- TOP_LEVEL_STATEMENT - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- TOP_LEVEL_STATEMENT_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
- topLevelSymbolsToUseStarImport(int) - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Builder
- toString() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllAliases
- toString() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllOthers
- toString() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.BlankLines
- toString() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.ImportPackage
- toString() - Method in class org.openrewrite.kotlin.style.ImportLayoutStyle
- toString() - Method in class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- toString() - Method in class org.openrewrite.kotlin.tree.K.Binary
- toString() - Method in class org.openrewrite.kotlin.tree.K.Constructor
- toString() - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- toString() - Method in class org.openrewrite.kotlin.tree.K.DelegatedSuperType
- toString() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
- toString() - Method in class org.openrewrite.kotlin.tree.K.Property
- toString() - Method in class org.openrewrite.kotlin.tree.K.Return
- toString() - Method in class org.openrewrite.kotlin.tree.K.This
- toString() - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- toString() - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints
- toString() - Method in class org.openrewrite.kotlin.tree.K.Unary
- toString() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- TrailingCommaVisitor<P> - Class in org.openrewrite.kotlin.format
- TrailingCommaVisitor() - Constructor for class org.openrewrite.kotlin.format.TrailingCommaVisitor
- TrailingLambdaArgument - Class in org.openrewrite.kotlin.marker
- TrailingLambdaArgument(UUID) - Constructor for class org.openrewrite.kotlin.marker.TrailingLambdaArgument
- TreePrinterContext() - Constructor for class org.openrewrite.kotlin.internal.PsiTreePrinter.TreePrinterContext
- TryStatement() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.TryStatement
- TYPE_ALIAS_INITIALIZER - Enum constant in enum class org.openrewrite.kotlin.tree.KLeftPadded.Location
- TYPE_ALIAS_INITIALIZER - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- TYPE_ALIAS_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- TYPE_CONSTRAINT_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- TYPE_REFERENCE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- TypeAlias() - Constructor for class org.openrewrite.kotlin.tree.K.TypeAlias
- typeCache(JavaTypeCache) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
- TypeConstraints() - Constructor for class org.openrewrite.kotlin.tree.K.TypeConstraints
- TypeParameterExpression() - Constructor for class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- TypeReferencePrefix - Class in org.openrewrite.kotlin.marker
- TypeReferencePrefix(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.TypeReferencePrefix
U
- Unary() - Constructor for class org.openrewrite.kotlin.tree.K.Unary
- UNARY_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- UnnecessaryTypeParentheses - Class in org.openrewrite.kotlin.cleanup
- UnnecessaryTypeParentheses() - Constructor for class org.openrewrite.kotlin.cleanup.UnnecessaryTypeParentheses
V
- validateTypes(SourceFile, TypeValidation) - Static method in class org.openrewrite.kotlin.Assertions
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.marker.GenericType.Variance
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.table.KotlinSourceFile.SourceFileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.tree.K.Binary.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.tree.K.Unary.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.tree.KContainer.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.tree.KLeftPadded.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.kotlin.tree.KSpace.Location
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openrewrite.kotlin.KotlinParser.KotlinLanguageLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.kotlin.marker.GenericType.Variance
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.kotlin.table.KotlinSourceFile.SourceFileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.kotlin.tree.K.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.kotlin.tree.K.Unary.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.kotlin.tree.KContainer.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.kotlin.tree.KLeftPadded.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.kotlin.tree.KRightPadded.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.kotlin.tree.KSpace.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visit(Tree, ExecutionContext) - Method in class org.openrewrite.kotlin.format.SpacesFromCompilationUnitStyle
- visit(Tree, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visit(Tree, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.AutoFormatVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.NormalizeFormatVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.NormalizeLineBreaksVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.NormalizeTabsOrSpacesVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.RemoveTrailingWhitespaceVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- visit(Tree, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- visit(Tree, P, Cursor) - Method in class org.openrewrite.kotlin.format.AutoFormatVisitor
- visit(Tree, P, Cursor) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- visitAnnotatedExpression(KtAnnotatedExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitAnnotatedExpression(K.AnnotatedExpression, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitAnnotatedExpression(K.AnnotatedExpression, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitAnnotatedType(J.AnnotatedType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitAnnotation(KtAnnotation, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitAnnotation(J.Annotation, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitAnnotation(J.Annotation, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitAnnotation(J.Annotation, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitAnnotationEntry(KtAnnotationEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitAnnotationType(K.AnnotationType, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitAnnotationType(K.AnnotationType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitAnnotationType(K.AnnotationType, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitAnnotationUseSiteTarget(KtAnnotationUseSiteTarget, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitAnonymousInitializer(KtAnonymousInitializer, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitArgument(KtValueArgument, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitArrayAccessExpression(KtArrayAccessExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitArrayDimension(J.ArrayDimension, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitArrayType(J.ArrayType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitAssert(J.Assert, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitAssignment(J.Assignment, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitAssignment(J.Assignment, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitAssignmentOperation(J.AssignmentOperation, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitAssignmentOperation(J.AssignmentOperation, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitBackingField(KtBackingField, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitBinary(J.Binary, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitBinary(J.Binary, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitBinary(J.Binary, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitBinary(K.Binary, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitBinary(K.Binary, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitBinary(K.Binary, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitBinary(K.Binary, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitBinary(K.Binary, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitBinaryExpression(KtBinaryExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitBinaryFile(PsiBinaryFile) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitBinaryWithTypeRHSExpression(KtBinaryExpressionWithTypeRHS, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitBlock(J.Block, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitBlock(J.Block, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitBlock(J.Block, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitBlock(J.Block, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- visitBlock(J.Block, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitBlockExpression(KtBlockExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitBlockStringTemplateEntry(KtBlockStringTemplateEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitBreak(J.Break, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitBreak(J.Break, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitBreakExpression(KtBreakExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitCallableReferenceExpression(KtCallableReferenceExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitCallExpression(KtCallExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitCase(J.Case, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitCatch(J.Try.Catch, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitCatch(J.Try.Catch, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitCatchSection(KtCatchClause, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitClass(KtClass, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitClassBody(KtClassBody, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitClassDeclaration(J.ClassDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.format.NormalizeFormatVisitor
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitClassDeclaration(K.ClassDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitClassDeclaration(K.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitClassDeclaration(K.ClassDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitClassInitializer(KtClassInitializer, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitClassLiteralExpression(KtClassLiteralExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitClassOrObject(KtClassOrObject, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitCollectionLiteralExpression(KtCollectionLiteralExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitComment(PsiComment) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitCompilationUnit(J.CompilationUnit, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitCompilationUnit(J.CompilationUnit, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitCompilationUnit(K.CompilationUnit, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitCompilationUnit(K.CompilationUnit, P) - Method in class org.openrewrite.kotlin.format.ImportReorderingVisitor
- visitCompilationUnit(K.CompilationUnit, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitCompilationUnit(K.CompilationUnit, P) - Method in class org.openrewrite.kotlin.format.RemoveTrailingWhitespaceVisitor
- visitCompilationUnit(K.CompilationUnit, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitCompilationUnit(K.CompilationUnit, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitConstantExpression(KtConstantExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitConstructor(K.Constructor, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitConstructor(K.Constructor, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitConstructor(K.Constructor, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitConstructorCalleeExpression(KtConstructorCalleeExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitConstructorDelegationCall(KtConstructorDelegationCall, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitConstructorInvocation(K.ConstructorInvocation, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitConstructorInvocation(K.ConstructorInvocation, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitConstructorInvocation(K.ConstructorInvocation, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitContainer(JContainer<J2>, JContainer.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitContainer(JContainer<J2>, KContainer.Location, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitContainer(String, JContainer<? extends J>, JContainer.Location, String, String, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitContainer(String, JContainer<? extends J>, KContainer.Location, String, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitContainer(JContainer<J2>, JContainer.Location, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- visitContainer(JContainer<J2>, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitContextReceiverList(KtContextReceiverList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitContinue(J.Continue, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitContinue(J.Continue, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitContinueExpression(KtContinueExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitControlParentheses(J.ControlParentheses<T>, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitDeclaration(KtDeclaration, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDelegatedSuperType(K.DelegatedSuperType, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitDelegatedSuperType(K.DelegatedSuperType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitDelegatedSuperType(K.DelegatedSuperType, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitDelegatedSuperTypeEntry(KtDelegatedSuperTypeEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDestructuringDeclaration(KtDestructuringDeclaration, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDestructuringDeclaration(K.DestructuringDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitDestructuringDeclaration(K.DestructuringDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitDestructuringDeclaration(K.DestructuringDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitDestructuringDeclarationEntry(KtDestructuringDeclarationEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDirectory(PsiDirectory) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDotQualifiedExpression(KtDotQualifiedExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDoubleColonExpression(KtDoubleColonExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDoWhileExpression(KtDoWhileExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitDynamicType(KtDynamicType, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitElse(J.If.Else, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitElse(J.If.Else, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- visitElse(J.If.Else, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitEmpty(J.Empty, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitEnumEntry(KtEnumEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitEnumValue(J.EnumValue, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitEnumValue(J.EnumValue, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitEnumValue(J.EnumValue, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitEnumValueSet(J.EnumValueSet, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitEscapeStringTemplateEntry(KtEscapeStringTemplateEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitExpression(KtExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitExpression(Expression, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitExpressionWithLabel(KtExpressionWithLabel, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitFieldAccess(J.FieldAccess, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitFieldAccess(J.FieldAccess, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitFileAnnotationList(KtFileAnnotationList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitFinallySection(KtFinallySection, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitForControl(J.ForLoop.Control, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitForEachControl(J.ForEachLoop.Control, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitForEachControl(J.ForEachLoop.Control, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitForEachLoop(J.ForEachLoop, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitForEachLoop(J.ForEachLoop, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitForEachLoop(J.ForEachLoop, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitForExpression(KtForExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitForLoop(J.ForLoop, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitFunctionType(KtFunctionType, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitFunctionType(K.FunctionType, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitFunctionType(K.FunctionType, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitFunctionType(K.FunctionType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitFunctionType(K.FunctionType, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitFunctionTypeParameter(K.FunctionType.Parameter, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitFunctionTypeParameter(K.FunctionType.Parameter, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitFunctionTypeParameter(K.FunctionType.Parameter, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitFunctionTypeParameter(K.FunctionType.Parameter, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitIdentifier(J.Identifier, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitIdentifier(J.Identifier, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitIf(J.If, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitIf(J.If, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitIf(J.If, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitIfExpression(KtIfExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitImport(J.Import, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitImport(J.Import, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitImport(J.Import, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitImportAlias(KtImportAlias, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitImportDirective(KtImportDirective, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitImportList(KtImportList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitInitializerList(KtInitializerList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitInstanceOf(J.InstanceOf, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitInstanceOf(J.InstanceOf, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitIntersectionType(KtIntersectionType, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitIsExpression(KtIsExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitKtElement(KtElement, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitKtFile(KtFile, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitLabel(J.Label, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitLabel(J.Label, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitLabeledExpression(KtLabeledExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitLambda(J.Lambda, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitLambda(J.Lambda, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitLambda(J.Lambda, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitLambdaExpression(KtLambdaExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitLeftPadded(String, JLeftPadded<? extends J>, JLeftPadded.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitLeftPadded(String, JLeftPadded<? extends J>, KLeftPadded.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitLeftPadded(JLeftPadded<T>, JLeftPadded.Location, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- visitLeftPadded(JLeftPadded<T>, KLeftPadded.Location, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitLeftPadded(JLeftPadded<T>, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitListLiteral(K.ListLiteral, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitListLiteral(K.ListLiteral, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitListLiteral(K.ListLiteral, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitLiteral(J.Literal, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitLiteralStringTemplateEntry(KtLiteralStringTemplateEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitLoopExpression(KtLoopExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitMarker(Marker, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitMarker(Marker, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitMarker(Marker, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitMemberReference(J.MemberReference, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitMemberReference(J.MemberReference, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitMethodDeclaration(J.MethodDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.format.NormalizeFormatVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.format.TrailingCommaVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitMethodDeclaration(K.MethodDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitMethodDeclaration(K.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitMethodDeclaration(K.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitMethodInvocation(J.MethodInvocation, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.kotlin.format.TrailingCommaVisitor
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitModifier(J.Modifier, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
-
Does not print the final modifier, as it is not supported in Kotlin.
- visitModifierList(KtModifierList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitMultiAnnotationType(K.MultiAnnotationType, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitMultiAnnotationType(K.MultiAnnotationType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitMultiAnnotationType(K.MultiAnnotationType, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitNamedDeclaration(KtNamedDeclaration, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitNamedFunction(KtNamedFunction, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitNamedVariableInitializer(K.NamedVariableInitializer, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitNewArray(J.NewArray, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitNewClass(J.NewClass, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitNewClass(J.NewClass, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitNewClass(J.NewClass, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitNewClass(J.NewClass, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitNullableType(KtNullableType, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitNullableType(J.NullableType, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitObjectDeclaration(KtObjectDeclaration, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitObjectLiteralExpression(KtObjectLiteralExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitPackage(J.Package, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitPackageDirective(KtPackageDirective, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitParameter(KtParameter, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitParameterizedType(J.ParameterizedType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitParameterList(KtParameterList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitParentheses(J.Parentheses<T>, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitParentheses(J.Parentheses<T>, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitParenthesizedExpression(KtParenthesizedExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitParenthesizedTypeTree(J.ParenthesizedTypeTree, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitPostfixExpression(KtPostfixExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitPrefixExpression(KtPrefixExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitPrimaryConstructor(KtPrimaryConstructor, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitPrimitive(J.Primitive, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitProperty(KtProperty, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitProperty(K.Property, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitProperty(K.Property, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitProperty(K.Property, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitProperty(K.Property, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitPropertyAccessor(KtPropertyAccessor, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitPropertyDelegate(KtPropertyDelegate, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitQualifiedExpression(KtQualifiedExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitReferenceExpression(KtReferenceExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitReturn(J.Return, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitReturn(J.Return, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitReturn(J.Return, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitReturn(K.Return, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitReturn(K.Return, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitReturn(K.Return, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitReturnExpression(KtReturnExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitRightPadded(JRightPadded<T>, JRightPadded.Location, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- visitRightPadded(JRightPadded<T>, KRightPadded.Location, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitRightPadded(JRightPadded<T>, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitRightPadded(List<? extends JRightPadded<? extends J>>, KRightPadded.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitSafeQualifiedExpression(KtSafeQualifiedExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitScript(KtScript, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitScriptInitializer(KtScriptInitializer, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSecondaryConstructor(KtSecondaryConstructor, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSelfType(KtSelfType, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSimpleNameExpression(KtSimpleNameExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSimpleNameStringTemplateEntry(KtSimpleNameStringTemplateEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSpace(Space, Space.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitSpace(Space, Space.Location, P) - Method in class org.openrewrite.kotlin.format.NormalizeLineBreaksVisitor
- visitSpace(Space, Space.Location, P) - Method in class org.openrewrite.kotlin.format.NormalizeTabsOrSpacesVisitor
- visitSpace(Space, Space.Location, P) - Method in class org.openrewrite.kotlin.format.RemoveTrailingWhitespaceVisitor
- visitSpace(Space, Space.Location, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- visitSpace(Space, KSpace.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitSpace(Space, KSpace.Location, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
- visitSpace(Space, KSpace.Location, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitSpreadArgument(K.SpreadArgument, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitSpreadArgument(K.SpreadArgument, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitSpreadArgument(K.SpreadArgument, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitSpreadArgument(K.SpreadArgument, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitStatement(JRightPadded<Statement>, JRightPadded.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitStatement(Statement, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitStatement(Statement, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- visitStatement(Statement, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitStringTemplate(K.StringTemplate, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitStringTemplate(K.StringTemplate, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitStringTemplate(K.StringTemplate, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitStringTemplateEntry(KtStringTemplateEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitStringTemplateEntryWithExpression(KtStringTemplateEntryWithExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitStringTemplateExpression(KtStringTemplateExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitStringTemplateExpression(K.StringTemplate.Expression, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitStringTemplateExpression(K.StringTemplate.Expression, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitStringTemplateExpression(K.StringTemplate.Expression, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitSuperExpression(KtSuperExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSuperTypeCallEntry(KtSuperTypeCallEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSuperTypeEntry(KtSuperTypeEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSuperTypeList(KtSuperTypeList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSuperTypeListEntry(KtSuperTypeListEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitSwitch(J.Switch, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitSwitchExpression(J.SwitchExpression, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitSynchronized(J.Synchronized, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitTernary(J.Ternary, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitTernary(J.Ternary, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitThis(K.This, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitThis(K.This, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitThis(K.This, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitThisExpression(KtThisExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitThrow(J.Throw, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitThrowExpression(KtThrowExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTry(J.Try, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitTry(J.Try, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitTryExpression(KtTryExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTryResource(J.Try.Resource, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitTypeAlias(KtTypeAlias, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTypeAlias(K.TypeAlias, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitTypeAlias(K.TypeAlias, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitTypeAlias(K.TypeAlias, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitTypeArgumentList(KtTypeArgumentList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTypeCast(J.TypeCast, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitTypeCast(J.TypeCast, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitTypeConstraint(KtTypeConstraint, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTypeConstraintList(KtTypeConstraintList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTypeConstraints(K.TypeConstraints, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitTypeConstraints(K.TypeConstraints, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitTypeParameter(KtTypeParameter, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTypeParameter(J.TypeParameter, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitTypeParameter(J.TypeParameter, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitTypeParameter(J.TypeParameter, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitTypeParameterList(KtTypeParameterList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTypeProjection(KtTypeProjection, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitTypeReference(KtTypeReference, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitUnary(J.Unary, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitUnary(J.Unary, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitUnary(J.Unary, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitUnary(K.Unary, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitUnary(K.Unary, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitUnaryExpression(KtUnaryExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitUserType(KtUserType, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitValueArgumentList(KtValueArgumentList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitVariable(J.VariableDeclarations.NamedVariable, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitVariable(J.VariableDeclarations.NamedVariable, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitVariable(J.VariableDeclarations.NamedVariable, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitVariableDeclarations(J.VariableDeclarations, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.kotlin.format.MinimumViableSpacingVisitor
- visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.kotlin.format.NormalizeFormatVisitor
- visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitWhen(K.When, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitWhen(K.When, P) - Method in class org.openrewrite.kotlin.format.BlankLinesVisitor
- visitWhen(K.When, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitWhen(K.When, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitWhen(K.When, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitWhenBranch(K.WhenBranch, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
- visitWhenBranch(K.WhenBranch, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitWhenBranch(K.WhenBranch, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitWhenBranch(K.WhenBranch, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
- visitWhenConditionInRange(KtWhenConditionInRange, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitWhenConditionIsPattern(KtWhenConditionIsPattern, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitWhenConditionWithExpression(KtWhenConditionWithExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitWhenEntry(KtWhenEntry, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitWhenExpression(KtWhenExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitWhileExpression(KtWhileExpression, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
- visitWhileLoop(J.WhileLoop, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
- visitWhileLoop(J.WhileLoop, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitWildcard(J.Wildcard, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
- visitWildcard(J.Wildcard, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
- visitYield(J.Yield, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
W
- When() - Constructor for class org.openrewrite.kotlin.tree.K.When
- WHEN_BRANCH_EXPRESSION - Enum constant in enum class org.openrewrite.kotlin.tree.KContainer.Location
- WHEN_BRANCH_EXPRESSION - Enum constant in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
- WHEN_BRANCH_EXPRESSION - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- WHEN_BRANCH_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- WHEN_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
- WhenBranch() - Constructor for class org.openrewrite.kotlin.tree.K.WhenBranch
- WhenStatements() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.WhenStatements
- withArguments(List<Expression>) - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- withArguments(JContainer<Expression>) - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation.Padding
- withAssignments(List<J.VariableDeclarations.NamedVariable>) - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
-
Deprecated.
- withAssignments(JContainer<J.VariableDeclarations.NamedVariable>) - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration.Padding
-
Deprecated.
- withBody(J) - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- withBody(JRightPadded<J>) - Method in class org.openrewrite.kotlin.tree.K.WhenBranch.Padding
- withCharset(Charset) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- withClasses(List<J.ClassDeclaration>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
-
Deprecated.
- withClasses(List<JRightPadded<J.ClassDeclaration>>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- withConstraints(List<J.TypeParameter>) - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints
- withConstraints(JContainer<J.TypeParameter>) - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints.Padding
- withDestructAssignments(List<Statement>) - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
- withDestructAssignments(JContainer<Statement>) - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration.Padding
- withElements(List<Expression>) - Method in class org.openrewrite.kotlin.tree.K.ListLiteral
- withElements(JContainer<Expression>) - Method in class org.openrewrite.kotlin.tree.K.ListLiteral.Padding
- withExpressions(List<Expression>) - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
- withExpressions(JContainer<Expression>) - Method in class org.openrewrite.kotlin.tree.K.WhenBranch.Padding
- withImports(List<J.Import>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- withImports(List<JRightPadded<J.Import>>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- withInitializer(JLeftPadded<Expression>) - Method in class org.openrewrite.kotlin.tree.K.TypeAlias.Padding
- withInvocation(JLeftPadded<K.ConstructorInvocation>) - Method in class org.openrewrite.kotlin.tree.K.Constructor.Padding
- withInvocation(K.ConstructorInvocation) - Method in class org.openrewrite.kotlin.tree.K.Constructor
- withMarkers(Markers) - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- withMarkers(Markers) - Method in class org.openrewrite.kotlin.tree.K.Return
- withMarkers(Markers) - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- withMarkers(Markers) - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- withOperator(JLeftPadded<K.Binary.Type>) - Method in class org.openrewrite.kotlin.tree.K.Binary.Padding
- withOperator(JLeftPadded<K.Unary.Type>) - Method in class org.openrewrite.kotlin.tree.K.Unary.Padding
- withOperator(K.Binary.Type) - Method in class org.openrewrite.kotlin.tree.K.Binary
- withOperator(K.Unary.Type) - Method in class org.openrewrite.kotlin.tree.K.Unary
- withPackageDeclaration(JRightPadded<J.Package>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- withPackageDeclaration(J.Package) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- withParameters(JContainer<TypeTree>) - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Padding
- withParameters(List<TypeTree>) - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.ClassDeclaration
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.Constructor
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.DelegatedSuperType
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.Return
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.TypeConstraints
- withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- withReceiver(JRightPadded<Expression>) - Method in class org.openrewrite.kotlin.tree.K.Property.Padding
- withStatements(List<JRightPadded<Statement>>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.Padding
- withStatements(List<Statement>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.AnnotatedExpression
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.AnnotationType
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.ClassDeclaration
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.Constructor
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.ConstructorInvocation
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.DelegatedSuperType
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.FunctionType
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.MultiAnnotationType
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.Return
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.SpreadArgument
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
- withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.When
- withTypeParameters(List<J.TypeParameter>) - Method in class org.openrewrite.kotlin.tree.K.TypeAlias
- withTypeParameters(JContainer<J.TypeParameter>) - Method in class org.openrewrite.kotlin.tree.K.Property.Padding
- withTypeParameters(JContainer<J.TypeParameter>) - Method in class org.openrewrite.kotlin.tree.K.TypeAlias.Padding
- withUseSite(JRightPadded<Expression>) - Method in class org.openrewrite.kotlin.tree.K.AnnotationType.Padding
- withUseSite(JRightPadded<Expression>) - Method in class org.openrewrite.kotlin.tree.K.MultiAnnotationType.Padding
- withVariableDeclarations(JRightPadded<J.VariableDeclarations>) - Method in class org.openrewrite.kotlin.tree.K.Property.Padding
- wrappingAndBraces() - Static method in class org.openrewrite.kotlin.style.IntelliJ
- WrappingAndBracesStyle - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle
- WrappingAndBracesStyle.BinaryExpression - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.BracesPlacement - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.ChainedFunctionCalls - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.DoWhileStatement - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.ElvisExpressions - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.ExpressionBodyFunctions - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.ExtendsImplementsPermitsList - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.FunctionCallArguments - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.FunctionDeclarationParameters - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.FunctionParentheses - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.IfStatement - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.KeepWhenFormatting - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.TryStatement - Class in org.openrewrite.kotlin.style
- WrappingAndBracesStyle.WhenStatements - Class in org.openrewrite.kotlin.style
- WrappingAndBracesVisitor<P> - Class in org.openrewrite.kotlin.format
- WrappingAndBracesVisitor(WrappingAndBracesStyle) - Constructor for class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
- WrappingAndBracesVisitor(WrappingAndBracesStyle, Tree) - Constructor for class org.openrewrite.kotlin.format.WrappingAndBracesVisitor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form