ClassDef

org.scalajs.ir.Trees.ClassDef
See theClassDef companion class
object ClassDef

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ClassDef.type

Members list

Value members

Concrete methods

def apply(name: ClassIdent, originalName: OriginalName, kind: ClassKind, jsClassCaptures: Option[List[ParamDef]], superClass: Option[ClassIdent], interfaces: List[ClassIdent], jsSuperClass: Option[Tree], jsNativeLoadSpec: Option[JSNativeLoadSpec], fields: List[AnyFieldDef], methods: List[MethodDef], jsConstructor: Option[JSConstructorDef], jsMethodProps: List[JSMethodPropDef], jsNativeMembers: List[JSNativeMemberDef], topLevelExportDefs: List[TopLevelExportDef])(optimizerHints: OptimizerHints)(implicit pos: Position): ClassDef