Packages

object GenCodeComponent extends GenJSCode[global.type]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenCodeComponent
  2. GenJSCode
  3. CompatComponent
  4. GenJSFiles
  5. GenJSExports
  6. JSEncoding
  7. TypeConversions
  8. PluginComponent
  9. SubComponent
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class BTypesCompat extends AnyRef
    Definition Classes
    CompatComponent
  2. implicit final class GlobalCompat extends AnyRef
    Definition Classes
    CompatComponent
  3. implicit final class SAMFunctionCompatOps extends AnyRef
    Definition Classes
    CompatComponent
  4. implicit final class StdTermNamesCompat extends AnyRef
    Definition Classes
    CompatComponent
  5. implicit final class StdTypeNamesCompat extends AnyRef
    Definition Classes
    CompatComponent
  6. implicit final class SymbolCompat extends AnyRef
    Definition Classes
    CompatComponent
  7. class JSCodePhase extends StdPhase with JSExportsPhase
    Definition Classes
    GenJSCode
  8. sealed abstract class MaybeGlobalScope extends AnyRef
    Definition Classes
    GenJSCode
  9. trait JSExportsPhase extends AnyRef
    Definition Classes
    GenJSExports
  10. type SAMFunctionCompat = scala.tools.nsc.Global.SAMFunction
    Definition Classes
    CompatComponent
  11. abstract class StdPhase extends GlobalPhase
    Definition Classes
    SubComponent

