Package-level declarations
Types
Link copied to clipboard
object Ktcodeshift
The main entry point for the ktcodeshift API.
Link copied to clipboard
data class NodeCollection<T : Node>(val nodePaths: List<NodePath<T>>, val rootNode: Node.KotlinFile)
A collection of nodes filtered under the root node.
Link copied to clipboard
Context for a node.
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Returns NodeCollection of all nodes of type T under this node.
Link copied to clipboard
Defines the transform function. This function will be called for each target file.