trait MethodsBinding extends MethodsReader
- Self Type
- MethodsBinding with ConstantPoolBinding with AttributeBinding
- Source
- MethodsBinding.scala
- Alphabetic
- By Inheritance
- MethodsBinding
- MethodsReader
- Constant_PoolAbstractions
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type Attributes
- Definition Classes
- MethodsReader
- abstract type CONSTANT_Utf8_info <: (MethodsBinding.this)#Constant_Pool_Entry
- Definition Classes
- Constant_PoolAbstractions
- abstract type ClassFile
- Definition Classes
- Constant_PoolAbstractions
- final type Constant_Pool = Array[(MethodsBinding.this)#Constant_Pool_Entry]
- Definition Classes
- Constant_PoolAbstractions
- abstract type Constant_Pool_Entry <: ConstantPoolEntry
- Definition Classes
- Constant_PoolAbstractions
- final type Constant_Pool_Index = Int
- Definition Classes
- Constant_PoolAbstractions
- 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
- type Method_Info = Method
- Definition Classes
- MethodsBinding → MethodsReader
- type Methods = ArraySeq[(MethodsBinding.this)#Method_Info]
- Definition Classes
- MethodsReader
Abstract Value Members
- 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
- implicit abstract val constantPoolEntryType: ClassTag[(MethodsBinding.this)#Constant_Pool_Entry]
- Definition Classes
- Constant_PoolAbstractions
Concrete Value Members
- 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
- MethodsBinding → MethodsReader
- def Methods(cp: (MethodsBinding.this)#Constant_Pool, in: DataInputStream): (MethodsBinding.this)#Methods
- Definition Classes
- MethodsReader
- implicit val methodInfoType: ClassTag[(MethodsBinding.this)#Method_Info]
- Definition Classes
- MethodsBinding → MethodsReader