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 Attributes(cp: (MethodsBinding.this)#Constant_Pool, ap: AttributeParent, ap_name_index: (MethodsBinding.this)#Constant_Pool_Index, ap_descriptor_index: (MethodsBinding.this)#Constant_Pool_Index, in: DataInputStream): (MethodsBinding.this)#Attributes
    Attributes
    protected
    Definition Classes
    MethodsReader
  2. 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
  3. implicit abstract val constantPoolEntryType: ClassTag[(MethodsBinding.this)#Constant_Pool_Entry]
    Definition Classes
    Constant_PoolAbstractions

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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
  5. def Methods(cp: (MethodsBinding.this)#Constant_Pool, in: DataInputStream): (MethodsBinding.this)#Methods
    Definition Classes
    MethodsReader
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. implicit val methodInfoType: ClassTag[(MethodsBinding.this)#Method_Info]
    Definition Classes
    MethodsBindingMethodsReader
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MethodsReader

Inherited from AnyRef

Inherited from Any

Ungrouped