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.

  • package fpcf
  • package value

    Provides a general query interface for querying a value's properties.

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 ProjectType = opalj.ProjectTypes.Value
  3. final type RelationalOperator = opalj.RelationalOperators.Value
  4. final type UByte = Int
  5. final type UShort = Int
  6. final type UnaryArithmeticOperator = opalj.UnaryArithmeticOperators.Value

Value Members

  1. val BaseConfig: Config
  2. final val NotRequired: (Any) ⇒ Nothing
  3. final val WEBPAGE: String("http://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