TopLevelFieldExportDef

org.scalajs.ir.Trees.TopLevelFieldExportDef
sealed case class TopLevelFieldExportDef(moduleID: String, exportName: String, field: FieldIdent)(implicit pos: Position) extends TopLevelExportDef

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class IRNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def show: String

Attributes

Inherited from:
IRNode

Attributes

Inherited from:
TopLevelExportDef

Implicits

Implicits

implicit val pos: Position