trait JSExportsPhase extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSExportsPhase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def genConstructorExports(classSym: G.Symbol): List[TopLevelMethodExportDef]
- def genJSClassDispatchers(classSym: G.Symbol, dispatchMethodsNames: List[JSName]): List[MemberDef]
- def genJSClassExports(classSym: G.Symbol): List[TopLevelJSClassExportDef]
- def genJSConstructorExport(alts: List[G.Symbol]): (Option[List[ParamDef]], JSMethodDef)
- def genMemberExportOrDispatcher(classSym: G.Symbol, jsName: JSName, isProp: Boolean, alts: List[G.Symbol], static: Boolean): MemberDef
- def genMemberExports(classSym: G.Symbol): List[MemberDef]
Generates exported methods and properties for a class.
Generates exported methods and properties for a class.
- classSym
symbol of the class we export for
- def genModuleAccessorExports(classSym: G.Symbol): List[TopLevelExportDef]
- def genStaticExports(classSym: G.Symbol): List[MemberDef]
- def genTopLevelExports(classSym: G.Symbol): List[TopLevelExportDef]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()