Packages

t

org.opalj.br.reader

MethodsBinding

trait MethodsBinding extends MethodsReader

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodsBinding
  2. MethodsReader
  3. Constant_PoolAbstractions
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Attributes
    Definition Classes
    MethodsReader
  2. abstract type CONSTANT_Utf8_info <: (MethodsBinding.this)#Constant_Pool_Entry
    Definition Classes
    Constant_PoolAbstractions
  3. abstract type ClassFile
    Definition Classes
    Constant_PoolAbstractions
  4. final type Constant_Pool = Array[(MethodsBinding.this)#Constant_Pool_Entry]
    Definition Classes
    Constant_PoolAbstractions
  5. abstract type Constant_Pool_Entry <: ConstantPoolEntry
    Definition Classes
    Constant_PoolAbstractions
  6. final type Constant_Pool_Index = Int
    Definition Classes
    Constant_PoolAbstractions
  7. type DeferredActionsStore = Buffer[((MethodsBinding.this)#ClassFile) => (MethodsBinding.this)#ClassFile] with (MethodsBinding.this)#Constant_Pool_Entry

    A DeferredActionsStore stores all functions that need to perform post load actions.

    A DeferredActionsStore stores all functions that need to perform post load actions.

    One example is the resolution of references to attributes. (The constant pool is the only structure that is passed around and hence it is the only place where to store information/functions related to a specific class file).

    Definition Classes
    Constant_PoolAbstractions
  8. type Method_Info = Method
    Definition Classes
    MethodsBindingMethodsReader
  9. type Methods = ArraySeq[(MethodsBinding.this)#Method_Info]
    Definition Classes
    MethodsReader

Abstract Value Members

  1. abstract def applyDeferredActions(cp: (MethodsBinding.this)#Constant_Pool, classFile: (MethodsBinding.this)#ClassFile): (MethodsBinding.this)#ClassFile

    This method is called/needs to be called after the class file was completely loaded to perform class file specific transformations.

    This method is called/needs to be called after the class file was completely loaded to perform class file specific transformations.

    Definition Classes
    Constant_PoolAbstractions
  2. implicit abstract val constantPoolEntryType: ClassTag[(MethodsBinding.this)#Constant_Pool_Entry]
    Definition Classes
    Constant_PoolAbstractions

Concrete Value Members

  1. def Method_Info(cp: (MethodsBinding.this)#Constant_Pool, accessFlags: Int, name_index: Int, descriptor_index: Int, attributes: (MethodsBinding.this)#Attributes): (MethodsBinding.this)#Method_Info
    Definition Classes
    MethodsBindingMethodsReader
  2. def Methods(cp: (MethodsBinding.this)#Constant_Pool, in: DataInputStream): (MethodsBinding.this)#Methods
    Definition Classes
    MethodsReader
  3. implicit val methodInfoType: ClassTag[(MethodsBinding.this)#Method_Info]
    Definition Classes
    MethodsBindingMethodsReader