Packages

c

org.opalj.tac.fpcf.analyses.pointsto

UnsafePutPointsToAnalysis

abstract class UnsafePutPointsToAnalysis extends PointsToAnalysisBase with TACAIBasedAPIBasedAnalysis

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsafePutPointsToAnalysis
  2. TACAIBasedAPIBasedAnalysis
  3. APIBasedAnalysis
  4. PointsToAnalysisBase
  5. TypeConsumerAnalysis
  6. AbstractPointsToBasedAnalysis
  7. ContextualAnalysis
  8. FPCFAnalysis
  9. ProjectBasedAnalysis
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnsafePutPointsToAnalysis(project: SomeProject, index: Int, apiMethod: DeclaredMethod)

Type Members

  1. type ContextType = cg.TypeIterator.ContextType
    Definition Classes
    TypeConsumerAnalysis
  2. type PropertyType = cg.TypeIterator.PropertyType
    Definition Classes
    TypeConsumerAnalysis

Concrete Value Members

  1. val apiMethod: DeclaredMethod
  2. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  3. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  4. implicit val declaredMethods: DeclaredMethods
    Definition Classes
    APIBasedAnalysis
  5. final def handleNewCaller(calleeContext: ContextType, callerContext: ContextType, pc: Int, isDirect: Boolean): ProperPropertyComputationResult
  6. val index: Int
  7. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  8. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  9. def processNewCaller(calleeContext: ContextType, callerContext: ContextType, pc: Int, tac: TACode[TACMethodParameter, V], receiverOption: Option[Expr[V]], params: Seq[Option[Expr[V]]], targetVarOption: Option[V], isDirect: Boolean): ProperPropertyComputationResult
  10. final val project: SomeProject
  11. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  12. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  13. final def registerAPIMethod(): ProperPropertyComputationResult
    Definition Classes
    APIBasedAnalysis
  14. implicit val typeIterator: TypeIterator
    Definition Classes
    TypeConsumerAnalysis