sealed case class CreateJSClass(className: ClassName, captureValues: List[Tree])(implicit pos: Position) extends Tree with Product with Serializable
Creates a JavaScript class value.
- className
Reference to the
ClassDef
for the class definition, which must havejsClassCaptures.nonEmpty
- captureValues
Actual values for the captured parameters (in the
ClassDef
'sjsClassCaptures.get
)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateJSClass
- Serializable
- Serializable
- Product
- Equals
- Tree
- TreeOrJSSpread
- IRNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All