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 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 BType(sort: Int, off: Int, len: Int)

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 BType to any2stringadd[BType] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. 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
  9. 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
  10. 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
  11. 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
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. 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()
  16. def getArgumentTypes: Array[BType]

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

    Definition Classes
    AnyRef → Any
  18. def getComponentType: BType

  19. def getDescriptor: String

  20. def getDimensions: Int

  21. def getElementType: BType

  22. def getInternalName: String

  23. def getOpcode(opcode: Int): Int

  24. def getReturnType: BType

  25. def getSimpleName: String

  26. def getSize: Int

  27. def hasObjectSort: Boolean

  28. def hashCode(): Int

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

  30. def isBoxed: Boolean

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isIntSizedType: Boolean

  33. def isIntegralType: Boolean

  34. def isNonSpecial: Boolean

  35. def isNonUnitValueType: Boolean

  36. def isNothingType: Boolean

  37. def isNullType: Boolean

  38. def isNumericType: Boolean

  39. def isPhantomType: Boolean

  40. def isPrimitiveOrVoid: Boolean

  41. def isRealType: Boolean

  42. def isRefOrArrayType: Boolean

  43. def isUnitType: Boolean

  44. def isValueType: Boolean

  45. def isWideType: Boolean

  46. val len: Int

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

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

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

    Definition Classes
    AnyRef
  50. val off: Int

  51. val sort: Int

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

    Definition Classes
    AnyRef
  53. def toASMType: Type

  54. def toString(): String

    Definition Classes
    BType → 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): (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 any2stringadd from BType to any2stringadd[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