Value Members

  1. object SAMFunctionAttachCompat
    Definition Classes
    CompatComponent
  2. object SAMFunctionAttachCompatDef
    Definition Classes
    CompatComponent
  3. object MaybeGlobalScope
    Definition Classes
    GenJSCode
  4. object UndefinedParam extends Value with Product with Serializable

    Marker object for undefined parameters in JavaScript semantic calls.

    Marker object for undefined parameters in JavaScript semantic calls.

    To be used inside a js.Transient node.

    Definition Classes
    GenJSCode
  5. object jsnme
    Definition Classes
    GenJSCode
  6. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def ##(): Int
    Definition Classes
    AnyRef → Any
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final val JSSuperClassParamName: LocalName

    Name of the capture param storing the JS super class.

    Name of the capture param storing the JS super class.

    This is used by the dispatchers of exposed JS methods and properties of nested JS classes when they need to perform a super call. Other super calls (in the actual bodies of the methods, not in the dispatchers) do not use this value, since they are implemented as static methods that do not have access to it. Instead, they get the JS super class value through the magic method inserted by ExplicitLocalJS, leveraging lambdalift to ensure that it is properly captured.

    Using this identifier is only allowed if it was reserved in the current local name scope using reserveLocalName. Otherwise, this name can clash with another local identifier.

    Definition Classes
    JSEncoding
  10. lazy val SAMFunctionCompat: scala.tools.nsc.Global.SAMFunction.type
    Definition Classes
    CompatComponent
  11. final def afterOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. final def beforeOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. val description: String
    Definition Classes
    GenJSCode → PluginComponent
  16. def enabled: Boolean
    Definition Classes
    SubComponent
  17. def encodeClassName(sym: scala.tools.nsc.Global.Symbol): ClassName
    Definition Classes
    JSEncoding
  18. def encodeClassNameIdent(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): ClassIdent
    Definition Classes
    JSEncoding
  19. def encodeClassType(sym: scala.tools.nsc.Global.Symbol): Type
    Definition Classes
    JSEncoding
  20. def encodeFieldSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): FieldIdent
    Definition Classes
    JSEncoding
  21. def encodeFieldSymAsStringLiteral(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): StringLiteral
    Definition Classes
    JSEncoding
  22. def encodeLabelSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): LabelIdent
    Definition Classes
    JSEncoding
  23. def encodeLocalSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): LocalIdent
    Definition Classes
    JSEncoding
  24. def encodeMethodSym(sym: scala.tools.nsc.Global.Symbol, reflProxy: Boolean = false)(implicit pos: scala.tools.nsc.Global.Position): MethodIdent
    Definition Classes
    JSEncoding
  25. def encodeStaticFieldGetterSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): MethodIdent
    Definition Classes
    JSEncoding
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def freshLabelIdent(base: String)(implicit pos: Position): LabelIdent
    Definition Classes
    JSEncoding
  30. def freshLocalIdent(base: String)(implicit pos: Position): LocalIdent
    Definition Classes
    JSEncoding
  31. def freshLocalIdent(base: LocalName)(implicit pos: Position): LocalIdent
    Definition Classes
    JSEncoding
  32. def freshLocalIdent()(implicit pos: Position): LocalIdent
    Definition Classes
    JSEncoding
  33. def genIRFile(cunit: scala.tools.nsc.Global.CompilationUnit, tree: ClassDef): Unit
    Definition Classes
    GenJSFiles
  34. def generatedJSAST(clDefs: List[ClassDef]): Unit

    testing: this will be called when ASTs are generated

    testing: this will be called when ASTs are generated

    Definition Classes
    GenCodeComponentGenJSCode
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def getEnclosingReturnLabel()(implicit pos: Position): LabelIdent
    Definition Classes
    JSEncoding
  37. val global: ScalaJSPlugin.global.type
    Definition Classes
    GenJSCodeCompatComponent → SubComponent
  38. def hashCode(): Int
    Definition Classes
    SubComponent → AnyRef → Any
  39. implicit def implicitPos2irPos(implicit pos: scala.tools.nsc.Global.Position): Position

    Materialize implicitly an ir.Position from an implicit nsc Position.

    Materialize implicitly an ir.Position from an implicit nsc Position.

    Definition Classes
    GenJSCode
  40. val initial: Boolean
    Definition Classes
    SubComponent
  41. final val internal: Boolean(false)
    Definition Classes
    PluginComponent → SubComponent
  42. lazy val isHijackedClass: Set[scala.tools.nsc.Global.Symbol]
    Attributes
    protected
    Definition Classes
    GenJSCode
  43. def isImplClass(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    CompatComponent
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. def isJSType(sym: scala.tools.nsc.Global.Symbol): Boolean

    Tests whether the given type symbol represents a JavaScript type, i.e., whether it extends scala.scalajs.js.Any.

    Tests whether the given type symbol represents a JavaScript type, i.e., whether it extends scala.scalajs.js.Any.

    Definition Classes
    GenJSCode
  46. def isJSType(tpe: scala.tools.nsc.Global.Type): Boolean

    Tests whether the given type represents a JavaScript type, i.e., whether it extends scala.scalajs.js.Any.

    Tests whether the given type represents a JavaScript type, i.e., whether it extends scala.scalajs.js.Any.

    Definition Classes
    GenJSCode
  47. def isNestedJSClass(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    GenJSCode
  48. def isNonNativeJSClass(sym: scala.tools.nsc.Global.Symbol): Boolean

    Tests whether the given class is a non-native JS class.

    Tests whether the given class is a non-native JS class.

    Definition Classes
    GenJSCode
  49. def isStaticModule(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    GenJSCode
  50. val jsAddons: ScalaJSPlugin.jsAddons.type

    Not for use in the constructor body: only initialized afterwards.

    Not for use in the constructor body: only initialized afterwards.

    Definition Classes
    GenCodeComponentGenJSCode
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def needsModuleClassSuffix(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    JSEncoding
  53. def newPhase(p: Phase): StdPhase
    Definition Classes
    GenJSCode → SubComponent
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def originalNameOfClass(sym: scala.tools.nsc.Global.Symbol): OriginalName
    Definition Classes
    JSEncoding
  57. def originalNameOfField(sym: scala.tools.nsc.Global.Symbol): OriginalName
    Definition Classes
    JSEncoding
  58. def originalNameOfLocal(sym: scala.tools.nsc.Global.Symbol): OriginalName
    Definition Classes
    JSEncoding
  59. def originalNameOfMethod(sym: scala.tools.nsc.Global.Symbol): OriginalName
    Definition Classes
    JSEncoding
  60. def ownPhase: Phase
    Definition Classes
    SubComponent
  61. val phaseName: String
    Definition Classes
    GenJSCode → SubComponent
  62. def phaseNewFlags: Long
    Definition Classes
    SubComponent
  63. def phaseNextFlags: Long
    Definition Classes
    SubComponent
  64. implicit def pos2irPos(pos: scala.tools.nsc.Global.Position): Position

    Implicit conversion from nsc Position to ir.Position.

    Implicit conversion from nsc Position to ir.Position.

    Definition Classes
    GenJSCode
  65. val requires: List[String]
    Definition Classes
    SubComponent
  66. def reserveLocalName(name: LocalName): Unit
    Definition Classes
    JSEncoding
  67. val runsAfter: List[String]
    Definition Classes
    GenCodeComponent → SubComponent
  68. val runsBefore: List[String]
    Definition Classes
    GenCodeComponent → SubComponent
  69. val runsRightAfter: Option[String]
    Definition Classes
    PluginComponent → SubComponent
  70. val scalaJSOpts: ScalaJSPlugin.scalaJSOpts.type

    Not for use in the constructor body: only initialized afterwards.

    Not for use in the constructor body: only initialized afterwards.

    Definition Classes
    GenCodeComponentGenJSCode
  71. lazy val scalaUsesImplClasses: Boolean
    Definition Classes
    CompatComponent
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. val terminal: Boolean
    Definition Classes
    SubComponent
  74. def toIRType(t: scala.tools.nsc.Global.Type): Type
    Definition Classes
    TypeConversions
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. def toTypeRef(t: scala.tools.nsc.Global.Type): TypeRef
    Definition Classes
    TypeConversions
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  80. def withNewLocalNameScope[A](body: ⇒ A): A
    Definition Classes
    JSEncoding
  81. def withNewReturnableScope(tpe: Type)(body: ⇒ Tree)(implicit pos: Position): Tree
    Definition Classes
    JSEncoding

Inherited from GenJSCode[ScalaJSPlugin.global.type]

Inherited from CompatComponent

Inherited from GenJSFiles[ScalaJSPlugin.global.type]

Inherited from GenJSExports[ScalaJSPlugin.global.type]

Inherited from JSEncoding[ScalaJSPlugin.global.type]

Inherited from TypeConversions[ScalaJSPlugin.global.type]

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped