Package

org.opalj.fpcf

analysis

Permalink

package analysis

Visibility
  1. Public
  2. All

Type Members

  1. class EntryPointsAnalysis extends FPCFAnalysis

    Permalink

    Determines the methods that are Entry Points into a given Program.

  2. class JavaEEEntryPointsAnalysis extends FPCFAnalysis

    Permalink
  3. class LibraryEntryPointsAnalysis extends FPCFAnalysis

    Permalink

    Determines which methods of a library are the entry points of

  4. class MethodComplexityAnalysis extends AnyRef

    Permalink

    A shallow analysis that tries to identify methods that are relatively simple, that is, which don't have loops and don't depend on other (more) complex methods.

    A shallow analysis that tries to identify methods that are relatively simple, that is, which don't have loops and don't depend on other (more) complex methods. For such methods it often makes sense to include them in the execution.

Value Members

  1. object EntryPointsAnalysis extends FPCFAnalysisRunner

    Permalink
  2. object JavaEEEntryPointsAnalysis

    Permalink
  3. package cg

    Permalink

Ungrouped