PatternMatch

data class PatternMatch(val file: File, val relativePath: String, val matchedLine: Int, val contextLines: List<String>)

Represents a matching file with context

Constructors

Link copied to clipboard
constructor(file: File, relativePath: String, matchedLine: Int, contextLines: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
val file: File
Link copied to clipboard
Link copied to clipboard