Packages

o

org.opalj.tac.fpcf.analyses.cg

AllocationsUtil

object AllocationsUtil

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

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def continuationForAllocation[DataType, ContextType <: Context](eps: SomeEPS, context: ContextType, value: (DataType) => (V, Array[Stmt[V]]), dataType: (Entity) => Boolean, failure: (DataType) => Unit)(process: (DataType, ContextType, Int, Array[Stmt[V]]) => Unit)(implicit typeIterator: TypeIterator, state: TypeIteratorState, ps: PropertyStore): Unit

    Provides an easy way to handle updates to allocation sites dependees registered by the methods in this class.

    Provides an easy way to handle updates to allocation sites dependees registered by the methods in this class. This method handles dependencies where the depender satisfies the dataType predicate (beware of type erasure!). It is of utmost importance to handle all possible dependencies to ensure termination!

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def handleAllocation[ContextType <: Context](allocationContext: ContextType, allocationPC: Int, data: AnyRef, failure: () => Unit)(process: (ContextType, Int, Array[Stmt[V]]) => Unit)(implicit state: TypeIteratorState, ps: PropertyStore): Unit

    Processes a single allocation site in a given context method.

  11. def handleAllocations[ContextType <: Context](value: V, context: ContextType, depender: Entity, stmts: Array[Stmt[V]], typeFilter: (ReferenceType) => Boolean, failure: () => Unit)(process: (ContextType, Int, Array[Stmt[V]]) => Unit)(implicit typeIterator: TypeIterator, state: TypeIteratorState, ps: PropertyStore): Unit

    Processes allocation sites for a given local variable.

    Processes allocation sites for a given local variable. Clients MUST handle dependencies where the depender is the given one and the dependee provides further allocation sites.

  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. 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