|
Scala Library
|
|
trait
Positional
extends AnyRef| Value Summary | |
var
|
pos
: Position
The source position of this object, initially set to undefined.
|
| Method Summary | |
def
|
setPos
(newpos : Position) : Positional
If current source position is undefined, update it with given position `newpos'
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
def
setPos(newpos : Position) : Positional
|
Scala Library
|
|