ParamDef

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

Value members

Concrete methods

def ref(implicit pos: Position): VarRef

Inherited methods

Inherited from:
Product
Inherited from:
IRNode

Implicits

Implicits

implicit val pos: Position