Packages

c

org.opalj.tac.fpcf.analyses.cg

CallGraphAnalysis

class CallGraphAnalysis extends ReachableMethodAnalysis with TypeConsumerAnalysis

Generates call graphs based on the used TypeIterator. It uses the AI information of the three-address code to get the most precise information for virtual calls. handleImpreciseCall will be invoked for each virtual call, that could not be resolved precisely.

Source
CallGraphAnalysis.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallGraphAnalysis
  2. ReachableMethodAnalysis
  3. TypeConsumerAnalysis
  4. FPCFAnalysis
  5. ProjectBasedAnalysis
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ContextType = TypeIterator.ContextType
    Definition Classes
    TypeConsumerAnalysis
  2. abstract type LocalTypeInformation
  3. type PropertyType = TypeIterator.PropertyType
    Definition Classes
    TypeConsumerAnalysis

Value Members

  1. final def analyze(declaredMethod: DeclaredMethod): PropertyComputationResult
    Definition Classes
    ReachableMethodAnalysis
  2. def c(state: CGState[ContextType])(eps: SomeEPS): ProperPropertyComputationResult
  3. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  4. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  5. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  6. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  7. final def processMethod(callContext: ContextType, tacEP: EPS[Method, properties.TACAI]): ProperPropertyComputationResult
  8. final val processesMethodsWithoutBody: Boolean(true)
  9. val project: SomeProject
  10. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  11. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  12. implicit val typeIterator: TypeIterator
    Definition Classes
    TypeConsumerAnalysis