Packages

o

org.opalj.da

DoubleTypeInfo

case object DoubleTypeInfo extends PrimitiveTypeInfo with Product with Serializable

Source
TypeInfo.scala
Linear Supertypes
Serializable, Product, Equals, PrimitiveTypeInfo, FieldTypeInfo, TypeInfo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleTypeInfo
  2. Serializable
  3. Product
  4. Equals
  5. PrimitiveTypeInfo
  6. FieldTypeInfo
  7. TypeInfo
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val asJava: String
    Definition Classes
    PrimitiveTypeInfoTypeInfo
  2. def asSpan(baseClass: String): Node
    Definition Classes
    PrimitiveTypeInfoTypeInfo
  3. final def elementTypeIsBaseType: Boolean

    true if the underlying type (in case of an array the element type) is a base type/ primitive type; false in all other cases except if the "type" is void.

    true if the underlying type (in case of an array the element type) is a base type/ primitive type; false in all other cases except if the "type" is void. In that case an exception is thrown.

    Definition Classes
    PrimitiveTypeInfoTypeInfo
  4. final def isVoid: Boolean
    Definition Classes
    FieldTypeInfoTypeInfo
  5. def productElementName(n: Int): String
    Definition Classes
    Product
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product