Packages

t

org.opalj.fpcf

PropertyMetaInformation

trait PropertyMetaInformation extends PropertyKind

The meta information shared by properties and their respective kinds.

Source
PropertyMetaInformation.scala
Linear Supertypes
PropertyKind, AnyRef, Any
Known Subclasses
AnAIResult, BaseAIResult, BaseAIResult, BaseAIResultPropertyMetaInformation, FieldValue, FieldValue, FieldValueMetaInformation, MethodReturnValue, MethodReturnValue, MethodReturnValuePropertyMetaInformation, NoAIResult, NoMethodReturnValue, TheMethodReturnValue, TypeBasedFieldValueInformation, ValueBasedFieldValueInformation, AggregatableValueProperty, AggregatedProperty, AllocationFreeMethod, AllocationFreeness, AllocationFreeness, AllocationFreenessPropertyMetaInformation, AtMost, ClassifiedImpure, CompileTimeConstancy, CompileTimeConstancy, CompileTimeConstancyPropertyMetaInformation, CompileTimeConstantField, CompileTimePure, CompileTimeVaryingField, ContextuallyPure, ContextuallySideEffectFree, DContextuallyPure, DContextuallySideEffectFree, DPure, DSideEffectFree, DoesNotLeakSelfReference, EscapeInCallee, EscapeProperty, EscapeProperty, EscapePropertyMetaInformation, EscapeViaAbnormalReturn, EscapeViaHeapObject, EscapeViaNormalAndAbnormalReturn, EscapeViaParameter, EscapeViaParameterAndAbnormalReturn, EscapeViaParameterAndNormalAndAbnormalReturn, EscapeViaParameterAndReturn, EscapeViaReturn, EscapeViaStaticField, ExtensibleGetter, ExtensibleLocalField, ExtensibleLocalFieldWithGetter, FieldLocality, FieldLocality, FieldLocalityMetaInformation, FinalEscapeProperty, FreshReturnValue, Getter, GlobalEscape, GlobalEscape, ImpureByAnalysis, ImpureByLackOfInformation, IndividualProperty, LeaksSelfReference, LocalField, LocalFieldWithGetter, MethodComplexity, MethodComplexity, MethodComplexityPropertyMetaInformation, MethodWithAllocations, NoEscape, NoFreshReturnValue, NoLocalField, NoVaryingDataUse, PrimitiveReturnValue, Pure, Purity, Purity, PurityPropertyMetaInformation, ReturnValueFreshness, ReturnValueFreshness, ReturnValueFreshnessPropertyMetaInformation, SelfReferenceLeakage, SideEffectFree, StaticDataUsage, StaticDataUsage, StaticDataUsagePropertyMetaInformation, SystemProperties, SystemProperties, SystemPropertiesPropertyMetaInformation, ThrownExceptions, ThrownExceptions, ThrownExceptionsByOverridingMethods, ThrownExceptionsByOverridingMethods, ThrownExceptionsByOverridingMethodsPropertyMetaInformation, ThrownExceptionsPropertyMetaInformation, UsesConstantDataOnly, UsesNoStaticData, UsesVaryingData, VExtensibleGetter, VFreshReturnValue, VGetter, VNoFreshReturnValue, VPrimitiveReturnValue, VirtualMethodAllocationFreeness, VirtualMethodAllocationFreeness, VirtualMethodAllocationFreenessPropertyMetaInformation, VirtualMethodEscapeProperty, VirtualMethodEscapeProperty, VirtualMethodEscapePropertyMetaInformation, VirtualMethodPurity, VirtualMethodPurity, VirtualMethodPurityPropertyMetaInformation, VirtualMethodReturnValueFreshness, VirtualMethodReturnValueFreshness, VirtualMethodReturnValueFreshnessMetaInformation, VirtualMethodStaticDataUsage, VirtualMethodStaticDataUsage, VirtualMethodStaticDataUsagePropertyMetaInformation, Assignable, ClassImmutability, ClassImmutability, ClassImmutabilityPropertyMetaInformation, DependentlyImmutableClass, DependentlyImmutableField, DependentlyImmutableType, EffectivelyNonAssignable, FieldAssignability, FieldAssignability, FieldAssignabilityPropertyMetaInformation, FieldImmutability, FieldImmutability, FieldImmutabilityPropertyMetaInformation, LazilyInitialized, MutableClass, MutableField, MutableType, NonAssignable, NonAssignableField, NonTransitivelyImmutableClass, NonTransitivelyImmutableField, NonTransitivelyImmutableType, TransitivelyImmutableClass, TransitivelyImmutableField, TransitivelyImmutableType, TypeImmutability, TypeImmutability, TypeImmutabilityPropertyMetaInformation, UnsafelyLazilyInitialized, AllocationSitePointsToSet, AllocationSitePointsToSet, AllocationSitePointsToSet1, AllocationSitePointsToSetN, AllocationSitePointsToSetPropertyMetaInformation, NoAllocationSites, NoTypes, PointsToSetLike, TypeBasedPointsToSet, TypeBasedPointsToSet, TypeBasedPointsToSetPropertyMetaInformation, ExplicitlyNamedProperty, OrderedProperty, Property, IFDSProperty, IFDSPropertyMetaInformation, NoTACAI, TACAI, TACAI, TACAIPropertyMetaInformation, TheTACAI, Callees, Callees, CalleesPropertyMetaInformation, Callers, Callers, CallersImplWithOtherCalls, CallersImplementation, CallersOnlyWithConcreteCallers, CallersPropertyMetaInformation, CallersWithUnknownContext, CallersWithVMLevelCall, CallersWithoutUnknownContext, CallersWithoutVMLevelCall, ConcreteCallees, EmptyConcreteCallers, InstantiatedTypes, InstantiatedTypes, InstantiatedTypesPropertyMetaInformation, LoadedClasses, LoadedClasses, LoadedClassesMetaInformation, NoCallees, NoCalleesDueToNotReachableMethod, NoCallers, NoInstantiatedTypes, NoLoadedClasses, OnlyCallersWithUnknownContext, OnlyVMCallersAndWithUnknownContext, OnlyVMLevelCallers
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyMetaInformation
  2. PropertyKind
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Self <: Property

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.

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