Packages

object nirGen extends NirGenPhase[global.type]

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

Type Members

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

Value Members

  1. object SAMFunctionAttachCompat
    Definition Classes
    NirCompat
  2. object SAMFunctionAttachCompatDef
    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 SAMFunctionCompat: tools.nsc.Global.SAMFunction.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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val curClassFresh: ScopedVar[Fresh]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  14. val curClassSym: ScopedVar[tools.nsc.Global.Symbol]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  15. val curFresh: ScopedVar[Fresh]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  16. val curMethodEnv: ScopedVar[MethodEnv]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  17. val curMethodInfo: ScopedVar[CollectMethodInfo]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  18. val curMethodIsExtern: ScopedVar[Boolean]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  19. val curMethodSig: ScopedVar[Type]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  20. val curMethodSym: ScopedVar[tools.nsc.Global.Symbol]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  21. val curMethodThis: ScopedVar[Option[Val]]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  22. val curStatBuffer: ScopedVar[StatBuffer]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  23. val curUnwindHandler: ScopedVar[Option[Local]]
    Attributes
    protected
    Definition Classes
    NirGenPhase
  24. def description: String
    Definition Classes
    PluginComponent
  25. def enabled: Boolean
    Definition Classes
    SubComponent
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def genAnonName(owner: tools.nsc.Global.Symbol, anon: tools.nsc.Global.Symbol): Member
    Definition Classes
    NirGenName
  29. def genArrayCode(st: SimpleType): Char
    Definition Classes
    NirGenType
  30. def genBoxType(st: SimpleType): Type
    Definition Classes
    NirGenType
  31. def genExternMethodSig(sym: tools.nsc.Global.Symbol): nir.Type.Function
    Definition Classes
    NirGenType
  32. def genExternType(st: SimpleType): Type
    Definition Classes
    NirGenType
  33. def genFieldName(sym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  34. def genFuncPtrExternForwarderName(ownerSym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  35. def genIRFile(path: Path, defns: Seq[Defn]): Unit
    Definition Classes
    NirGenFile
  36. def genMethodName(sym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  37. def genMethodSig(sym: tools.nsc.Global.Symbol): nir.Type.Function
    Definition Classes
    NirGenType
  38. def genModuleName(sym: tools.nsc.Global.Symbol): Top
    Definition Classes
    NirGenName
  39. def genName(sym: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  40. def genParamSyms(dd: tools.nsc.Global.DefDef, isStatic: Boolean): Seq[Option[tools.nsc.Global.Symbol]]
    Definition Classes
    NirGenUtil
  41. def genPathFor(cunit: tools.nsc.Global.CompilationUnit, id: String): Path
    Definition Classes
    NirGenFile
  42. def genPathFor(cunit: tools.nsc.Global.CompilationUnit, ownerName: Global): Path
    Definition Classes
    NirGenFile
  43. def genPrimCode(st: SimpleType): Char
    Definition Classes
    NirGenType
  44. def genRefType(st: SimpleType): Type
    Definition Classes
    NirGenType
  45. def genStaticMemberName(sym: tools.nsc.Global.Symbol, explicitOwner: tools.nsc.Global.Symbol): Global
    Definition Classes
    NirGenName
  46. def genStruct(st: SimpleType): Type
    Definition Classes
    NirGenType
  47. def genStructFields(st: SimpleType): Seq[Type]
    Definition Classes
    NirGenType
  48. def genType(st: SimpleType): Type
    Definition Classes
    NirGenType
  49. def genTypeName(sym: tools.nsc.Global.Symbol): Top
    Definition Classes
    NirGenName
  50. def genTypeValue(st: SimpleType): Val
    Definition Classes
    NirGenType
  51. val generatedStaticForwarderClasses: Map[tools.nsc.Global.Symbol, StaticForwarderClass]
    Attributes
    protected
    Definition Classes
    NirGenStat
  52. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. val global: ScalaNativePlugin.global.type
    Definition Classes
    NirGenPhaseNirPhase → SubComponent
  54. def hashCode(): Int
    Definition Classes
    SubComponent → AnyRef → Any
  55. val initial: Boolean
    Definition Classes
    SubComponent
  56. final val internal: Boolean(false)
    Definition Classes
    PluginComponent → SubComponent
  57. def isImplClass(sym: tools.nsc.Global.Symbol): Boolean
    Definition Classes
    NirCompat
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. val isScala211: Boolean
    Attributes
    protected
    Definition Classes
    NirGenStat
  60. def isStaticModule(sym: tools.nsc.Global.Symbol): Boolean
    Definition Classes
    NirGenStat
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def newPhase(prev: Phase): StdPhase
    Definition Classes
    NirGenPhase → SubComponent
  63. 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
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  66. def ownPhase: Phase
    Definition Classes
    SubComponent
  67. val phaseName: String
    Definition Classes
    NirGenPhase → SubComponent
  68. def phaseNewFlags: Long
    Definition Classes
    SubComponent
  69. def phaseNextFlags: Long
    Definition Classes
    SubComponent
  70. val reflectiveInstantiationInfo: UnrolledBuffer[ReflectiveInstantiationBuffer]
    Definition Classes
    NirGenStat
  71. val requires: List[String]
    Definition Classes
    SubComponent
  72. val runsAfter: collection.immutable.List[String]
    Definition Classes
    nirGen → SubComponent
  73. val runsBefore: collection.immutable.List[String]
    Definition Classes
    nirGen → SubComponent
  74. val runsRightAfter: Option[String]
    Definition Classes
    PluginComponent → SubComponent
  75. val scalaNativeOpts: ScalaNativePlugin.scalaNativeOpts.type
    Definition Classes
    nirGenNirPhase
  76. lazy val scalaUsesImplClasses: Boolean
    Definition Classes
    NirCompat
  77. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  78. val terminal: Boolean
    Definition Classes
    SubComponent
  79. implicit def toNirPosition(pos: tools.nsc.Global.Position): Position
    Attributes
    protected
    Definition Classes
    NirGenPhase
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. def unwind(implicit fresh: Fresh): Next
    Attributes
    protected
    Definition Classes
    NirGenPhase
  82. def unwrapClassTag(tree: tools.nsc.Global.Tree): tools.nsc.Global.Symbol
    Definition Classes
    NirGenUtil
  83. def unwrapClassTagOption(tree: tools.nsc.Global.Tree): Option[tools.nsc.Global.Symbol]
    Definition Classes
    NirGenUtil
  84. def unwrapTag(tree: tools.nsc.Global.Tree): SimpleType
    Definition Classes
    NirGenUtil
  85. def unwrapTagOption(tree: tools.nsc.Global.Tree): Option[SimpleType]
    Definition Classes
    NirGenUtil
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  88. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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