Index

A B C D E F G I J K L M N O P Q R S T U 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
 
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.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.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.MethodDeclaration
 
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.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.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
 
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(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
Deprecated.
AnnotationCallSite(UUID, String, Space) - Constructor for class org.openrewrite.kotlin.marker.AnnotationCallSite
Deprecated.
 
AnnotationUseSite - Class in org.openrewrite.kotlin.marker
 
AnnotationUseSite(UUID, Space, boolean) - Constructor for class org.openrewrite.kotlin.marker.AnnotationUseSite
 
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
 
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(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
Deprecated.
CheckNotNull(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.CheckNotNull
Deprecated.
 
ClassDeclaration(UUID, Markers, J.ClassDeclaration, K.TypeConstraints) - 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(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(UUID, Markers, J.MethodDeclaration, Space, K.ConstructorInvocation) - Constructor for class org.openrewrite.kotlin.tree.K.Constructor
 
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(UUID, Space, Markers, TypeTree, JContainer<Expression>) - Constructor for class org.openrewrite.kotlin.tree.K.ConstructorInvocation
 
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
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(UUID, Markers, TypeTree, Space, Expression) - 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(UUID, Space, Markers, J.VariableDeclarations, JContainer<Statement>) - 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 - Enum constant in enum class org.openrewrite.kotlin.tree.K.Binary.Type
 
Elvis() - Constructor for class org.openrewrite.kotlin.marker.Elvis
 
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
 
ExpressionBodyFunctions() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.ExpressionBodyFunctions
 
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
 
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_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, JRightPadded<TypedTree>) - 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.KString.Value
 
getAfterLocation() - Method in enum class org.openrewrite.kotlin.tree.KRightPadded.Location
 
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.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.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.SpreadArgument
 
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.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.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
 
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.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
 
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.Binary
 
getPadding() - Method in class org.openrewrite.kotlin.tree.K.CompilationUnit
 
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.Property
 
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.KReturn
 
getPrefix() - Method in class org.openrewrite.kotlin.tree.K.KString.Value
 
getPrefix() - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
 
getPrefix() - Method in class org.openrewrite.kotlin.tree.K.StatementExpression
 
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
 
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.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.KReturn
 
getType() - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
 
getType() - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
 
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
 
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
 
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
 
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
 
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.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
 
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.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.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.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.MethodDeclaration - 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.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.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, 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
 
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
 
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
 
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

MethodDeclaration(UUID, Markers, J.MethodDeclaration, K.TypeConstraints) - 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
 
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
 
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.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.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.Property.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(UUID, Markers, J.Identifier, TypeTree) - 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(IrFile) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
 
print(PsiElement) - Static method in class org.openrewrite.kotlin.internal.PsiTreePrinter
 
print(FirFile) - 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
 
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>, J.VariableDeclarations, K.TypeConstraints, J.MethodDeclaration, J.MethodDeclaration, boolean, JRightPadded<Expression>) - Constructor for class org.openrewrite.kotlin.tree.K.Property
 
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.
 
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
 
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(UUID, Space) - Constructor for class org.openrewrite.kotlin.marker.SpreadArgument
Deprecated.
 
SpreadArgument(UUID, Space, Markers, Expression) - Constructor for class org.openrewrite.kotlin.tree.K.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, WrappingAndBracesStyle) - Constructor for class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
 
TabsAndIndentsVisitor(TabsAndIndentsStyle, WrappingAndBracesStyle, 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.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.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.TypeConstraints
 
toString() - Method in class org.openrewrite.kotlin.tree.K.Unary
 
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
 
TreePrinterContext() - Constructor for class org.openrewrite.kotlin.internal.PsiTreePrinter.TreePrinterContext
 
TryStatement() - Constructor for class org.openrewrite.kotlin.style.WrappingAndBracesStyle.TryStatement
 
TYPE_CONSTRAINTS_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
 
typeCache(JavaTypeCache) - Method in class org.openrewrite.kotlin.KotlinParser.Builder
 
TypeConstraints(UUID, Markers, JContainer<J.TypeParameter>) - Constructor for class org.openrewrite.kotlin.tree.K.TypeConstraints
 
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
 

U

Unary() - Constructor for class org.openrewrite.kotlin.tree.K.Unary
 
UNARY_PREFIX - Enum constant in enum class org.openrewrite.kotlin.tree.KSpace.Location
 

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
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
 
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
 
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
 
visitKtElement(KtElement, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
 
visitKtFile(KtFile, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
 
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
 
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(JLeftPadded<T>, JLeftPadded.Location, P) - Method in class org.openrewrite.kotlin.format.TabsAndIndentsVisitor
 
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.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.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.
visitModifierList(KtModifierList, ExecutionContext) - Method in class org.openrewrite.kotlin.internal.KotlinTreeParserVisitor
 
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
 
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
 
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
 
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
 
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
 
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
 
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(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
 
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
 
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(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.KReturn
 
withPrefix(Space) - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
 
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.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.KReturn
 
withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.MethodDeclaration
 
withType(JavaType) - Method in class org.openrewrite.kotlin.tree.K.NamedVariableInitializer
 
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(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.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
 
A B C D E F G I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form