Packages

c

org.opalj.tac.fpcf.analyses.pointsto

UnsafeGetPointsToAnalysis

abstract class UnsafeGetPointsToAnalysis extends PointsToAnalysisBase with TACAIBasedAPIBasedAnalysis

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsafeGetPointsToAnalysis
  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 UnsafeGetPointsToAnalysis(project: SomeProject, 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. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  7. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  8. 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
  9. final val project: SomeProject
  10. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  11. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  12. final def registerAPIMethod(): ProperPropertyComputationResult
    Definition Classes
    APIBasedAnalysis
  13. implicit val typeIterator: TypeIterator
    Definition Classes
    TypeConsumerAnalysis