RangePosition

mdoc.document.RangePosition
See theRangePosition companion object
final class RangePosition(val startLine: Int, val startColumn: Int, val endLine: Int, val endColumn: Int) extends RangePosition

Attributes

Companion
object
Graph
Supertypes
class RangePosition
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isEmpty: Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val endColumn: Int
val endLine: Int
val startColumn: Int
val startLine: Int