trait JSExportsPhase extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSExportsPhase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def genConstructorExports(classSym: scala.tools.nsc.Global.Symbol): List[ConstructorExportDef]
- def genJSClassDispatchers(classSym: scala.tools.nsc.Global.Symbol, dispatchMethodsNames: List[String]): List[Tree]
- def genJSClassExports(classSym: scala.tools.nsc.Global.Symbol): List[JSClassExportDef]
- def genJSConstructorExport(alts: List[scala.tools.nsc.Global.Symbol]): MethodDef
- def genMemberExportOrDispatcher(classSym: scala.tools.nsc.Global.Symbol, jsName: String, isProp: Boolean, alts: List[scala.tools.nsc.Global.Symbol]): Tree
-
def
genMemberExports(classSym: scala.tools.nsc.Global.Symbol): List[Tree]
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: scala.tools.nsc.Global.Symbol): List[ModuleExportDef]
-
def
genNamedExporterDef(dd: scala.tools.nsc.Global.DefDef): Option[MethodDef]
Generate the exporter proxy for a named export
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNamedExporterDef(dd: scala.tools.nsc.Global.DefDef): Boolean
Tests whether the given def a named exporter def that needs to be generated with
genNamedExporterDef. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )