scala.tools.nsc.backend.jvm

BCodeIdiomatic

abstract class BCodeIdiomatic extends SubComponent

Source
BCodeIdiomatic.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BCodeIdiomatic
  2. SubComponent
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BCodeIdiomatic()

Type Members

  1. implicit class InsnIterInsnList extends AnyRef

  2. implicit class InsnIterMethodNode extends AnyRef

  3. abstract class JCodeMethodN extends AnyRef

  4. class LabelDefsFinder extends Global.Traverser

  5. abstract class StdPhase extends GlobalPhase

    A standard phase template

    A standard phase template

    Definition Classes
    SubComponent

Abstract Value Members

  1. abstract val global: Global

    The global environment; overridden by instantiation in Global.

    The global environment; overridden by instantiation in Global.

    Definition Classes
    SubComponent
  2. abstract def newPhase(prev: Phase): Phase

    The phase factory

    The phase factory

    Definition Classes
    SubComponent
  3. abstract val phaseName: String

    The name of the phase

    The name of the phase

    Definition Classes
    SubComponent
  4. abstract val runsAfter: List[String]

    Names of phases that must run before this phase.

    Names of phases that must run before this phase.

    Definition Classes
    SubComponent
  5. abstract val runsRightAfter: Option[String]

    Name of the phase that this phase must follow immediately.

    Name of the phase that this phase must follow immediately.

    Definition Classes
    SubComponent

Concrete Value Members

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  6. val CLASS_CONSTRUCTOR_NAME: String

  7. val EMPTY_BTYPE_ARRAY: Array[BTypesFromSymbols.BType]

  8. val EMPTY_INT_ARRAY: Array[Int]

  9. val EMPTY_LABEL_ARRAY: Array[Label]

  10. val EMPTY_STRING_ARRAY: Array[String]

  11. val INSTANCE_CONSTRUCTOR_NAME: String

  12. object JCodeMethodN

  13. val StringBuilderClassName: String

  14. final def afterOwnPhase[T](op: ⇒ T): T

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

    Definition Classes
    Any
  16. val bTypes: BTypesFromSymbols[global.type]

  17. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  18. val classfileVersion: Int

  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def coercionFrom(code: Int): BTypesFromSymbols.BType

  21. final def coercionTo(code: Int): BTypesFromSymbols.BType

  22. val emitStackMapFrame: Boolean

  23. def enabled: Boolean

    Is this component enabled? Default is true.

    Is this component enabled? Default is true.

    Definition Classes
    SubComponent
  24. def ensuring(cond: (BCodeIdiomatic) ⇒ Boolean, msg: ⇒ Any): BCodeIdiomatic

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  30. val extraProc: Int

  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    Definition Classes
    SubComponent → AnyRef → Any
  35. val initial: Boolean

    True if this phase runs before all other phases.

    True if this phase runs before all other phases. Usually, parser.

    Definition Classes
    SubComponent
  36. val internal: Boolean

    True if this phase is not provided by a plug-in.

    True if this phase is not provided by a plug-in.

    Definition Classes
    SubComponent
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. val majorVersion: Int

  39. final def mkArray(xs: List[Label]): Array[Label]

  40. final def mkArray(xs: List[String]): Array[String]

  41. final def mkArray(xs: List[BTypesFromSymbols.BType]): Array[BTypesFromSymbols.BType]

  42. final def mkArrayReverse(xs: List[Int]): Array[Int]

  43. final def mkArrayReverse(xs: List[String]): Array[String]

  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  47. def ownPhase: Phase

    The phase corresponding to this subcomponent in the current compiler run

    The phase corresponding to this subcomponent in the current compiler run

    Definition Classes
    SubComponent
  48. def phaseNewFlags: Long

    New flags defined by the phase which are not valid before

    New flags defined by the phase which are not valid before

    Definition Classes
    SubComponent
  49. def phaseNextFlags: Long

    New flags defined by the phase which are not valid until immediately after it

    New flags defined by the phase which are not valid until immediately after it

    Definition Classes
    SubComponent
  50. val requires: List[String]

    Names of phases required by this component.

    Names of phases required by this component. Default is Nil.

    Definition Classes
    SubComponent
  51. val runsBefore: List[String]

    Names of phases that must run after this phase.

    Names of phases that must run after this phase. Default is Nil.

    Definition Classes
    SubComponent
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. val terminal: Boolean

    True if this phase runs after all other phases.

    True if this phase runs after all other phases. Usually, terminal.

    Definition Classes
    SubComponent
  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def [B](y: B): (BCodeIdiomatic, B)

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

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped