Packages

t

org.opalj.tac.fpcf.analyses.pointsto

TypeBasedAnalysis

trait TypeBasedAnalysis extends AbstractPointsToBasedAnalysis

Mix-in trait for points-to analyses using typesets (TypeBasedPointsToSet) as points-to sets.

Source
TypeBasedAnalysis.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeBasedAnalysis
  2. AbstractPointsToBasedAnalysis
  3. ContextualAnalysis
  4. FPCFAnalysis
  5. ProjectBasedAnalysis
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type ContextType <: Context
    Definition Classes
    ContextualAnalysis
  2. abstract type DependerType
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis
  3. type ElementType = ReferenceType
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
  4. type PointsToSet = TypeBasedPointsToSet
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
  5. abstract type State <: TACAIBasedAnalysisState[ContextType]
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis

Abstract Value Members

  1. abstract val project: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  2. implicit abstract val typeIterator: TypeIterator
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis

Concrete 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. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  6. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def createPointsToSet(pc: Int, callContext: ContextType, allocatedType: ReferenceType, isConstant: Boolean, isEmptyArray: Boolean = false): TypeBasedPointsToSet
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
  9. implicit val definitionSites: DefinitionSites
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis
  10. def emptyPointsToSet: TypeBasedPointsToSet
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit val formalParameters: VirtualFormalParameters
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def getTypeIdOf(element: ReferenceType): Int
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
    Annotations
    @inline()
  16. def getTypeOf(element: ReferenceType): ReferenceType
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
    Annotations
    @inline()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def isEmptyArray(element: ReferenceType): Boolean
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
    Annotations
    @inline()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  25. val pointsToPropertyKey: PropertyKey[TypeBasedPointsToSet]
    Attributes
    protected[this]
    Definition Classes
    TypeBasedAnalysisAbstractPointsToBasedAnalysis
  26. def pointsToUB(eOptP: EOptionP[Entity, PointsToSet]): PointsToSet
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis
    Annotations
    @inline()
  27. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  28. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. 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 ContextualAnalysis

Inherited from FPCFAnalysis

Inherited from ProjectBasedAnalysis

Inherited from AnyRef

Inherited from Any

Ungrouped