Packages

c

org.opalj.tac.fpcf.analyses.escape

ReturnValueFreshnessState

class ReturnValueFreshnessState extends AnyRef

Source
ReturnValueFreshnessAnalysis.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReturnValueFreshnessState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReturnValueFreshnessState(context: Context)

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 addCallSitePC(pc: Int): Unit
  5. def addDefSiteDependee(epOrEpk: EOptionP[(Context, DefinitionSite), EscapeProperty]): Unit
  6. def addFieldDependee(epOrEpk: EOptionP[Field, FieldLocality]): Unit
  7. def addMethodDependee(epOrEpk: EOptionP[Context, ReturnValueFreshness]): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def atMost(property: ReturnValueFreshness): Unit
  10. def callSitePCs: IntTrieSet
  11. def calleesDependee: Option[EOptionP[DeclaredMethod, Callees]]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. def containsDefSiteDependee(epOrEpk: EOptionP[(Context, DefinitionSite), EscapeProperty]): Boolean
  14. def containsFieldDependee(epOrEpk: EOptionP[Field, FieldLocality]): Boolean
  15. def containsMethodDependee(epOrEpk: EOptionP[Context, ReturnValueFreshness]): Boolean
  16. val context: Context
  17. def dependees: Set[SomeEOptionP]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hasDependees: Boolean
  22. def hasTacaiDependee: Boolean
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. def removeDefSiteDependee(epOrEpk: EOptionP[(Context, DefinitionSite), EscapeProperty]): Unit
  29. def removeFieldDependee(epOrEpk: EOptionP[Field, FieldLocality]): Unit
  30. def removeMethodDependee(epOrEpk: EOptionP[Context, Property]): Unit
  31. def setCalleesDependee(epOrEpk: EOptionP[DeclaredMethod, Callees]): Unit
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def ubRVF: ReturnValueFreshness
  35. def updateTacaiDependee(epOrEpk: EOptionP[Method, properties.TACAI]): Unit
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. 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 AnyRef

Inherited from Any

Ungrouped