Packages

object nirGen extends NirGenPhase[global.type]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nirGen
  2. NirGenPhase
  3. NirGenExports
  4. NirGenName
  5. NirGenType
  6. NirGenFile
  7. NirGenUtil
  8. NirGenExpr
  9. NirGenStat
  10. NirPhase
  11. NirCompat
  12. PluginComponent
  13. SubComponent
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class SAMFunctionCompatOps extends AnyRef
    Definition Classes
    NirCompat
  2. implicit final class SymbolCompat extends AnyRef
    Definition Classes
    NirCompat
  3. implicit final class TyperCompatOps extends AnyRef
    Definition Classes
    NirCompat
  4. case class ExportedSymbol(symbol: G.Symbol, defn: Define) extends Product with Serializable
    Definition Classes
    NirGenExports
  5. sealed case class ContTree(f: () => Val) extends G.Tree with Product with Serializable
    Definition Classes
    NirGenExpr
  6. class ExprBuffer extends NirGenPhase.FixupBuffer
    Definition Classes
    NirGenExpr
  7. class FixupBuffer extends Buffer
    Definition Classes
    NirGenExpr
  8. sealed case class ValTree(value: Val) extends G.Tree with Product with Serializable
    Definition Classes
    NirGenExpr
  9. class NirCodePhase extends StdPhase
    Definition Classes
    NirGenPhase
  10. class CollectMethodInfo extends G.Traverser
    Definition Classes
    NirGenStat
  11. class MethodEnv extends AnyRef
    Definition Classes
    NirGenStat
  12. case class MirrorClass(defn: Class, forwarders: Seq[Define]) extends Product with Serializable
    Attributes
    protected
    Definition Classes
    NirGenStat
  13. class StatBuffer extends AnyRef
    Definition Classes
    NirGenStat
  14. sealed case class SimpleType(sym: G.Symbol, targs: Seq[NirGenPhase.SimpleType] = Seq.empty) extends Product with Serializable
    Definition Classes
    NirGenType
  15. abstract class StdPhase extends GlobalPhase
    Definition Classes
    SubComponent

