Packages

trait StandardTypes extends AnyRef

Defines standard types.

Source
StandardDefinitions.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardTypes
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val AnyRefTpe: Universe.Type

    The type of core type AnyRef.

  2. abstract val AnyTpe: Universe.Type

    The type of core type Any.

  3. abstract val AnyValTpe: Universe.Type

    The type of core type AnyVal.

  4. abstract val BooleanTpe: Universe.Type

    The type of primitive type Boolean.

  5. abstract val ByteTpe: Universe.Type

    The type of primitive type Byte.

  6. abstract val CharTpe: Universe.Type

    The type of primitive type Char.

  7. abstract val DoubleTpe: Universe.Type

    The type of primitive type Double.

  8. abstract val FloatTpe: Universe.Type

    The type of primitive type Float.

  9. abstract val IntTpe: Universe.Type

    The type of primitive type Int.

  10. abstract val LongTpe: Universe.Type

    The type of primitive type Long.

  11. abstract val NothingTpe: Universe.Type

    The type of core type Nothing.

  12. abstract val NullTpe: Universe.Type

    The type of core type Null.

  13. abstract val ObjectTpe: Universe.Type

    The type of core type Object.

  14. abstract val ShortTpe: Universe.Type

    The type of primitive type Short.

  15. abstract val UnitTpe: Universe.Type

    The type of primitive type Unit.