Packages

o

org.opalj.br

ComputationalTypeFloat

case object ComputationalTypeFloat extends ComputationalType with Product with Serializable

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

Value Members

  1. val category: ComputationalTypeCategory
    Definition Classes
    ComputationalType
  2. def categoryId: Int
    Definition Classes
    ComputationalType
  3. final def isCategory2: Boolean
  4. final def isComputationalTypeReturnAddress: Boolean
  5. def operandSize: Int
    Definition Classes
    ComputationalType
  6. def productElementName(n: Int): String
    Definition Classes
    Product
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product