Packages

o

org.opalj.support.info

CallGraph

object CallGraph extends ProjectAnalysisApplication

Computes a call graph and reports its size.

You can specify the call-graph algorithm: -algorithm=CHA for an CHA-based call graph -algorithm=RTA for an RTA-based call graph -algorithm=PointsTo for a points-to based call graph The default algorithm is RTA.

Please also specify whether the target (-cp=) is an application or a library using "-projectConfig=". Predefined configurations ApplicationProject.conf or LibraryProject.conf can be used here.

Furthermore, it can be used to print the callees or callers of specific methods. To do so, add -callers=m, where m is the method name/signature using Java notation, as parameter (for callees use -callees=m).

Linear Supertypes
ProjectAnalysisApplication, OneStepAnalysis[URL, ReportableAnalysisResult], Analysis[URL, ReportableAnalysisResult], AnalysisApplication, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallGraph
  2. ProjectAnalysisApplication
  3. OneStepAnalysis
  4. Analysis
  5. AnalysisApplication
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit def String2BasicReport(report: String): BasicReport
    Definition Classes
    ProjectAnalysisApplication
  5. final val analysis: ProjectAnalysisApplication
    Definition Classes
    ProjectAnalysisApplication → AnalysisApplication
  6. def analysisSpecificParametersDescription: String
    Definition Classes
    CallGraph → AnalysisApplication
  7. final def analyze(project: Project[URL], parameters: Seq[String], initProgressManagement: (Int) ⇒ ProgressManagement): ReportableAnalysisResult
    Definition Classes
    OneStepAnalysis → Analysis
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def checkAnalysisSpecificParameters(parameters: Seq[String]): Traversable[String]
    Definition Classes
    CallGraph → AnalysisApplication
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. def copyright: String
    Definition Classes
    Analysis
  12. def description: String
    Definition Classes
    CallGraph → Analysis
  13. def doAnalyze(project: Project[URL], parameters: Seq[String], isInterrupted: () ⇒ Boolean): BasicReport
    Definition Classes
    CallGraph → OneStepAnalysis
  14. def documentationUrl: Option[String]
    Definition Classes
    Analysis
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def handleParsingExceptions(project: SomeProject, exceptions: Traversable[Throwable]): Unit
    Attributes
    protected
    Definition Classes
    AnalysisApplication
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def main(args: Array[String]): Unit
    Definition Classes
    AnalysisApplication
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def printUsage(implicit logContext: LogContext): Unit
    Attributes
    protected
    Definition Classes
    AnalysisApplication
  26. def setupProject(cpFiles: Iterable[File], libcpFiles: Iterable[File], completelyLoadLibraries: Boolean, configuredConfig: Config)(implicit initialLogContext: LogContext): Project[URL]
    Definition Classes
    AnalysisApplication
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def title: String
    Definition Classes
    CallGraph → Analysis
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ProjectAnalysisApplication

Inherited from OneStepAnalysis[URL, ReportableAnalysisResult]

Inherited from Analysis[URL, ReportableAnalysisResult]

Inherited from AnalysisApplication

Inherited from AnyRef

Inherited from Any

Ungrouped