object PropertyKey
Factory and registry for PropertyKey objects.
- Alphabetic
- By Inheritance
- PropertyKey
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def create[E <: Entity, P <: Property](name: String, fallbackProperty: P): PropertyKey[P]
- def create[E <: Entity, P <: Property](name: String): PropertyKey[P]
-
def
create[E <: Entity, P <: Property](name: String, fallbackPropertyComputation: FallbackPropertyComputation[E, P]): PropertyKey[P]
Creates a new PropertyKey object that is to be shared by all regular properties that belong to the same category.
Creates a new PropertyKey object that is to be shared by all regular properties that belong to the same category.
- name
The unique name associated with the property. To ensure uniqueness it is recommended to prepend (parts of) the package name of property. Properties defined by OPAL start with "opalj."
- fallbackPropertyComputation
A function that returns the property that will be associated with those entities for which the property is not explicitly computed. This is generally the bottom value of the lattice. However, if an analysis was scheduled, but a property was not computed, a special (alternative) value can be used. This is in particular relevant for properties which depend on the reachable code.
- Note
This method is not thread-safe - the setup of the property store (e.g., using the org.opalj.br.fpcf.FPCFAnalysesManager or an AnalysisScenario has to be done by the driver thread and therefore no synchronization is needed.)
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fallbackProperty[P <: Property](ps: PropertyStore, fr: FallbackReason, e: Entity, pk: PropertyKey[P]): P
- Note
This method is intended to be called by the framework.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def hasFallback(propertyKind: PropertyKind): Boolean
- final def hasFallbackBasedOnPKId(pkId: Int): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def key(id: Int): SomePropertyKey
- final def name(eOptionP: SomeEOptionP): String
- final def name(pKind: PropertyKind): String
-
def
name(id: Int): String
Returns the unique name of the kind of properties associated with the given key id.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated