p

org.opalj.fpcf

analyses

package analyses

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AnalysisDemo extends DefaultOneStepAnalysis

  2. trait MethodAnalysisDemo extends DefaultOneStepAnalysis with AnalysisDemo

Value Members

  1. object ImmutabilityAnalysisDemo extends DefaultOneStepAnalysis

    Determines the immutability of the classes of a project.

  2. object InterProceduralEscapeAnalysisDemo extends DefaultOneStepAnalysis

    A small demo that shows how to use the org.opalj.fpcf.analyses.escape.InterProceduralEscapeAnalysis and what are the results of it.

  3. object PurityAnalysisDemo extends DefaultOneStepAnalysis

    Runs the purity analysis including all analyses that may improve the overall result.

  4. object SelfReferenceLeakageAnalysisDemo extends DefaultOneStepAnalysis

    Runs the default self-reference leakage analysis.

  5. object SimpleEscapeAnalysisDemo extends DefaultOneStepAnalysis

    A small demo that shows how to use the org.opalj.fpcf.analyses.escape.SimpleEscapeAnalysis and what are the results of it.

  6. object UnnecessarySynchronizationAnalysis extends DefaultOneStepAnalysis

    Finds object references in monitorenter instructions that do not escape their thread.

Ungrouped