NoPosition

object NoPosition extends Position

Undefined position.

Undefined position.

trait Position
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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.

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

Inherited from
Position