object jsInterop
global javascript interop related helpers
- Alphabetic
- By Inheritance
- jsInterop
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait ExportInfo extends AnyRef
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 clearRegisteredExports(): Unit
-
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
fullJSNameOf(sym: scala.tools.nsc.Global.Symbol): String
Gets the fully qualified JS name of a static class of module Symbol.
Gets the fully qualified JS name of a static class of module Symbol.
This is the JS name of the symbol qualified by the fully qualified JS name of its original owner if the latter is a native JS object.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
isExport(sym: scala.tools.nsc.Global.Symbol): Boolean
checks if the given symbol is a JSExport
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isJSBracketAccess(sym: scala.tools.nsc.Global.Symbol): Boolean
has this symbol to be translated into a JS bracket access (JS to Scala)
-
def
isJSBracketCall(sym: scala.tools.nsc.Global.Symbol): Boolean
has this symbol to be translated into a JS bracket call (JS to Scala)
-
def
isJSGetter(sym: scala.tools.nsc.Global.Symbol): Boolean
has this symbol to be translated into a JS getter (both directions)?
- def isJSProperty(sym: scala.tools.nsc.Global.Symbol): Boolean
-
def
isJSSetter(sym: scala.tools.nsc.Global.Symbol): Boolean
has this symbol to be translated into a JS setter (both directions)?
-
def
jsExportInfo(name: scala.tools.nsc.Global.Name): (String, Boolean)
retrieves the originally assigned jsName of this export and whether it is a property
-
def
jsNameOf(sym: scala.tools.nsc.Global.Symbol): String
Gets the unqualified JS name of a symbol.
Gets the unqualified JS name of a symbol.
If it is not explicitly specified with an
@JSNameannotation, the JS name is inferred from the Scala name. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def registerForExport(sym: scala.tools.nsc.Global.Symbol, infos: List[ExportInfo]): Unit
- def registeredExportsOf(sym: scala.tools.nsc.Global.Symbol): List[ExportInfo]
-
def
scalaExportName(jsName: String, isProp: Boolean): scala.tools.nsc.Global.TermName
creates a name for an export specification
-
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( ... )