sealed case class TopLevelJSClassExportDef(moduleID: String, exportName: String)(implicit pos: Position) extends TopLevelExportDef with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TopLevelJSClassExportDef
- Serializable
- Serializable
- Product
- Equals
- TopLevelExportDef
- IRNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val exportName: String
-
val
moduleID: String
- Definition Classes
- TopLevelJSClassExportDef → TopLevelExportDef
-
implicit
val
pos: Position
- Definition Classes
- TopLevelJSClassExportDef → IRNode
-
def
show: String
- Definition Classes
- IRNode
-
final
def
topLevelExportName: String
- Definition Classes
- TopLevelExportDef