Packages

t

org.opalj.ai

CustomInitialization

trait CustomInitialization extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomInitialization
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def initProperties(code: Code, cfJoins: IntTrieSet, initialLocals: (CustomInitialization.this)#Locals): Unit

    Override this method to perform custom initialization steps.

    Override this method to perform custom initialization steps.

    Always use abstract override and call the super method; it is recommended to complete the initialization of this domain before calling the super method.