trait WithoutTypeOrPos [ -T ]
extends Tree

Constructors

Members

[+] override def pos : Position

The item's position.

The item's position.

[+] override def setPos ( pos: Position ) : Unit

Destructively update curPos to given position. Also, set any missing positions in children.

Destructively update curPos to given position. Also, set any missing positions in children.

[+] override def tpe : T

The type of the tree. In case of an untyped tree, an UnAssignedTypeException is thrown. (Overridden by empty trees)

The type of the tree. In case of an untyped tree, an UnAssignedTypeException is thrown. (Overridden by empty trees)

[+] override def withTypeUnchecked ( tpe: Type ) : ThisTree [ Type ]