Package

org.opalj.br

analyses

Permalink

package analyses

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. analyses
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DeclaredMethods = Map[ObjectType, QualifiedCollection[Set[Method]]]

    Permalink
  2. type EntityDerivationFunction = (SomeProject) ⇒ (Traversable[AnyRef], scala.reflect.api.JavaUniverse.Type, AnyRef)

    Permalink
  3. type MultipleResultsAnalysis[Source, +AnalysisResult] = Analysis[Source, Iterable[AnalysisResult]]

    Permalink
  4. type ProgressEvent = analyses.ProgressEvents.Value

    Permalink
  5. type ProjectInformationKeys = Seq[ProjectInformationKey[_ <: AnyRef, _ <: AnyRef]]

    Permalink
  6. type SingleOptionalResultAnalysis[Source, +AnalysisResult] = Analysis[Source, Option[AnalysisResult]]

    Permalink
  7. type SomeProject = Project[_]

    Permalink
  8. type StringConstantsInformation = Map[String, ConstArray[(Method, PC)]]

    Permalink

Value Members

  1. object ClassHierarchyExtractor

    Permalink

    Writes out (a subset of) the class hierarchy in the format used by org.opalj.br.ClassHierarchy to create the pre-initialized class hierarchy.

  2. object ClassHierarchyVisualizer

    Permalink

    Creates a dot (Graphviz) based representation of the class hierarchy of the specified jar file(s).

Inherited from AnyRef

Inherited from Any

Ungrouped