Packages

object PrimitiveTypeNode extends Serializable

Holds the valid values for primitive type nodes.

Since

2.0.0

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveTypeNode
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class PrimitiveType extends AnyRef

    Supertype for Primitive Types in Java.

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. def apply(name: String): PrimitiveType

    Returns a primitive type from its name.

    Returns a primitive type from its name.

    Since

    2.0.0

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val nameToPrimitiveType: Map[String, PrimitiveType]

    Maps the primitive type names to their type.

    Maps the primitive type names to their type.

    Since

    2.0.0

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. object Boolean extends PrimitiveType with Product with Serializable

    Represents the boolean primitive type.

    Represents the boolean primitive type.

    Since

    2.0.0

  23. object Byte extends PrimitiveType with Product with Serializable

    Represents the byte primitive type.

    Represents the byte primitive type.

    Since

    2.0.0

  24. object Char extends PrimitiveType with Product with Serializable

    Represents the char primitive type.

    Represents the char primitive type.

    Since

    2.0.0

  25. object Double extends PrimitiveType with Product with Serializable

    Represents the double primitive type.

    Represents the double primitive type.

    Since

    2.0.0

  26. object Float extends PrimitiveType with Product with Serializable

    Represents the float primitive type.

    Represents the float primitive type.

    Since

    2.0.0

  27. object Int extends PrimitiveType with Product with Serializable

    Represents the int primitive type.

    Represents the int primitive type.

    Since

    2.0.0

  28. object Long extends PrimitiveType with Product with Serializable

    Represents the long primitive type.

    Represents the long primitive type.

    Since

    2.0.0

  29. object Short extends PrimitiveType with Product with Serializable

    Represents the short primitive type.

    Represents the short primitive type.

    Since

    2.0.0

  30. object Void extends PrimitiveType with Product with Serializable

    Represents the void primitive type.

    Represents the void primitive type.

    Since

    2.0.0

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped