Packages

t

org.opalj.ai

TheCodeStructure

trait TheCodeStructure extends AnyRef

Mixin this trait if the domain needs information about the structure of the code.

Usage

It is sufficient to mixin this trait in a Domain that needs to get access to the code array. The abstract interpreter will then perform the initialization.

This information is set immediately before the abstract interpretation is started/continued.

Self Type
TheCodeStructure with ValuesDomain
Source
TheCodeStructure.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TheCodeStructure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def cfJoins: IntTrieSet

  2. def instructions: Array[Instruction]