Packages

class CGState[TheContextType <: Context] extends BaseAnalysisState with TypeIteratorState with ContextualAnalysis

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

Instance Constructors

  1. new CGState(callContext: TheContextType)

Type Members

  1. type ContextType = TheContextType
    Definition Classes
    CGStateContextualAnalysis

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

Inherited from ContextualAnalysis

Inherited from TypeIteratorState

Inherited from BaseAnalysisState

Inherited from AnalysisState

Inherited from AnyRef

Inherited from Any

Ungrouped