Value Members

  1. object AttachmentsCompat
    Definition Classes
    NirCompat
  2. object AttachmentsCompatDef
    Definition Classes
    NirCompat
  3. object LinktimeProperty
    Attributes
    protected
    Definition Classes
    NirGenStat
  4. object SimpleType extends java.io.Serializable
    Definition Classes
    NirGenType
  5. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ##: Int
    Definition Classes
    AnyRef → Any
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. lazy val DottyEnumSingletonCompat: tools.nsc.Global.DottyEnumSingleton.type
    Definition Classes
    NirCompat
  9. final def afterOwnPhase[T](op: => T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. final def beforeOwnPhase[T](op: => T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  12. val cachedMethodSig: Map[(tools.nsc.Global.Symbol, Boolean), nir.Type.Function]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val curClassFresh: ScopedVar[Fresh]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  15. val curClassSym: ScopedVar[tools.nsc.Global.Symbol]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  16. val curFresh: ScopedVar[Fresh]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  17. val curMethodEnv: ScopedVar[MethodEnv]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  18. val curMethodInfo: ScopedVar[CollectMethodInfo]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  19. val curMethodIsExtern: ScopedVar[Boolean]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  20. val curMethodSig: ScopedVar[Type]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  21. val curMethodSym: ScopedVar[tools.nsc.Global.Symbol]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  22. val curMethodThis: ScopedVar[Option[Val]]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  23. var curMethodUsesLinktimeResolvedValues: Boolean
    Attributes
    protected
    Definition Classes
    NirGenPhase
  24. val curStatBuffer: ScopedVar[StatBuffer]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  25. val curUnwindHandler: ScopedVar[Option[Local]]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  26. def description: String
    Definition Classes
    PluginComponent
  27. def enabled: Boolean
    Definition Classes
    SubComponent
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  31. def genAnonName(owner: tools.nsc.Global.Symbol, anon: tools.nsc.Global.Symbol): Member
    Definition Classes
    NirGenName
  32. def genArrayCode(st: SimpleType): Char
    Definition Classes
    NirGenType
  33. def genBoxType(st: SimpleType): Type
    Definition Classes
    NirGenType
  34. def genExternMethodSig(sym: tools.nsc.Global.Symbol): nir.Type.Function
    Definition Classes
    NirGenType
  35. def genExternSig(sym: tools.nsc.Global.Symbol): Extern
    Definition Classes
    NirGenName
  36. def genExternType(st: SimpleType): Type
    Definition Classes
    NirGenType
  37. def genFieldName(sym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  38. def genFuncPtrExternForwarderName(ownerSym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  39. def genIRFile(path: AbstractFile, defns: Seq[Defn]): Unit
    Definition Classes
    NirGenFile
  40. def genMethodName(sym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  41. def genMethodSig(sym: tools.nsc.Global.Symbol): nir.Type.Function
    Definition Classes
    NirGenType
  42. def genModuleName(sym: tools.nsc.Global.Symbol): Top
    Definition Classes
    NirGenName
  43. def genName(sym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  44. def genParamSyms(dd: tools.nsc.Global.DefDef, isStatic: Boolean): Seq[Option[tools.nsc.Global.Symbol]]
    Definition Classes
    NirGenUtil
  45. def genPathFor(cunit: tools.nsc.Global.CompilationUnit, ownerName: Global): AbstractFile
    Definition Classes
    NirGenFile
  46. def genPrimCode(st: SimpleType): Char
    Definition Classes
    NirGenType
  47. def genRefType(st: SimpleType): Type
    Definition Classes
    NirGenType
  48. def genStaticMemberName(sym: tools.nsc.Global.Symbol, explicitOwner: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  49. def genStruct(st: SimpleType): Type
    Definition Classes
    NirGenType
  50. def genStructFields(st: SimpleType): Seq[Type]
    Definition Classes
    NirGenType
  51. def genTopLevelExports(cd: tools.nsc.Global.ClassDef): Seq[Defn]
    Definition Classes
    NirGenExports
  52. def genType(st: SimpleType): Type
    Definition Classes
    NirGenType
  53. def genTypeName(sym: tools.nsc.Global.Symbol): Top
    Definition Classes
    NirGenName
  54. def genTypeValue(st: SimpleType): Val
    Definition Classes
    NirGenType
  55. val generatedMirrorClasses: Map[tools.nsc.Global.Symbol, MirrorClass]
    Attributes
    protected
    Definition Classes
    NirGenStat
  56. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. val global: ScalaNativePlugin.global.type
    Definition Classes
    NirGenPhaseNirPhase → SubComponent
  58. def hashCode(): Int
    Definition Classes
    SubComponent → AnyRef → Any
  59. val initial: Boolean
    Definition Classes
    SubComponent
  60. final val internal: Boolean(false)
    Definition Classes
    PluginComponent → SubComponent
  61. def isExported(s: tools.nsc.Global.Symbol): Boolean
    Definition Classes
    NirGenExports
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. def isStaticModule(sym: tools.nsc.Global.Symbol): Boolean
    Definition Classes
    NirGenStat
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. def newPhase(prev: Phase): StdPhase
    Definition Classes
    NirGenPhase → SubComponent
  66. val nirAddons: ScalaNativePlugin.nirAddons.type

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

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

    Definition Classes
    nirGenNirPhase
  67. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  68. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  69. def ownPhase: Phase
    Definition Classes
    SubComponent
  70. val phaseName: String
    Definition Classes
    NirGenPhase → SubComponent
  71. def phaseNewFlags: Long
    Definition Classes
    SubComponent
  72. def phaseNextFlags: Long
    Definition Classes
    SubComponent
  73. val reflectiveInstantiationInfo: UnrolledBuffer[ReflectiveInstantiationBuffer]
    Definition Classes
    NirGenStat
  74. val requires: List[String]
    Definition Classes
    SubComponent
  75. val runsAfter: collection.immutable.List[String]
    Definition Classes
    nirGen → SubComponent
  76. val runsBefore: collection.immutable.List[String]
    Definition Classes
    nirGen → SubComponent
  77. val runsRightAfter: Option[String]
    Definition Classes
    PluginComponent → SubComponent
  78. val scalaNativeOpts: ScalaNativePlugin.scalaNativeOpts.type
    Definition Classes
    nirGenNirPhase
  79. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  80. val terminal: Boolean
    Definition Classes
    SubComponent
  81. implicit def toNirPosition(pos: tools.nsc.Global.Position): Position
    Attributes
    protected
    Definition Classes
    NirGenPhase
  82. def toString(): String
    Definition Classes
    AnyRef → Any
  83. def unwind(implicit fresh: Fresh): Next
    Attributes
    protected
    Definition Classes
    NirGenPhase
  84. def unwrapClassTag(tree: tools.nsc.Global.Tree): tools.nsc.Global.Symbol
    Definition Classes
    NirGenUtil
  85. def unwrapClassTagOption(tree: tools.nsc.Global.Tree): Option[tools.nsc.Global.Symbol]
    Definition Classes
    NirGenUtil
  86. def unwrapTag(tree: tools.nsc.Global.Tree): SimpleType
    Definition Classes
    NirGenUtil
  87. def unwrapTagOption(tree: tools.nsc.Global.Tree): Option[SimpleType]
    Definition Classes
    NirGenUtil
  88. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  89. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  90. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from NirPhase[ScalaNativePlugin.global.type]

Inherited from NirCompat[ScalaNativePlugin.global.type]

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped