Packages

o

org.opalj.da

VoidTypeInfo

case object VoidTypeInfo extends TypeInfo with Product with Serializable

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

Value Members

  1. def asJava: String
    Definition Classes
    VoidTypeInfoTypeInfo
  2. def asSpan(baseClass: String): Node
    Definition Classes
    VoidTypeInfoTypeInfo
  3. 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
    VoidTypeInfoTypeInfo
  4. def isVoid: Boolean
    Definition Classes
    VoidTypeInfoTypeInfo
  5. def productElementName(n: Int): String
    Definition Classes
    Product
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product