Packages

t

org.opalj.br.fpcf.properties

VirtualMethodStaticDataUsagePropertyMetaInformation

sealed trait VirtualMethodStaticDataUsagePropertyMetaInformation extends PropertyMetaInformation

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VirtualMethodStaticDataUsagePropertyMetaInformation
  2. PropertyMetaInformation
  3. PropertyKind
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def key: PropertyKey[Self]

    The key uniquely identifies this property's category.

    The key uniquely identifies this property's category. All property objects of the same kind have to use the same key.

    In general each Property kind is expected to have a companion object that stores the unique PropertyKey.

    Definition Classes
    PropertyMetaInformation

Concrete Value Members

  1. final def id: Int

    The id uniquely identifies this property's category.

    The id uniquely identifies this property's category. All property objects of the same kind have to use the same id which is guaranteed since they share the same PropertyKey

    Definition Classes
    PropertyMetaInformationPropertyKind