Packages

trait AllocationSiteBasedAnalysis extends AbstractPointsToBasedAnalysis

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllocationSiteBasedAnalysis
  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 = Long
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
  4. type PointsToSet = AllocationSitePointsToSet
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
  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): AllocationSitePointsToSet
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
  9. implicit val definitionSites: DefinitionSites
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis
  10. def emptyPointsToSet: AllocationSitePointsToSet
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
    Annotations
    @inline()
  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: AllocationSite): Int
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
    Annotations
    @inline()
  16. def getTypeOf(element: AllocationSite): ReferenceType
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
    Annotations
    @inline()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def isEmptyArray(element: AllocationSite): Boolean
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
    Annotations
    @inline()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  21. val mergeClassConstants: Boolean
  22. val mergeExceptions: Boolean
  23. val mergeStringBuilderBuffer: Boolean
  24. val mergeStringConstants: Boolean
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  29. val pointsToPropertyKey: PropertyKey[AllocationSitePointsToSet]
    Attributes
    protected[this]
    Definition Classes
    AllocationSiteBasedAnalysisAbstractPointsToBasedAnalysis
  30. def pointsToUB(eOptP: EOptionP[Entity, PointsToSet]): PointsToSet
    Attributes
    protected[this]
    Definition Classes
    AbstractPointsToBasedAnalysis
    Annotations
    @inline()
  31. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  32. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. 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