scala.tools.nsc.backend.jvm

BCodeIdiomatic

abstract class BCodeIdiomatic extends BCodeGlue

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BCodeIdiomatic
  2. BCodeGlue
  3. SubComponent
  4. AnyRef
  5. Any
Implicitly
  1. by StringAdd
  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. final class BType extends AnyRef

    Definition Classes
    BCodeGlue
  2. implicit class InsnIterInsnList extends AnyRef

  3. implicit class InsnIterMethodNode extends AnyRef

  4. abstract class JCodeMethodN extends AnyRef

  5. class LabelDefsFinder extends Global.Traverser

  6. implicit class MethodIterClassNode extends AnyRef

  7. case class MethodNameAndType(mname: String, mdesc: String) extends Product with Serializable

    Definition Classes
    BCodeGlue
  8. abstract class StdPhase extends GlobalPhase

    A standard phase template

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]

    List of phase names, this phase should run after

    List of phase names, this phase should run after

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

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Definition Classes
    SubComponent

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Implicit information
    This member is added by an implicit conversion from BCodeIdiomatic to StringAdd[BCodeIdiomatic] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. 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()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val AnyRefReference: BType

  9. val BOOL: BType

    Definition Classes
    BCodeGlue
  10. val BOXED_BOOLEAN: BType

    Definition Classes
    BCodeGlue
  11. val BOXED_BYTE: BType

    Definition Classes
    BCodeGlue
  12. val BOXED_CHAR: BType

    Definition Classes
    BCodeGlue
  13. val BOXED_DOUBLE: BType

    Definition Classes
    BCodeGlue
  14. val BOXED_FLOAT: BType

    Definition Classes
    BCodeGlue
  15. val BOXED_INT: BType

    Definition Classes
    BCodeGlue
  16. val BOXED_LONG: BType

    Definition Classes
    BCodeGlue
  17. val BOXED_SHORT: BType

    Definition Classes
    BCodeGlue
  18. val BOXED_UNIT: BType

    Definition Classes
    BCodeGlue
  19. object BType

    Definition Classes
    BCodeGlue
  20. val BYTE: BType

    Definition Classes
    BCodeGlue
  21. val CHAR: BType

    Definition Classes
    BCodeGlue
  22. val CLASS_CONSTRUCTOR_NAME: String

  23. val CT_NOTHING: BType

    Definition Classes
    BCodeGlue
  24. val CT_NULL: BType

    Definition Classes
    BCodeGlue
  25. val DOUBLE: BType

    Definition Classes
    BCodeGlue
  26. val EMPTY_BTYPE_ARRAY: Array[BType]

  27. val EMPTY_INT_ARRAY: Array[Int]

  28. val EMPTY_LABEL_ARRAY: Array[Label]

  29. val EMPTY_STRING_ARRAY: Array[String]

  30. val FLOAT: BType

    Definition Classes
    BCodeGlue
  31. val INSTANCE_CONSTRUCTOR_NAME: String

  32. val INT: BType

    Definition Classes
    BCodeGlue
  33. val JAVA_LANG_OBJECT: BType

  34. val JAVA_LANG_STRING: BType

  35. object JCodeMethodN

  36. val LONG: BType

    Definition Classes
    BCodeGlue
  37. val ObjectReference: BType

  38. val RT_NOTHING: BType

    Definition Classes
    BCodeGlue
  39. val RT_NULL: BType

    Definition Classes
    BCodeGlue
  40. val SHORT: BType

    Definition Classes
    BCodeGlue
  41. val StringBuilderClassName: String

  42. var StringBuilderReference: BType

  43. val UNIT: BType

    Definition Classes
    BCodeGlue
  44. final def afterOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  45. def allDifferent[ElemType](xs: Iterable[ElemType]): Boolean

  46. final def arrayN(elem: BType, dims: Int): BType

  47. final def arrayOf(elem: BType): BType

  48. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  49. val asmBoxTo: Map[BType, MethodNameAndType]

    Definition Classes
    BCodeGlue
  50. val asmUnboxTo: Map[BType, MethodNameAndType]

    Definition Classes
    BCodeGlue
  51. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  52. def brefType(iname: Global.TypeName): BType

    Definition Classes
    BCodeGlue
  53. def brefType(iname: String): BType

    Definition Classes
    BCodeGlue
  54. val classLiteral: Map[BType, BType]

    Definition Classes
    BCodeGlue
  55. val classfileVersion: Int

  56. def clone(): AnyRef

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

  58. final def coercionTo(code: Int): BType

  59. def descrToBType(typeDescriptor: String): BType

    Definition Classes
    BCodeGlue
  60. val emitStackMapFrame: Boolean

  61. 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
  62. 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
  63. 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
  64. 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
  65. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  67. val extraProc: Int

  68. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. 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()
  70. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  71. 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
  72. val internal: Boolean

    Internal flag to tell external from internal phases

    Internal flag to tell external from internal phases

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

    Definition Classes
    Any
  74. def lookupRefBType(iname: String): BType

    Definition Classes
    BCodeGlue
  75. def lookupRefBTypeIfExisting(iname: String): BType

    Definition Classes
    BCodeGlue
  76. val majorVersion: Int

  77. final def mkArray(xs: List[Int]): Array[Int]

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

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

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

  81. final def mkArrayReverse(xs: List[Label]): Array[Label]

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

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

  84. def mkFlags(args: Int*): Int

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

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

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

    Definition Classes
    AnyRef
  88. val objArrayReference: BType

  89. 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
  90. 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
  91. 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
  92. val runsBefore: List[String]

    List of phase names, this phase should run before

    List of phase names, this phase should run before

    Definition Classes
    SubComponent
  93. val srBooleanRef: BType

    Definition Classes
    BCodeGlue
  94. val srByteRef: BType

    Definition Classes
    BCodeGlue
  95. val srCharRef: BType

    Definition Classes
    BCodeGlue
  96. val srDoubleRef: BType

    Definition Classes
    BCodeGlue
  97. val srFloatRef: BType

    Definition Classes
    BCodeGlue
  98. val srIntRef: BType

    Definition Classes
    BCodeGlue
  99. val srLongRef: BType

    Definition Classes
    BCodeGlue
  100. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  101. def toBType(t: Type): BType

    Definition Classes
    BCodeGlue
  102. def toString(): String

    Definition Classes
    AnyRef → Any
  103. final val typeOfArrayOp: Map[Int, BType]

  104. def uniquify(names: List[String]): List[String]

  105. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. 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 BCodeGlue

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from BCodeIdiomatic to StringAdd[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