scala.tools.nsc.backend.jvm.BCodeGlue

BType

object BType

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val ARRAY: Int

  5. val BOOLEAN: Int

  6. val BOOLEAN_TYPE: BType

  7. val BYTE: Int

  8. val BYTE_TYPE: BType

  9. val CHAR: Int

  10. val CHAR_TYPE: BType

  11. val DOUBLE: Int

  12. val DOUBLE_TYPE: BType

  13. val FLOAT: Int

  14. val FLOAT_TYPE: BType

  15. val INT: Int

  16. val INT_TYPE: BType

  17. val LONG: Int

  18. val LONG_TYPE: BType

  19. val METHOD: Int

  20. val OBJECT: Int

  21. val SHORT: Int

  22. val SHORT_TYPE: BType

  23. val VOID: Int

  24. val VOID_TYPE: BType

  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def getMethodDescriptor(returnType: BType, argumentTypes: Array[BType]): String

  32. def getMethodType(returnType: BType, argumentTypes: Array[BType]): BType

  33. def getMethodType(methodDescriptor: String): BType

  34. def getObjectType(index: Int, length: Int): BType

  35. def getReturnType(methodDescriptor: String): BType

  36. def getType(off: Int): BType

  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped