NoPosition

object NoPosition extends Position
Undefined position.
trait Position
class Object
trait Matchable
class Any

Value members

Methods

def line: Int
def column: Int
override def toString: String
Definition Classes
Position -> Any
override def longString: String
Definition Classes
def lineContents: String

Inherited methods

def <(that: Position): Boolean
Compare this position to another, by first comparing their line numbers,
and then -- if necessary -- using the columns to break a tie.
Value Params
`that`
a Position to compare to this Position
Returns
true if this position's line number or (in case of equal line numbers)
column is smaller than the corresponding components of that
Inhertied from
Position