Packages

class CGState[ContextType <: Context] extends BaseAnalysisState with TypeIteratorState with TACAIBasedAnalysisState[ContextType]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CGState
  2. TACAIBasedAnalysisState
  3. ContextualAnalysis
  4. TypeIteratorState
  5. BaseAnalysisState
  6. AnalysisState
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

Type Members

  1. type ContextType = ContextType

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. var _tacDependee: EOptionP[Method, properties.TACAI]
    Attributes
    protected[this]
    Definition Classes
    CGStateTACAIBasedAnalysisState
  5. def addCallSite(callSite: CallSite, receiver: V, cbsTargets: Set[ReferenceType]): Unit
  6. final def addDependency(depender: Entity, dependee: EOptionP[Entity, Property]): Unit
    Definition Classes
    TypeIteratorState
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val callContext: ContextType
    Definition Classes
    CGStateTACAIBasedAnalysisState
  9. def callSiteData(callSite: CallSite): (V, Set[ReferenceType])
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. 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
    TACAIBasedAnalysisStateAnalysisState
  12. final def dependersOf(dependee: EPK[Entity, Property]): Set[Entity]
    Definition Classes
    TypeIteratorState
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def getProperty[E <: Entity, P <: Property](dependee: EPK[E, P]): EOptionP[E, P]
    Definition Classes
    TypeIteratorState
  17. final def hasDependee(dependee: EPK[Entity, Property]): Boolean
    Definition Classes
    TypeIteratorState
  18. final def hasDependency(depender: Entity, dependee: EPK[Entity, Property]): Boolean
    Definition Classes
    TypeIteratorState
  19. def hasNonFinalCallSite: Boolean
  20. 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
    TACAIBasedAnalysisStateAnalysisState
  21. final def hasTACDependee: Boolean
    Definition Classes
    TACAIBasedAnalysisState
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def removeDependee(dependee: EPK[Entity, Property]): Unit
    Definition Classes
    TypeIteratorState
  28. final def removeDepender(depender: Entity): Unit
    Definition Classes
    TypeIteratorState
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def tac: TACode[TACMethodParameter, DUVar[ValueInformation]]
    Definition Classes
    TACAIBasedAnalysisState
  31. final def tacDependee: EOptionP[Method, properties.TACAI]
    Definition Classes
    TACAIBasedAnalysisState
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def updateDependency(eps: SomeEPS): Unit
    Definition Classes
    TypeIteratorState
  34. final def updateTACDependee(tacDependee: EOptionP[Method, properties.TACAI]): Unit
    Definition Classes
    TACAIBasedAnalysisState
  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 TACAIBasedAnalysisState[ContextType]

Inherited from ContextualAnalysis

Inherited from TypeIteratorState

Inherited from BaseAnalysisState

Inherited from AnalysisState

Inherited from AnyRef

Inherited from Any

Ungrouped