Package

org

opalj

Permalink

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 AnalysisMode = opalj.AnalysisModes.Value

    Permalink
  2. final type BinaryArithmeticOperator = opalj.BinaryArithmeticOperators.Value

    Permalink
  3. final type RelationalOperator = opalj.RelationalOperators.Value

    Permalink
  4. final type UByte = Int

    Permalink
  5. final type UShort = Int

    Permalink
  6. final type UnaryArithmeticOperator = opalj.UnaryArithmeticOperators.Value

    Permalink

Value Members

  1. final val WEBPAGE: String("http://www.opal-project.de")

    Permalink
  2. package bi

    Permalink

    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.

  3. package bytecode

    Permalink

    Defines functionality commonly useful when processing Java bytecode.

  4. final def i2lBitMask(value: Int): Long

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped