Index

A B C D E F G I J K L M N O P Q R S T V W 
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
 
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.Binary
 
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.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.KReturn
 
acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.KString
 
acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.KString.Value
 
acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.KThis
 
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.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.StatementExpression
 
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.When
 
acceptKotlin(KotlinVisitor<P>, P) - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
 
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, 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() - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.AllOthers
 
AnnotatedExpression(UUID, Markers, List<J.Annotation>, Expression) - 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
 
AnnotationCallSite(UUID, String, Space) - Constructor for class org.openrewrite.kotlin.marker.AnnotationCallSite
 
AnonymousFunction - Class in org.openrewrite.kotlin.marker
 
AnonymousFunction(UUID) - Constructor for class org.openrewrite.kotlin.marker.AnonymousFunction
 
applyDefaults() - Method in class org.openrewrite.kotlin.style.BlankLinesStyle
 
applyDefaults() - Method in class org.openrewrite.kotlin.style.SpacesStyle
 
applyDefaults() - Method in class org.openrewrite.kotlin.style.TabsAndIndentsStyle
 
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(J2, J, P, Cursor) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
autoFormat(J2, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
autoFormat(J2, P, Cursor) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
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(UUID, Space, Markers, Expression, JLeftPadded<K.Binary.Type>, Expression, Space, JavaType) - 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.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() - 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
 
CHECK_NOT_NULL_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
CheckNotNull - Class in org.openrewrite.kotlin.marker
 
CheckNotNull(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.CheckNotNull
 
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
 
CompilationUnit(UUID, Space, Markers, Path, FileAttributes, String, boolean, Checksum, List<J.Annotation>, JRightPadded<J.Package>, List<JRightPadded<J.Import>>, List<JRightPadded<Statement>>, Space) - 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_DELEGATION_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
ConstructorDelegation - Class in org.openrewrite.kotlin.marker
 
ConstructorDelegation(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.ConstructorDelegation
 
Contains - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
 
CONTRAVARIANT - Enum constant in enum class org.openrewrite.kotlin.marker.GenericType.Variance
 
COVARIANT - Enum constant in enum class org.openrewrite.kotlin.marker.GenericType.Variance
 

D

defaults() - Static method in class org.openrewrite.kotlin.style.IntelliJ
 
delegate() - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
 
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(UUID, Space, Markers, J.VariableDeclarations, JContainer<J.VariableDeclarations.NamedVariable>) - 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
 
DoWhileStatement() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.DoWhileStatement
 

E

Elvis - Class in org.openrewrite.kotlin.marker
 
Elvis() - Constructor for class org.openrewrite.kotlin.marker.Elvis
 
equals(Object) - Method in class org.openrewrite.kotlin.internal.PsiTree.Node
 
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
 
ExpressionStatement(UUID, Expression) - Constructor for class org.openrewrite.kotlin.tree.K.ExpressionStatement
 
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

FILE_ANNOTATION_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
FindKotlinSources - Class in org.openrewrite.kotlin
 
FindKotlinSources() - Constructor for class org.openrewrite.kotlin.FindKotlinSources
 
FUNCTION_TYPE_ARROW_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
FUNCTION_TYPE_PARAMETER_COLON - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
FUNCTION_TYPE_PARAMETER_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(UUID, Space, Markers, List<J.Annotation>, List<J.Modifier>, JRightPadded<NameTree>, JContainer<TypeTree>, Space, TypedTree) - Constructor for class org.openrewrite.kotlin.tree.K.FunctionType
 

G

GenericType - Class in org.openrewrite.kotlin.marker
 
GenericType(UUID, GenericType.Variance) - Constructor for class org.openrewrite.kotlin.marker.GenericType
 
GenericType.Variance - Enum Class in org.openrewrite.kotlin.marker
 
Get - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
Deprecated.
getAfter() - Method in class org.openrewrite.kotlin.tree.K.KString.Value
 
getAfterLocation() - Method in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
 
getAssignments() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
 
getAssignments() - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration.Padding
 
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
 
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.DestructuringDeclaration
 
getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
 
getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.KReturn
 
getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.KString
 
getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.KThis
 
getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.ListLiteral
 
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.StatementExpression
 
getCoordinates() - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
 
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.RemoveTrailingSemicolon
 
getDescription() - Method in class org.openrewrite.kotlin.cleanup.ReplaceCharToIntWithCode
 
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
 
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.RemoveTrailingSemicolon
 
getDisplayName() - Method in class org.openrewrite.kotlin.cleanup.ReplaceCharToIntWithCode
 
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
 
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
 
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.KReturn
 
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
 
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.Binary
 
getPadding() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
 
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.Property
 
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.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.KReturn
 
getPrefix() - Method in class org.openrewrite.kotlin.tree.K.KString.Value
 
getPrefix() - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
 
getPrefix() - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
 
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.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.KReturn
 
getType() - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
 
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
 
getTypeParameters() - Method in class org.openrewrite.kotlin.tree.K.Property
 
getTypeParameters() - Method in class org.openrewrite.kotlin.tree.K.Property.Padding
 
getTypesInUse() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
 
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.RemoveTrailingSemicolon
 
getVisitor() - Method in class org.openrewrite.kotlin.cleanup.ReplaceCharToIntWithCode
 
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
 

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
 
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>) - 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) - Constructor for class org.openrewrite.kotlin.style.ImportLayoutStyle.Block.ImportPackage
 
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
 
IS_NULL_SAFE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
IS_NULLABLE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
isAcceptable(SourceFile, P) - Method in class org.openrewrite.kotlin.format.AutoFormatVisitor
 
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
 
IsNullable - Class in org.openrewrite.kotlin.marker
 
IsNullable(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.IsNullable
 
IsNullSafe - Class in org.openrewrite.kotlin.marker
 
IsNullSafe(UUID, Space) - 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.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.CompilationUnit - Class in org.openrewrite.kotlin.tree
 
K.CompilationUnit.Padding - 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.KReturn - Class in org.openrewrite.kotlin.tree
 
K.KString - Class in org.openrewrite.kotlin.tree
 
K.KString.Value - Class in org.openrewrite.kotlin.tree
 
K.KThis - Class in org.openrewrite.kotlin.tree
 
K.ListLiteral - Class in org.openrewrite.kotlin.tree
 
K.ListLiteral.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.StatementExpression - Class in org.openrewrite.kotlin.tree
Kotlin defines certain java statements like J.If as expression.
K.TypeParameterExpression - 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, Space) - 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
 
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
 
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
 
KotlinVisitor<P> - Class in org.openrewrite.kotlin
Visit K types.
KotlinVisitor() - Constructor for class org.openrewrite.kotlin.KotlinVisitor
 
KReturn(UUID, List<J.Annotation>, J.Return, J.Identifier) - Constructor for class org.openrewrite.kotlin.tree.K.KReturn
 
KReturn(UUID, J.Return, J.Identifier) - Constructor for class org.openrewrite.kotlin.tree.K.KReturn
 
KRETURN_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
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
 
KString(UUID, Space, Markers, String, List<J>, JavaType) - Constructor for class org.openrewrite.kotlin.tree.K.KString
 
KSTRING_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
KSTRING_SUFFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
KSTRING_VALUE_AFTER - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
KSTRING_VALUE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
KThis(UUID, Space, Markers, J.Identifier, JavaType) - Constructor for class org.openrewrite.kotlin.tree.K.KThis
 
KTHIS_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 

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(UUID, Space, Markers, JContainer<Expression>, JavaType) - 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

maybeAutoFormat(J2, J2, J, P, Cursor) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
maybeAutoFormat(J2, J2, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
maybeAutoFormat(J2, J2, P, Cursor) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
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
 
Modifier(UUID) - Constructor for class org.openrewrite.kotlin.marker.Modifier
 
moduleName(String) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
 

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
 
Node(TextRange, String, PsiTree.Node, PsiElement) - Constructor for class org.openrewrite.kotlin.internal.PsiTree.Node
 
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
 

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.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() - Constructor for class org.openrewrite.kotlin.style.SpacesStyle.Other
 

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.Binary.Padding
 
Padding() - Constructor for class org.openrewrite.kotlin.tree.K.CompilationUnit.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.Property.Padding
 
Padding() - Constructor for class org.openrewrite.kotlin.tree.K.WhenBranch.Padding
 
Parameter(UUID, Markers, J.Identifier, Space, TypeTree) - Constructor for class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
 
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(PsiElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
 
print(Parser.Input) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
 
printer(Cursor) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
 
printIndexedSourceCode(String) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
 
printPsiTree(PsiElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
 
printPsiTree(PsiTree) - 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>, J.VariableDeclarations, J.MethodDeclaration, J.MethodDeclaration, boolean) - Constructor for class org.openrewrite.kotlin.tree.K.Property
 
PROPERTY_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
PsiToken - Class in org.openrewrite.kotlin.internal
Internal util class to present a PSI token to help developers to debug or trouble-shooting.
PsiToken() - Constructor for class org.openrewrite.kotlin.internal.PsiToken
 
PsiTree - Class in org.openrewrite.kotlin.internal
Internal util class to present a PSI tree to help developers to debug or trouble-shooting.
PsiTree.Node - Class in org.openrewrite.kotlin.internal
 
PsiTreePrinter - Class in org.openrewrite.kotlin.internal
 
PsiTreePrinter() - Constructor for class org.openrewrite.kotlin.internal.PsiTreePrinter
 

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
 
Reified() - Constructor for class org.openrewrite.kotlin.marker.Reified
 
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
 
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
 
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
 
SpreadArgument(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.SpreadArgument
 
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(UUID, Statement) - Constructor for class org.openrewrite.kotlin.tree.K.StatementExpression
 
styles(Iterable<? extends NamedStyles>) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
 

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) - Constructor for class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
 
TabsAndIndentsVisitor(TabsAndIndentsStyle, Tree) - Constructor for class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
 
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.internal.PsiToken
 
toString() - Method in class org.openrewrite.kotlin.internal.PsiTree.Node
 
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.DestructuringDeclaration
 
toString() - Method in class org.openrewrite.kotlin.tree.K.KReturn
 
toString() - Method in class org.openrewrite.kotlin.tree.K.KThis
 
toString() - Method in class org.openrewrite.kotlin.tree.K.Property
 
toString() - Method in class org.openrewrite.kotlin.tree.K.WhenBranch
 
TrailingLambdaArgument - Class in org.openrewrite.kotlin.marker
 
TrailingLambdaArgument(UUID) - Constructor for class org.openrewrite.kotlin.marker.TrailingLambdaArgument
 
TryStatement() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.TryStatement
 
TYPE_REFERENCE_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 
typeCache(JavaTypeCache) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
 
TypeParameterExpression(UUID, J.TypeParameter) - 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
 

V

Value(UUID, Space, Markers, J, Space, boolean) - Constructor for class org.openrewrite.kotlin.tree.K.KString.Value
 
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
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.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
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.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(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(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
 
visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
 
visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
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
 
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.WrappingAndBracesVisitor
 
visitBlock(J.Block, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
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
 
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
 
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.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
 
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
 
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
 
visitControlParentheses(J.ControlParentheses<T>, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
 
visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
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
 
visitExpression(Expression, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
visitForControl(J.ForLoop.Control, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
 
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.format.TabsAndIndentsVisitor
 
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
 
visitForLoop(J.ForLoop, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
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
 
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
 
visitKReturn(K.KReturn, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
 
visitKReturn(K.KReturn, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitKReturn(K.KReturn, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
visitKString(K.KString, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
 
visitKString(K.KString, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitKString(K.KString, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
visitKStringValue(K.KString.Value, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
 
visitKStringValue(K.KString.Value, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitKStringValue(K.KString.Value, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
visitKThis(K.KThis, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
 
visitKThis(K.KThis, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitKThis(K.KThis, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
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
 
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
 
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
 
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.WrappingAndBracesVisitor
 
visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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.SpacesVisitor
 
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.
visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
 
visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
visitPackage(J.Package, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitParameterizedType(J.ParameterizedType, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
visitPrimitive(J.Primitive, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitProperty(K.Property, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter
 
visitProperty(K.Property, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitProperty(K.Property, P) - Method in class org.openrewrite.kotlin.KotlinVisitor
 
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
 
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
 
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.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
 
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
 
visitThrow(J.Throw, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitTry(J.Try, P) - Method in class org.openrewrite.kotlin.format.SpacesVisitor
 
visitTry(J.Try, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
visitTryResource(J.Try.Resource, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
visitTypeParameter(J.TypeParameter, PrintOutputCapture<P>) - Method in class org.openrewrite.kotlin.internal.KotlinPrinter.KotlinJavaPrinter
 
visitTypeParameter(J.TypeParameter, P) - Method in class org.openrewrite.kotlin.KotlinIsoVisitor
 
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
 
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
 
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(UUID, Space, Markers, J.ControlParentheses<J>, J.Block, JavaType) - 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(UUID, Space, Markers, JContainer<Expression>, JRightPadded<J>) - Constructor for class org.openrewrite.kotlin.tree.K.WhenBranch
 
WhenStatements() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.WhenStatements
 
withAssignments(List<J.VariableDeclarations.NamedVariable>) - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration
 
withAssignments(JContainer<J.VariableDeclarations.NamedVariable>) - Method in class org.openrewrite.kotlin.tree.K.DestructuringDeclaration.Padding
 
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
 
withClasses(List<JRightPadded<J.ClassDeclaration>>) - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit.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
 
withMarkers(Markers) - Method in class org.openrewrite.kotlin.tree.K.ExpressionStatement
 
withMarkers(Markers) - Method in class org.openrewrite.kotlin.tree.K.KReturn
 
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(K.Binary.Type) - Method in class org.openrewrite.kotlin.tree.K.Binary
 
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.ExpressionStatement
 
withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.FunctionType.Parameter
 
withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.KReturn
 
withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
 
withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.TypeParameterExpression
 
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.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.KReturn
 
withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
 
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(JContainer<J.TypeParameter>) - 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.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
 
A B C D E F G I J K L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form