Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package opalj
    Definition Classes
    org
  • package br

    In this representation of Java bytecode references to a Java class file's constant pool and to attributes are replaced by direct references to the corresponding constant pool entries.

    In this representation of Java bytecode references to a Java class file's constant pool and to attributes are replaced by direct references to the corresponding constant pool entries. This facilitates developing analyses and fosters comprehension.

    Based on the fact that indirect references to constant pool entries are resolved and replaced by direct references this representation is called the resolved representation.

    This representation of Java bytecode is considered as OPAL's standard representation for writing Scala based analyses. This representation is engineered such that it facilitates writing analyses that use pattern matching.

    Definition Classes
    opalj
  • package collection
    Definition Classes
    br
  • package immutable
    Definition Classes
    collection
  • TypesSet
  • package mutable
    Definition Classes
    collection

package immutable

Type Members

  1. case class TypesSet(concreteTypes: Set[ObjectType], upperTypeBounds: Set[ObjectType])(implicit classHierarchy: ClassHierarchy) extends collection.TypesSet with Product with Serializable

    An efficient representation of a set of types if some types are actually upper type bounds and hence already represent sets of types.

Ungrouped