Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package opalj
    Definition Classes
    org
  • package bi

    Implementation of a library for parsing Java bytecode and creating arbitrary representations.

    Implementation of a library for parsing Java bytecode and creating arbitrary representations.

    OPAL's primary representation of Java byte code is the org.opalj.br representation which is defined in the respective package. A second representation that represents bytecode one-by-one is found in the org.opalj.da package.

    This Package

    Common constants and type definitions used across OPAL.

  • package bytecode

    Defines functionality commonly useful when processing Java bytecode.

p

org

opalj

package opalj

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

Type Members

  1. final type BinaryArithmeticOperator = opalj.BinaryArithmeticOperators.Value
  2. final type RelationalOperator = opalj.RelationalOperators.Value
  3. final type UByte = Int
  4. final type UShort = Int
  5. final type UnaryArithmeticOperator = opalj.UnaryArithmeticOperators.Value

Value Members

  1. final val BaseConfig: Config
  2. final val NotRequired: (Any) ⇒ Nothing
  3. final val WEBPAGE: String("https://www.opal-project.de")
  4. def check(condition: Boolean, message: ⇒ String): Unit
  5. def check(condition: Boolean): Unit
  6. final def i2lBitMask(value: Int): Long
    Annotations
    @inline()
  7. final def notRequired(): Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped