Packages

c

org.opalj.tac.fpcf.analyses.pointsto

PointsToAnalysisState

class PointsToAnalysisState[ElementType, PointsToSet <: PointsToSetLike[ElementType, _, PointsToSet], ContextType <: Context] extends BaseAnalysisState with TACAIBasedAnalysisState[ContextType]

Encapsulates the state of the analysis, analyzing a certain method using the org.opalj.tac.fpcf.analyses.pointsto.TypeBasedPointsToAnalysis.

Source
PointsToAnalysisState.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointsToAnalysisState
  2. TACAIBasedAnalysisState
  3. ContextualAnalysis
  4. BaseAnalysisState
  5. AnalysisState
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PointsToAnalysisState(callContext: ContextType, _tacDependee: EOptionP[Method, properties.TACAI])

Type Members

  1. type ContextType = ContextType

Value Members

  1. def addArrayLoadEntity(fakeEntity: (Entity, ArrayType, (ReferenceType) => Boolean)): Unit
  2. def addArrayStoreEntity(fakeEntity: (IntTrieSet, ArrayType)): Unit
  3. final def addDependee(depender: Entity, dependee: SomeEOptionP, typeFilter: (ReferenceType) => Boolean): Unit
  4. def addGetFieldEntity(fakeEntity: (Entity, Option[Field], (ReferenceType) => Boolean)): Unit
  5. def addIncompletePointsToInfo(pc: Int)(implicit logContext: LogContext): Unit
  6. def addPutFieldEntity(fakeEntity: (IntTrieSet, Option[Field])): Unit
  7. def allocationSitePointsToSet(e: Entity): PointsToSet
  8. def allocationSitePointsToSetsIterator: Iterator[(Entity, PointsToSet)]
  9. def arrayLoadsIterator: Iterator[(Entity, ArrayType, (ReferenceType) => Boolean)]
  10. def arrayStoresIterator: Iterator[(IntTrieSet, ArrayType)]
  11. val callContext: ContextType
  12. def callees(ps: PropertyStore): Callees
  13. def calleesDependee: EOptionP[DeclaredMethod, Callees]
  14. def dependees: Set[SomeEOptionP]

    Inherited classes that introduce new dependencies must override this method and call add a call to super!

    Inherited classes that introduce new dependencies must override this method and call add a call to super!

    Definition Classes
    PointsToAnalysisStateTACAIBasedAnalysisStateBaseAnalysisStateAnalysisState
  15. final def dependeesOf(depender: Entity): Map[SomeEPK, (SomeEOptionP, (ReferenceType) => Boolean)]
  16. def getFieldsIterator: Iterator[(Entity, Option[Field], (ReferenceType) => Boolean)]
  17. final def getProperty[E <: Entity, P <: Property](dependee: EPK[E, P]): EOptionP[E, P]
  18. def hasAllocationSitePointsToSet(e: Entity): Boolean
  19. def hasCalleesDepenedee: Boolean
  20. final def hasDependee(dependee: EPK[Entity, Property]): Boolean
  21. final def hasDependees(depender: Entity): Boolean
  22. final def hasDependency(depender: Entity, dependee: SomeEPK): Boolean
  23. def hasOpenDependencies: Boolean

    Inherited classes that introduce new dependencies must override this method and call add a call to super!

    Inherited classes that introduce new dependencies must override this method and call add a call to super!

    Definition Classes
    PointsToAnalysisStateTACAIBasedAnalysisStateBaseAnalysisStateAnalysisState
  24. final def hasTACDependee: Boolean
    Definition Classes
    TACAIBasedAnalysisState
  25. def includeSharedPointsToSet(e: Entity, pointsToSet: PointsToSet, typeFilter: (ReferenceType) => Boolean = PointsToSetLike.noFilter): Unit
  26. def includeSharedPointsToSets(e: Entity, pointsToSets: Iterator[PointsToSet], typeFilter: (ReferenceType) => Boolean): Unit
  27. def putFieldsIterator: Iterator[(IntTrieSet, Option[Field])]
  28. def setAllocationSitePointsToSet(ds: Entity, pointsToSet: PointsToSet): Unit
  29. def setCalleesDependee(calleeDependee: EOptionP[DeclaredMethod, Callees]): Unit
  30. def sharedPointsToSetsIterator: Iterator[(Entity, PointsToSet)]
  31. final def tac: TACode[TACMethodParameter, DUVar[ValueInformation]]
    Definition Classes
    TACAIBasedAnalysisState
  32. final def tacDependee: EOptionP[Method, properties.TACAI]
    Definition Classes
    TACAIBasedAnalysisState
  33. final def updateTACDependee(tacDependee: EOptionP[Method, properties.TACAI]): Unit
    Definition Classes
    TACAIBasedAnalysisState