scala.tools.nsc.backend.jvm.BCodeGlue

BType

final class BType extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BType
  2. AnyRef
  3. 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 BType(sort: Int, off: Int, len: Int)

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 BType to StringAdd[BType] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (BType, B)

    Implicit information
    This member is added by an implicit conversion from BType to ArrowAssoc[BType] 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def convertFormalParamPosToLocalVarIdx(paramPos: Int, isInstanceMethod: Boolean): Int

  11. def convertLocalVarIdxToFormalParamPos(localIdx: Int, isInstanceMethod: Boolean): Int

  12. def ensuring(cond: (BType) ⇒ Boolean, msg: ⇒ Any): BType

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

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

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

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

    Definition Classes
    AnyRef
  17. def equals(o: Any): Boolean

    Definition Classes
    BType → AnyRef → Any
  18. def finalize(): Unit

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

    Implicit information
    This member is added by an implicit conversion from BType to StringFormat[BType] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. def getArgumentCount: Int

  21. def getArgumentTypes: Array[BType]

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getComponentType: BType

  24. def getDescriptor: String

  25. def getDimensions: Int

  26. def getElementType: BType

  27. def getInternalName: String

  28. def getOpcode(opcode: Int): Int

  29. def getReturnType: BType

  30. def getRuntimePackage: String

  31. def getSimpleName: String

  32. def getSize: Int

  33. def hasObjectSort: Boolean

  34. def hashCode(): Int

    Definition Classes
    BType → AnyRef → Any
  35. def isArray: Boolean

  36. def isBoxed: Boolean

  37. def isCapturedCellRef: Boolean

  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. def isIntSizedType: Boolean

  40. def isIntegralType: Boolean

  41. def isNonSpecial: Boolean

  42. def isNonUnitValueType: Boolean

  43. def isNothingType: Boolean

  44. def isNullType: Boolean

  45. def isNumericType: Boolean

  46. def isPhantomType: Boolean

  47. def isPrimitiveOrVoid: Boolean

  48. def isRealType: Boolean

  49. def isRefOrArrayType: Boolean

  50. def isUnitType: Boolean

  51. def isValueType: Boolean

  52. def isWideType: Boolean

  53. val len: Int

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

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

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

    Definition Classes
    AnyRef
  57. val off: Int

  58. val sort: Int

  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. def toASMType: Type

  61. def toString(): String

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from BType to StringAdd[BType]

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

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

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

Ungrouped