Replacement

data class Replacement(val FilePath: Path, val Offset: Long, val Length: Long, val ReplacementText: String)

See https://clang.llvm.org/doxygen/classclang_1_1tooling_1_1Replacement.html

Constructors

Link copied to clipboard
constructor(FilePath: Path, Offset: Long, Length: Long, ReplacementText: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard