Object

scala.scalanative.nscplugin.NirPlugin

nirGen

Related Doc: package NirPlugin

Permalink

object nirGen extends NirGenPhase

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

Type Members

  1. class CollectMethodInfo extends tools.nsc.Global.Traverser

    Permalink
    Definition Classes
    NirGenStat
  2. final case class ContTree(f: () ⇒ Val) extends tools.nsc.Global.Tree with Product with Serializable

    Permalink
    Definition Classes
    NirGenExpr
  3. class ExprBuffer extends NirGenPhase.FixupBuffer

    Permalink
    Definition Classes
    NirGenExpr
  4. class FixupBuffer extends Buffer

    Permalink
    Definition Classes
    NirGenExpr
  5. class MethodEnv extends AnyRef

    Permalink
    Definition Classes
    NirGenStat
  6. class NirCodePhase extends StdPhase

    Permalink
    Definition Classes
    NirGenPhase
  7. final case class SimpleType(sym: tools.nsc.Global.Symbol, targs: Seq[NirGenPhase.SimpleType] = Seq.empty) extends Product with Serializable

    Permalink
    Definition Classes
    NirGenType
  8. class StatBuffer extends AnyRef

    Permalink
    Definition Classes
    NirGenStat
  9. abstract class StdPhase extends GlobalPhase

    Permalink
    Definition Classes
    SubComponent
  10. final case class ValTree(value: Val) extends tools.nsc.Global.Tree with Product with Serializable

    Permalink
    Definition Classes
    NirGenExpr

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object CVararg

    Permalink
    Definition Classes
    NirGenUtil
  5. object ExternForwarder

    Permalink
    Definition Classes
    NirGenUtil
  6. object MaybeAsInstanceOf

    Permalink
    Definition Classes
    NirGenUtil
  7. object MaybeBlock

    Permalink
    Definition Classes
    NirGenUtil
  8. object SimpleType extends Serializable

    Permalink
    Definition Classes
    NirGenType
  9. object WrapArray

    Permalink
    Definition Classes
    NirGenUtil
  10. final def afterOwnPhase[T](op: ⇒ T): T

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def consumeLazyAnonDef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.ClassDef

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  15. val curClassSym: ScopedVar[tools.nsc.Global.Symbol]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  16. val curFresh: ScopedVar[Fresh]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  17. val curLazyAnonDefs: ScopedVar[Map[tools.nsc.Global.Symbol, tools.nsc.Global.ClassDef]]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  18. val curMethodEnv: ScopedVar[MethodEnv]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  19. val curMethodInfo: ScopedVar[CollectMethodInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  20. val curMethodSym: ScopedVar[tools.nsc.Global.Symbol]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  21. val curMethodThis: ScopedVar[Option[Val]]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  22. val curStatBuffer: ScopedVar[StatBuffer]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  23. val curUnwind: ScopedVar[Next]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  24. def description: String

    Permalink
    Definition Classes
    PluginComponent
  25. def enabled: Boolean

    Permalink
    Definition Classes
    SubComponent
  26. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def genAnonName(owner: tools.nsc.Global.Symbol, anon: tools.nsc.Global.Symbol): Global

    Permalink
    Definition Classes
    NirGenName
  30. def genArrayCode(st: SimpleType): Char

    Permalink
    Definition Classes
    NirGenType
  31. def genBoxType(st: SimpleType): Type

    Permalink
    Definition Classes
    NirGenType
  32. def genCArrayType(st: SimpleType): Type

    Permalink
    Definition Classes
    NirGenType
  33. def genFieldName(sym: tools.nsc.Global.Symbol): Global

    Permalink
    Definition Classes
    NirGenName
  34. def genIRFile(path: Path, defns: Seq[Defn]): Unit

    Permalink
    Definition Classes
    NirGenFile
  35. def genMethodName(sym: tools.nsc.Global.Symbol): Global

    Permalink
    Definition Classes
    NirGenName
  36. def genMethodSig(sym: tools.nsc.Global.Symbol, forceStatic: Boolean = false): nir.Type.Function

    Permalink
    Definition Classes
    NirGenType
  37. def genMethodSigParams(sym: tools.nsc.Global.Symbol): Seq[Type]

    Permalink
    Definition Classes
    NirGenType
  38. def genMethodSignature(sym: tools.nsc.Global.Symbol): String

    Permalink
    Definition Classes
    NirGenName
  39. def genName(sym: tools.nsc.Global.Symbol): Global

    Permalink
    Definition Classes
    NirGenName
  40. def genNatType(st: SimpleType): Int

    Permalink
    Definition Classes
    NirGenType
  41. def genParamSyms(dd: tools.nsc.Global.DefDef, isStatic: Boolean): Seq[Option[tools.nsc.Global.Symbol]]

    Permalink
    Definition Classes
    NirGenUtil
  42. def genPathFor(cunit: tools.nsc.Global.CompilationUnit, sym: tools.nsc.Global.Symbol): Path

    Permalink
    Definition Classes
    NirGenFile
  43. def genPrimCode(st: SimpleType): Char

    Permalink
    Definition Classes
    NirGenType
  44. def genRefType(st: SimpleType): Type

    Permalink
    Definition Classes
    NirGenType
  45. def genStruct(st: SimpleType): Type

    Permalink
    Definition Classes
    NirGenType
  46. def genStructFields(st: SimpleType): Seq[Type]

    Permalink
    Definition Classes
    NirGenType
  47. def genType(st: SimpleType, box: Boolean): Type

    Permalink
    Definition Classes
    NirGenType
  48. def genTypeName(sym: tools.nsc.Global.Symbol): Global

    Permalink
    Definition Classes
    NirGenName
  49. def genTypeValue(st: SimpleType): Val

    Permalink
    Definition Classes
    NirGenType
  50. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  51. val global: NirPlugin.global.type

    Permalink
    Definition Classes
    nirGen → SubComponent
  52. def hashCode(): Int

    Permalink
    Definition Classes
    SubComponent → AnyRef → Any
  53. val initial: Boolean

    Permalink
    Definition Classes
    SubComponent
  54. final val internal: Boolean(false)

    Permalink
    Definition Classes
    PluginComponent → SubComponent
  55. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  56. def lazyAnonDefs: Map[tools.nsc.Global.Symbol, tools.nsc.Global.ClassDef]

    Permalink
    Attributes
    protected
    Definition Classes
    NirGenPhase
  57. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  58. def newPhase(prev: Phase): StdPhase

    Permalink
    Definition Classes
    NirGenPhase → SubComponent
  59. val nirAddons: NirPlugin.nirAddons.type

    Permalink
    Definition Classes
    nirGenNirGenPhase
  60. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. def ownPhase: Phase

    Permalink
    Definition Classes
    SubComponent
  63. val phaseName: String

    Permalink
    Definition Classes
    NirGenPhase → SubComponent
  64. def phaseNewFlags: Long

    Permalink
    Definition Classes
    SubComponent
  65. def phaseNextFlags: Long

    Permalink
    Definition Classes
    SubComponent
  66. val requires: List[String]

    Permalink
    Definition Classes
    SubComponent
  67. val runsAfter: collection.immutable.List[String]

    Permalink
    Definition Classes
    nirGen → SubComponent
  68. val runsBefore: collection.immutable.List[String]

    Permalink
    Definition Classes
    nirGen → SubComponent
  69. val runsRightAfter: Option[String]

    Permalink
    Definition Classes
    PluginComponent → SubComponent
  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  71. val terminal: Boolean

    Permalink
    Definition Classes
    SubComponent
  72. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  73. def unwrapClassTagOption(tree: tools.nsc.Global.Tree): Option[tools.nsc.Global.Symbol]

    Permalink
    Definition Classes
    NirGenUtil
  74. def unwrapTag(tree: tools.nsc.Global.Tree): SimpleType

    Permalink
    Definition Classes
    NirGenUtil
  75. def unwrapTagOption(tree: tools.nsc.Global.Tree): Option[SimpleType]

    Permalink
    Definition Classes
    NirGenUtil
  76. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NirGenPhase

Inherited from NirGenName

Inherited from NirGenType

Inherited from NirGenFile

Inherited from NirGenUtil

Inherited from NirGenExpr

Inherited from NirGenStat

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped