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 genCallDefaultGetter(sym: G.Symbol, paramIndex: Int, paramPos: G.Position, static: Boolean, captures: List[Tree])(previousArgsValues: (Int) => List[Tree])(implicit pos: G.Position): Tree
- def genJSClassDispatchers(classSym: G.Symbol, dispatchMethodsNames: List[JSName]): List[JSMethodPropDef]
- def genMemberExportOrDispatcher(jsName: JSName, isProp: Boolean, alts: List[G.Symbol], static: Boolean, allowCallsiteInlineSingle: Boolean): JSMethodPropDef
- def genMemberExports(classSym: G.Symbol): List[JSMethodPropDef]
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 genOverloadDispatch(jsName: JSName, alts: List[GenJSCode.JSCodePhase.Exported], tpe: Type)(implicit pos: G.Position): (List[ParamDef], Option[ParamDef], Tree)
- def genScalaArg(methodSym: G.Symbol, paramIndex: Int, formalArgsRegistry: GenJSCode.FormalArgsRegistry, param: JSParamInfo, static: Boolean, captures: List[Tree])(previousArgsValues: (Int) => List[Tree])(implicit pos: G.Position): Tree
Generates a Scala argument from dispatched JavaScript arguments (unboxing and default parameter handling).
- def genStaticExports(classSym: G.Symbol): (List[JSFieldDef], List[JSMethodPropDef])
- 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()