RdTextChange

class RdTextChange(val kind: RdTextChangeKind, val startOffset: Int, val old: String, val new: String, val fullTextLength: Int) : IPrintable

Constructors

Link copied to clipboard
constructor(kind: RdTextChangeKind, startOffset: Int, old: String, new: String, fullTextLength: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val new: String
Link copied to clipboard
val old: String
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun print(printer: PrettyPrinter)
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String