sealed case class JSArrayConstr(items: List[TreeOrJSSpread])(implicit pos: Position) extends Tree with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSArrayConstr
- Serializable
- Serializable
- Product
- Equals
- Tree
- TreeOrJSSpread
- IRNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JSArrayConstr(items: List[TreeOrJSSpread])(implicit pos: Position)
Value Members
- val items: List[TreeOrJSSpread]
-
implicit
val
pos: Position
- Definition Classes
- JSArrayConstr → IRNode
-
def
show: String
- Definition Classes
- IRNode
-
val
tpe: AnyType.type
- Definition Classes
- JSArrayConstr → Tree