Packages

c

org.opalj.da

ArrayTypeInfo

case class ArrayTypeInfo(elementTypeAsJava: String, dimensions: Int, elementTypeIsBaseType: Boolean) extends FieldTypeInfo with Product with Serializable

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

Instance Constructors

  1. new ArrayTypeInfo(elementTypeAsJava: String, dimensions: Int, elementTypeIsBaseType: Boolean)

Value Members

  1. def asJava: String
    Definition Classes
    ArrayTypeInfoTypeInfo
  2. def asSpan(baseClass: String): Node
    Definition Classes
    ArrayTypeInfoTypeInfo
  3. val dimensions: Int
  4. val elementTypeAsJava: String
  5. val 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
    ArrayTypeInfoTypeInfo
  6. final def isVoid: Boolean
    Definition Classes
    FieldTypeInfoTypeInfo
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product