Class

scala.scalanative.nscplugin

NirGenPhase

Related Doc: package nscplugin

Permalink

abstract class NirGenPhase extends PluginComponent with NirGenStat with NirGenExpr with NirGenUtil with NirGenFile with NirGenType with NirGenName

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

Instance Constructors

  1. new NirGenPhase()

    Permalink

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
  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

Abstract Value Members

  1. abstract val global: Global

    Permalink
    Definition Classes
    SubComponent
  2. abstract val nirAddons: NirGlobalAddons { val global: NirGenPhase.this.global.type }

    Permalink
  3. abstract val runsAfter: List[String]

    Permalink
    Definition Classes
    SubComponent

Concrete 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
  15. val curClassSym: ScopedVar[tools.nsc.Global.Symbol]

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  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. def hashCode(): Int

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

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

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

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

    Permalink
    Attributes
    protected
  56. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    NirGenPhase → SubComponent
  58. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  60. def ownPhase: Phase

    Permalink
    Definition Classes
    SubComponent
  61. val phaseName: String

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

    Permalink
    Definition Classes
    SubComponent
  63. def phaseNextFlags: Long

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

    Permalink
    Definition Classes
    SubComponent
  65. val runsBefore: List[String]

    Permalink
    Definition Classes
    SubComponent
  66. val runsRightAfter: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  68. val terminal: Boolean

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

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

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

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

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

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

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

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

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