Var

final case class Var(attrs: Attrs, name: Member, ty: Type, rhs: Val)(implicit pos: SourcePosition) extends Defn

A variable definition corresponding to either a field in class or module, or to a top-level global variable.

trait Product
trait Equals
class Defn
class Object
trait Matchable
class Any

Value members

Inherited methods

Returns true iff this is considered as an entry point by reachability analysis.

Returns true iff this is considered as an entry point by reachability analysis.

Inherited from:
Defn
Inherited from:
Product
final def show: String

Returns a textual representation of this.

Returns a textual representation of this.

Inherited from:
Defn

Implicits

Implicits

implicit val pos: SourcePosition