JSPropertyDef

org.scalajs.ir.Trees$.JSPropertyDef
sealed case class JSPropertyDef(flags: MemberFlags, name: Tree, getterBody: Option[Tree], setterArgAndBody: Option[(ParamDef, Tree)])(implicit pos: Position) extends JSMethodPropDef

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class MemberDef
class IRNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def show: String

Attributes

Inherited from:
IRNode

Implicits

Implicits

implicit val pos: Position