Class

scala.meta.internal.hosts.scalac.ScalahostGenBCode

ScalahostBCodePhase

Related Doc: package ScalahostGenBCode

Permalink

class ScalahostBCodePhase extends BCodePhase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalahostBCodePhase
  2. BCodePhase
  3. StdPhase
  4. GlobalPhase
  5. Phase
  6. AnyRef
  7. Any
Implicitly
  1. by XtensionShow
  2. by XtensionTokenizeContentLike
  3. by XtensionParseInputLike
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalahostBCodePhase(prev: Phase)

    Permalink

Type Members

  1. type Id = Int

    Permalink
    Definition Classes
    Phase
  2. case class Item1 extends Product with Serializable

    Permalink
    Definition Classes
    BCodePhase
  3. case class Item2 extends Product with Serializable

    Permalink
    Definition Classes
    BCodePhase
  4. case class Item3 extends Product with Serializable

    Permalink
    Definition Classes
    BCodePhase
  5. case class SubItem3 extends Product with Serializable

    Permalink
    Definition Classes
    BCodePhase
  6. class Worker1 extends AnyRef

    Permalink
  7. class Worker2 extends AnyRef

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to any2stringadd[ScalahostBCodePhase] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalahostBCodePhase, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to ArrowAssoc[ScalahostBCodePhase] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(cunit: tools.nsc.Global.CompilationUnit): Unit

    Permalink
    Definition Classes
    ScalahostBCodePhase → BCodePhase → GlobalPhase
  7. final def applyPhase(unit: tools.nsc.Global.CompilationUnit): Unit

    Permalink
    Definition Classes
    GlobalPhase
  8. var arrivalPos: Int

    Permalink
    Definition Classes
    BCodePhase
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def cancelled(unit: tools.nsc.Global.CompilationUnit): Boolean

    Permalink
    Definition Classes
    GlobalPhase
  11. def checkable: Boolean

    Permalink
    Definition Classes
    Phase
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def description: String

    Permalink
    Definition Classes
    ScalahostBCodePhase → BCodePhase → Phase
  14. def ensuring(cond: (ScalahostBCodePhase) ⇒ Boolean, msg: ⇒ Any): ScalahostBCodePhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to Ensuring[ScalahostBCodePhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ScalahostBCodePhase) ⇒ Boolean): ScalahostBCodePhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to Ensuring[ScalahostBCodePhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ScalahostBCodePhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to Ensuring[ScalahostBCodePhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ScalahostBCodePhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to Ensuring[ScalahostBCodePhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Phase → AnyRef → Any
  20. def erasedTypes: Boolean

    Permalink
    Definition Classes
    ScalahostBCodePhase → BCodePhase → GlobalPhase → Phase
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flagMask: Long

    Permalink
    Definition Classes
    Phase
  23. def flatClasses: Boolean

    Permalink
    Definition Classes
    GlobalPhase → Phase
  24. val fmask: Long

    Permalink
    Definition Classes
    Phase
  25. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to StringFormat[ScalahostBCodePhase] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hasNext: Boolean

    Permalink
    Definition Classes
    Phase
  28. def hashCode(): Int

    Permalink
    Definition Classes
    Phase → AnyRef → Any
  29. val id: Id

    Permalink
    Definition Classes
    Phase
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def iterator: collection.Iterator[Phase]

    Permalink
    Definition Classes
    Phase
  32. def keepsTypeParams: Boolean

    Permalink
    Definition Classes
    Phase
  33. def name: String

    Permalink
    Definition Classes
    ScalahostBCodePhase → BCodePhase → StdPhase → Phase
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def newFlags: Long

    Permalink
    Definition Classes
    StdPhase → Phase
  36. def next: Phase

    Permalink
    Definition Classes
    Phase
  37. def nextFlags: Long

    Permalink
    Definition Classes
    StdPhase → Phase
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. def parse[U](implicit convert: Convert[ScalahostBCodePhase, inputs.Input], dialect: Dialect, parse: Parse[U]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to meta.XtensionParseInputLike[ScalahostBCodePhase] performed by method XtensionParseInputLike in scala.meta.parsers.common.Api.
    Definition Classes
    XtensionParseInputLike
  41. val prev: Phase

    Permalink
    Definition Classes
    Phase
  42. def refChecked: Boolean

    Permalink
    Definition Classes
    GlobalPhase → Phase
  43. def run(): Unit

    Permalink

    The run method is overridden because the backend has a different data flow than the default phase: the backend does not transform compilation units one by one, but on all units in the same run.

    The run method is overridden because the backend has a different data flow than the default phase: the backend does not transform compilation units one by one, but on all units in the same run. This allows cross-unit optimizations and running some stages of the backend concurrently on multiple units.

    A run of the BCodePhase phase comprises:

    (a) set-up steps (most notably supporting maps in BCodeTypes, but also "the" writer where class files in byte-array form go)

    (b) building of ASM ClassNodes, their optimization and serialization.

    (c) tear down (closing the classfile-writer and clearing maps)

    Definition Classes
    ScalahostBCodePhase → BCodePhase → GlobalPhase → Phase
  44. def show[Style[X] <: Show[X]](implicit style: Style[ScalahostBCodePhase]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to meta.XtensionShow[ScalahostBCodePhase] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  45. def specialized: Boolean

    Permalink
    Definition Classes
    GlobalPhase → Phase
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    Phase → AnyRef → Any
  48. def tokens(implicit convert: Convert[ScalahostBCodePhase, inputs.Content], dialect: Dialect, tokenize: Tokenize): tokens.Tokens

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to meta.XtensionTokenizeContentLike[ScalahostBCodePhase] performed by method XtensionTokenizeContentLike in scala.meta.tokenizers.common.Api.
    Definition Classes
    XtensionTokenizeContentLike
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def withCurrentUnit(unit: tools.nsc.Global.CompilationUnit)(task: ⇒ Unit): Unit

    Permalink
    Definition Classes
    GlobalPhase
  53. def [B](y: B): (ScalahostBCodePhase, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostBCodePhase to ArrowAssoc[ScalahostBCodePhase] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from GlobalPhase

Inherited from Phase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionShow from ScalahostBCodePhase to meta.XtensionShow[ScalahostBCodePhase]

Inherited by implicit conversion XtensionTokenizeContentLike from ScalahostBCodePhase to meta.XtensionTokenizeContentLike[ScalahostBCodePhase]

Inherited by implicit conversion XtensionParseInputLike from ScalahostBCodePhase to meta.XtensionParseInputLike[ScalahostBCodePhase]

Inherited by implicit conversion any2stringadd from ScalahostBCodePhase to any2stringadd[ScalahostBCodePhase]

Inherited by implicit conversion StringFormat from ScalahostBCodePhase to StringFormat[ScalahostBCodePhase]

Inherited by implicit conversion Ensuring from ScalahostBCodePhase to Ensuring[ScalahostBCodePhase]

Inherited by implicit conversion ArrowAssoc from ScalahostBCodePhase to ArrowAssoc[ScalahostBCodePhase]

Ungrouped