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
  • package mutable
    Definition Classes
    collection
  • InstructionsBuilder
  • TypesSet

package mutable

Type Members

  1. class InstructionsBuilder extends AnyRef

    A buffer for creating bytecode arrays that automatically adds the required null entries.

  2. class TypesSet extends collection.TypesSet

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

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

    Thread Safety

    This class is not thread safe.

Ungrouped