CreateJSClass

sealed case class CreateJSClass(className: ClassName, captureValues: List[Tree])(pos: Position) extends Tree

Creates a JavaScript class value.

Value Params
captureValues

Actual values for the captured parameters (in the ClassDef's jsClassCaptures.get)

className

Reference to the ClassDef for the class definition, which must have jsClassCaptures.nonEmpty

trait Product
trait Equals
class Tree
class IRNode
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
Product
def show: String
Inherited from
IRNode

Concrete fields

val tpe: Type

Implicits

Implicits

implicit val pos: Position