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 br

    Permalink

    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 reference to constant pool entries are resolved and replaced by direct reference 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.

  3. package fpcf

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

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped