Trait

scala.reflect.api.StandardDefinitions

StandardTypes

Related Doc: package StandardDefinitions

Permalink

trait StandardTypes extends AnyRef

Defines standard types.

Source
StandardDefinitions.scala
Linear Supertypes
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

    Permalink

    The type of core type AnyRef.

  2. abstract val AnyTpe: Universe.Type

    Permalink

    The type of core type Any.

  3. abstract val AnyValTpe: Universe.Type

    Permalink

    The type of core type AnyVal.

  4. abstract val BooleanTpe: Universe.Type

    Permalink

    The type of primitive type Boolean.

  5. abstract val ByteTpe: Universe.Type

    Permalink

    The type of primitive type Byte.

  6. abstract val CharTpe: Universe.Type

    Permalink

    The type of primitive type Char.

  7. abstract val DoubleTpe: Universe.Type

    Permalink

    The type of primitive type Double.

  8. abstract val FloatTpe: Universe.Type

    Permalink

    The type of primitive type Float.

  9. abstract val IntTpe: Universe.Type

    Permalink

    The type of primitive type Int.

  10. abstract val LongTpe: Universe.Type

    Permalink

    The type of primitive type Long.

  11. abstract val NothingTpe: Universe.Type

    Permalink

    The type of core type Nothing.

  12. abstract val NullTpe: Universe.Type

    Permalink

    The type of core type Null.

  13. abstract val ObjectTpe: Universe.Type

    Permalink

    The type of core type Object.

  14. abstract val ShortTpe: Universe.Type

    Permalink

    The type of primitive type Short.

  15. abstract val UnitTpe: Universe.Type

    Permalink

    The type of primitive type Unit.