Location

class Location(var file: String, var pos: Int, var end: Int)

Constructors

Link copied to clipboard
constructor(file: String, pos: Int, end: Int)

Properties

Link copied to clipboard
var end: Int
Link copied to clipboard
Link copied to clipboard
var pos: Int