Packages

c

org.opalj.tac.fpcf.analyses.cg

PropagationBasedTypeIterator

class PropagationBasedTypeIterator extends TypeIterator with SimpleContextProvider

Configurable type iterator for the XTA family of call graphs. Based on the given TypeSetEntitySelector, XTA, MTA, FTA or CTA behavior can be produced. Types are stored per entity plus a global set of types.

Source
TypeIterator.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropagationBasedTypeIterator
  2. SimpleContextProvider
  3. TypeIterator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PropagationBasedTypeIterator(project: SomeProject, typeSetEntitySelector: TypeSetEntitySelector)

Type Members

  1. type ContextType = SimpleContext
    Definition Classes
    SimpleContextProviderTypeIterator
  2. type InformationType = (InstantiatedTypes, InstantiatedTypes)
  3. type PropertyType = InstantiatedTypes

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def contextFromId(contextId: Int): Context
    Definition Classes
    SimpleContextProviderTypeIterator
    Annotations
    @inline()
  7. def continuation(field: Field, updatedEPS: EPS[Entity, Property], oldEOptP: EOptionP[Entity, Property], handleNewType: (ReferenceType) => Unit)(implicit state: TypeIteratorState): Unit
    Attributes
    protected[this]
    Definition Classes
    PropagationBasedTypeIteratorTypeIterator
    Annotations
    @inline()
  8. def continuation(use: V, updatedEPS: EPS[Entity, InstantiatedTypes], oldEOptP: EOptionP[Entity, InstantiatedTypes], additionalTypes: Set[ReferenceType], handleNewType: (ReferenceType) => Unit): Unit
    Attributes
    protected[this]
    Definition Classes
    PropagationBasedTypeIteratorTypeIterator
    Annotations
    @inline()
  9. def continuation(field: Field, updatedEPS: EPS[Entity, Property])(handleNewType: (ReferenceType) => Unit)(implicit state: TypeIteratorState): Unit
    Definition Classes
    TypeIterator
  10. def continuation(use: V, updatedEPS: EPS[Entity, PropertyType], additionalTypes: Set[ReferenceType] = Set.empty)(handleNewType: (ReferenceType) => Unit)(implicit state: TypeIteratorState): Unit
    Definition Classes
    TypeIterator
  11. def continuationForAllocations(field: Field, updatedEPS: EPS[Entity, Property], oldEOptP: EOptionP[Entity, Property], handleNewAllocation: (ReferenceType, Context, Int) => Unit)(implicit state: TypeIteratorState): Unit
    Attributes
    protected[this]
    Definition Classes
    TypeIterator
    Annotations
    @inline()
  12. def continuationForAllocations(use: V, updatedEPS: EPS[Entity, PropertyType], oldEOptP: EOptionP[Entity, PropertyType], additionalTypes: Set[ReferenceType], handleNewAllocation: (ReferenceType, Context, Int) => Unit): Unit
    Attributes
    protected[this]
    Definition Classes
    TypeIterator
    Annotations
    @inline()
  13. def continuationForAllocations(field: Field, updatedEPS: EPS[Entity, Property])(handleNewAllocation: (ReferenceType, Context, Int) => Unit)(implicit state: TypeIteratorState): Unit
    Definition Classes
    TypeIterator
  14. def continuationForAllocations(use: V, updatedEPS: EPS[Entity, PropertyType], additionalTypes: Set[ReferenceType] = Set.empty)(handleNewAllocation: (ReferenceType, Context, Int) => Unit)(implicit state: TypeIteratorState): Unit
    Definition Classes
    TypeIterator
  15. implicit val declaredMethods: DeclaredMethods
    Attributes
    protected[this]
    Definition Classes
    SimpleContextProvider
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def expandContext(oldContext: Context, method: DeclaredMethod, pc: Int): SimpleContext
    Definition Classes
    SimpleContextProviderTypeIterator
    Annotations
    @inline()
  19. def foreachAllocation(field: Field, typesProperty: InformationType)(handleAllocation: (ReferenceType, Context, Int) => Unit): Unit
    Definition Classes
    TypeIterator
  20. def foreachAllocation(use: V, context: Context, stmts: Array[Stmt[V]], typesProperty: InformationType, additionalTypes: Set[ReferenceType] = Set.empty)(handleAllocation: (ReferenceType, Context, Int) => Unit): Unit
    Definition Classes
    TypeIterator
  21. def foreachType(field: Field, typesProperty: (InstantiatedTypes, InstantiatedTypes))(handleType: (ReferenceType) => Unit): Unit
    Definition Classes
    PropagationBasedTypeIteratorTypeIterator
    Annotations
    @inline()
  22. def foreachType(use: V, typesProperty: (InstantiatedTypes, InstantiatedTypes), additionalTypes: Set[ReferenceType])(handleType: (ReferenceType) => Unit): Unit
    Definition Classes
    PropagationBasedTypeIteratorTypeIterator
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def newContext(method: DeclaredMethod): SimpleContext
    Definition Classes
    SimpleContextProviderTypeIterator
    Annotations
    @inline()
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. val project: SomeProject
    Definition Classes
    TypeIterator
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def typesProperty(field: Field, depender: Entity)(implicit propertyStore: PropertyStore, state: TypeIteratorState): (InstantiatedTypes, InstantiatedTypes)
    Definition Classes
    PropagationBasedTypeIteratorTypeIterator
    Annotations
    @inline()
  34. def typesProperty(use: V, context: SimpleContext, depender: Entity, stmts: Array[Stmt[V]])(implicit state: TypeIteratorState): (InstantiatedTypes, InstantiatedTypes)
    Definition Classes
    PropagationBasedTypeIteratorTypeIterator
    Annotations
    @inline()
  35. def typesProperty(field: Field, fieldAllocation: DefinitionSite, depender: Entity, context: Context, stmts: Array[Stmt[V]])(implicit propertyStore: PropertyStore, state: TypeIteratorState): InformationType
    Definition Classes
    TypeIterator
  36. val usedPropertyKinds: Set[PropertyBounds]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SimpleContextProvider

Inherited from TypeIterator

Inherited from AnyRef

Inherited from Any

Ungrouped