VarDef

sealed case class VarDef(name: LocalIdent, originalName: OriginalName, vtpe: Type, mutable: Boolean, rhs: Tree)(implicit pos: Position) extends Tree
trait Product
trait Equals
class Tree
class IRNode
class Object
trait Matchable
class Any

Value members

Concrete methods

def ref(implicit pos: Position): VarRef

Inherited methods

Inherited from
Product
def show: String
Inherited from
IRNode

Concrete fields

val tpe: Type

Implicits

Implicits

implicit val pos: Position