JSConstructorDef

org.scalajs.ir.Trees$.JSConstructorDef
sealed case class JSConstructorDef(flags: MemberFlags, args: List[ParamDef], restParam: Option[ParamDef], body: JSConstructorBody)(optimizerHints: OptimizerHints, hash: Option[TreeHash])(implicit pos: Position) extends MemberDef

Attributes

Graph
Supertypes
trait Product
trait Equals
class MemberDef
class IRNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
IRNode

Implicits

Implicits

implicit val pos: Position