trait Positional extends AnyRef

A trait for objects that have a source position.

Source
Positional.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Positional
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val pos: Position

    The source position of this object, initially set to undefined.

  2. def setPos(newpos: Position): Positional.this.type

    If current source position is undefined, update it with given position newpos

    If current source position is undefined, update it with given position newpos

    returns

    the object itself