scala.tools.cmd.gen

AnyVals

class AnyVals extends AnyValReps with AnyValTemplates

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnyVals
  2. AnyValTemplates
  3. AnyValReps
  4. AnyRef
  5. 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 AnyVals()

Type Members

  1. sealed abstract class AnyValNum extends AnyVals.AnyValRep

    Definition Classes
    AnyValReps
  2. sealed abstract class AnyValRep extends AnyRef

    Definition Classes
    AnyValReps

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

    Implicit information
    This member is added by an implicit conversion from AnyVals to ArrowAssoc[AnyVals] 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. object B extends AnyValNum

  9. object C extends AnyValNum

  10. object D extends AnyValNum

  11. object F extends AnyValNum

  12. object I extends AnyValNum

  13. object L extends AnyValNum

  14. object S extends AnyValNum

  15. object U extends AnyValRep

  16. object Z extends AnyValRep

  17. def allCompanions: String

    Definition Classes
    AnyValTemplates
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def cardinal: collection.immutable.List[AnyValNum]

  20. def cardinalCompanion: String

    Definition Classes
    AnyValTemplates
  21. def classDocTemplate: String

    Definition Classes
    AnyValTemplates
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def ensuring(cond: (AnyVals) ⇒ Boolean, msg: ⇒ Any): AnyVals

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

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

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

    Implicit information
    This member is added by an implicit conversion from AnyVals to Ensuring[AnyVals] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  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. def floatingCompanion: String

    Definition Classes
    AnyValTemplates
  31. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from AnyVals to StringFormat[AnyVals] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def headerTemplate: String

    Definition Classes
    AnyValTemplates
  35. def isFloatingType: Set[AnyValNum]

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def isIntegerType: Set[AnyValNum]

  38. def isSubrangeType: Set[AnyValNum]

  39. def isWideType: Set[AnyValNum]

  40. def make(): collection.immutable.List[(String, String)]

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

    Definition Classes
    AnyRef
  42. def nonUnitCompanions: String

    Definition Classes
    AnyValTemplates
  43. final def notify(): Unit

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

    Definition Classes
    AnyRef
  45. def numeric: collection.immutable.List[AnyValNum]

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

    Definition Classes
    AnyRef
  47. def timestampString: String

    Definition Classes
    AnyValTemplates
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. def values: collection.immutable.List[AnyValRep]

  50. final def wait(): Unit

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

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

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

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

Inherited from AnyValTemplates

Inherited from AnyValReps

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped