org.scalajs.core.compiler.ScalaJSPlugin

GenCodeComponent

object GenCodeComponent extends GenJSCode

Linear Supertypes
GenJSCode, Compat210Component, GenJSFiles, GenJSExports, JSEncoding, TypeKinds, PluginComponent, SubComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenCodeComponent
  2. GenJSCode
  3. Compat210Component
  4. GenJSFiles
  5. GenJSExports
  6. JSEncoding
  7. TypeKinds
  8. PluginComponent
  9. SubComponent
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ARRAY extends GenJSCode.TypeKind with Product with Serializable

    An array

  2. implicit final class ErasedValueTypeCompat extends AnyRef

    Definition Classes
    Compat210Component
  3. case class FLOAT extends GenJSCode.ValueTypeKind with Product with Serializable

    Floating-point number (Float or Double).

  4. implicit final class GlobalCompat extends AnyRef

    Definition Classes
    Compat210Component
  5. case class INT extends GenJSCode.ValueTypeKind with Product with Serializable

    Integer number (Byte, Short, Char or Int).

  6. class JSCodePhase extends StdPhase with JSExportsPhase

    Definition Classes
    GenJSCode
  7. trait JSExportsPhase extends AnyRef

    Definition Classes
    GenJSExports
  8. case class REFERENCE extends GenJSCode.TypeKindButArray with Product with Serializable

    An object

  9. implicit final class RunCompat extends AnyRef

    Definition Classes
    Compat210Component
  10. abstract class StdPhase extends GlobalPhase

    Definition Classes
    SubComponent
  11. implicit final class SymbolCompat extends AnyRef

    Definition Classes
    Compat210Component
  12. sealed abstract class TypeKind extends AnyRef

    Glue representation of types as seen from the IR but still with a reference to the Symbols.

  13. sealed abstract class TypeKindButArray extends GenJSCode.TypeKind

    Definition Classes
    TypeKinds
  14. sealed abstract class ValueTypeKind extends GenJSCode.TypeKindButArray

    Definition Classes
    TypeKinds

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object BOOL extends GenJSCode.ValueTypeKind with Product with Serializable

    Boolean

  7. lazy val BooleanKind: BOOL.type

    Definition Classes
    TypeKinds
  8. lazy val ByteKind: INT

    Definition Classes
    TypeKinds
  9. lazy val CharKind: INT

    Definition Classes
    TypeKinds
  10. object DelambdafyCompat

    Definition Classes
    Compat210Component
  11. lazy val DoubleKind: FLOAT

    Definition Classes
    TypeKinds
  12. lazy val FloatKind: FLOAT

    Definition Classes
    TypeKinds
  13. final val InnerSep: String("_")

    Inner separator character (replace dots in full names)

    Inner separator character (replace dots in full names)

    Definition Classes
    JSEncoding
  14. lazy val IntKind: INT

    Definition Classes
    TypeKinds
  15. object LONG extends GenJSCode.ValueTypeKind with Product with Serializable

    Long

  16. lazy val LongKind: LONG.type

    Definition Classes
    TypeKinds
  17. object Mode

    Definition Classes
    Compat210Component
  18. object NOTHING extends GenJSCode.TypeKindButArray with Product with Serializable

    Nothing

  19. object NULL extends GenJSCode.TypeKindButArray with Product with Serializable

    Null

  20. lazy val ObjectReference: REFERENCE

    Definition Classes
    TypeKinds
  21. final val OuterSep: String("__")

    Outer separator string (between parameter types)

    Outer separator string (between parameter types)

    Definition Classes
    JSEncoding
  22. final val ScalaJSEnvironmentName: String("ScalaJS")

    Name given to the local Scala.

    Name given to the local Scala.js environment variable

    Definition Classes
    JSEncoding
  23. lazy val ShortKind: INT

    Definition Classes
    TypeKinds
  24. object VOID extends GenJSCode.TypeKindButArray with Product with Serializable

    The void, for trees that can only appear in statement position.

  25. lazy val VoidKind: VOID.type

    Definition Classes
    TypeKinds
  26. final def afterOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final val dceExportName: String("<exported>")

    Name given to all exported stuff of a class for DCE

    Name given to all exported stuff of a class for DCE

    Definition Classes
    JSEncoding
  31. def encodeClassFullName(sym: scala.tools.nsc.Global.Symbol): String

    Definition Classes
    JSEncoding
  32. def encodeClassFullNameIdent(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): Ident

    Definition Classes
    JSEncoding
  33. def encodeClassType(sym: scala.tools.nsc.Global.Symbol): Type

    Definition Classes
    JSEncoding
  34. def encodeFieldSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): Ident

    Definition Classes
    JSEncoding
  35. def encodeLabelSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): Ident

    Definition Classes
    JSEncoding
  36. def encodeLocalSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): Ident

    Definition Classes
    JSEncoding
  37. def encodeMethodName(sym: scala.tools.nsc.Global.Symbol, reflProxy: Boolean = false): String

    Definition Classes
    JSEncoding
  38. def encodeMethodSym(sym: scala.tools.nsc.Global.Symbol, reflProxy: Boolean = false)(implicit pos: scala.tools.nsc.Global.Position): Ident

    Definition Classes
    JSEncoding
  39. def encodeRTStringMethodSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): (scala.tools.nsc.Global.Symbol, Ident)

    Encodes a method symbol of java.

    Encodes a method symbol of java.lang.String for use in RuntimeString.

    This basically means adding an initial parameter of type java.lang.String, which is the this parameter.

    Definition Classes
    JSEncoding
  40. def encodeStaticMemberSym(sym: scala.tools.nsc.Global.Symbol)(implicit pos: scala.tools.nsc.Global.Position): Ident

    Definition Classes
    JSEncoding
  41. final def enteringPhase[T](ph: Phase)(op: ⇒ T): T

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  42. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  44. final def exitingPhase[T](ph: Phase)(op: ⇒ T): T

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  45. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. def foreignIsImplClass(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    JSEncoding
  47. def freshLocalIdent(base: String)(implicit pos: Position): Ident

    Definition Classes
    JSEncoding
  48. def freshLocalIdent()(implicit pos: Position): Ident

    Definition Classes
    JSEncoding
  49. def genIRFile(cunit: scala.tools.nsc.Global.CompilationUnit, sym: scala.tools.nsc.Global.Symbol, tree: ClassDef, classInfo: ClassInfo): Unit

    Definition Classes
    GenJSFiles
  50. def generatedJSAST(clDefs: List[Tree]): Unit

    testing: this will be called when ASTs are generated

    testing: this will be called when ASTs are generated

    Definition Classes
    GenCodeComponentGenJSCode
  51. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  52. val global: ScalaJSPlugin.global.type

    Definition Classes
    GenCodeComponentCompat210Component → SubComponent
  53. def hashCode(): Int

    Definition Classes
    SubComponent → AnyRef → Any
  54. implicit def implicitPos2irPos(implicit pos: scala.tools.nsc.Global.Position): Position

    Materialize implicitly an ir.

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

    Definition Classes
    GenJSCode
  55. final val internal: Boolean(false)

    Definition Classes
    PluginComponent → SubComponent
  56. lazy val isHijackedBoxedClass: Set[scala.tools.nsc.Global.Symbol]

    Attributes
    protected
    Definition Classes
    GenJSCode
  57. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  58. def isRawJSType(tpe: scala.tools.nsc.Global.Type): Boolean

    Tests whether the given type represents a raw JavaScript type, i.

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

    Definition Classes
    GenJSCode
  59. def isScalaJSDefinedJSClass(sym: scala.tools.nsc.Global.Symbol): Boolean

    Tests whether the given class is a Scala.

    Tests whether the given class is a Scala.js-defined JS class.

    Definition Classes
    GenJSCode
  60. def isStaticModule(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    GenJSCode
  61. val jsAddons: ScalaJSPlugin.jsAddons.type

    Definition Classes
    GenCodeComponentGenJSCode
  62. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. def needsModuleClassSuffix(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    JSEncoding
  64. def newPhase(p: Phase): StdPhase

    Definition Classes
    GenJSCode → SubComponent
  65. final def notify(): Unit

    Definition Classes
    AnyRef
  66. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  67. def ownPhase: Phase

    Definition Classes
    SubComponent
  68. val phaseName: String

    Definition Classes
    GenJSCode → SubComponent
  69. def phaseNewFlags: Long

    Definition Classes
    SubComponent
  70. def phaseNextFlags: Long

    Definition Classes
    SubComponent
  71. implicit def pos2irPos(pos: scala.tools.nsc.Global.Position): Position

    Implicit conversion from nsc Position to ir.

    Implicit conversion from nsc Position to ir.Position.

    Definition Classes
    GenJSCode
  72. lazy val primitiveTypeMap: Map[scala.tools.nsc.Global.Symbol, TypeKind]

    TypeKinds for Scala primitive types.

    TypeKinds for Scala primitive types.

    Definition Classes
    TypeKinds
  73. final def repeatedToSingle(t: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  74. val runsAfter: List[String]

    Definition Classes
    GenCodeComponent → SubComponent
  75. val runsBefore: List[String]

    Definition Classes
    GenCodeComponent → SubComponent
  76. val runsRightAfter: Option[String]

    Definition Classes
    PluginComponent → SubComponent
  77. val scalaJSOpts: ScalaJSPlugin.scalaJSOpts.type

    Definition Classes
    GenCodeComponentGenJSCode
  78. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  79. def toIRType(t: scala.tools.nsc.Global.Type): Type

    Definition Classes
    TypeKinds
  80. def toReferenceType(t: scala.tools.nsc.Global.Type): ReferenceType

    Definition Classes
    TypeKinds
  81. def toString(): String

    Definition Classes
    AnyRef → Any
  82. def toTypeKind(t: scala.tools.nsc.Global.Type): TypeKind

    Return the TypeKind of the given type

    Return the TypeKind of the given type

    Call to .normalize fixes #3003 (follow type aliases). Otherwise, arrayOrClassType below would return ObjectReference.

    Definition Classes
    TypeKinds
  83. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. def withNewLocalNameScope[A](body: ⇒ A): A

    Definition Classes
    JSEncoding

Inherited from GenJSCode

Inherited from Compat210Component

Inherited from GenJSFiles

Inherited from GenJSExports

Inherited from JSEncoding

Inherited from TypeKinds

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped