Packages

t

org.opalj.bi.reader

TypeAnnotationTargetReader

trait TypeAnnotationTargetReader extends Constant_PoolAbstractions

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

Type Members

  1. abstract type CONSTANT_Utf8_info <: Constant_Pool_Entry
    Definition Classes
    Constant_PoolAbstractions
  2. abstract type ClassFile
    Definition Classes
    Constant_PoolAbstractions
  3. final type Constant_Pool = Array[Constant_Pool_Entry]
    Definition Classes
    Constant_PoolAbstractions
  4. abstract type Constant_Pool_Entry <: ConstantPoolEntry
    Definition Classes
    Constant_PoolAbstractions
  5. final type Constant_Pool_Index = Int
    Definition Classes
    Constant_PoolAbstractions
  6. type DeferredActionsStore = Buffer[(ClassFile) => ClassFile] with 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
  7. type LocalvarTable = ArraySeq[LocalvarTableEntry]
  8. abstract type LocalvarTableEntry <: AnyRef
  9. abstract type TypeAnnotationTarget <: AnyRef

Abstract Value Members

  1. abstract def CastExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget
  2. abstract def Catch(exception_table_index: Int): TypeAnnotationTarget
  3. abstract def ConstructorInMethodReferenceExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget
  4. abstract def ConstructorInvocation(offset: Int, type_argument_index: Int): TypeAnnotationTarget
  5. abstract def FieldDeclaration: TypeAnnotationTarget
  6. abstract def FormalParameter(formal_parameter_index: Int): TypeAnnotationTarget
  7. abstract def InstanceOf(offset: Int): TypeAnnotationTarget
  8. abstract def LocalvarDecl(localVarTable: LocalvarTable): TypeAnnotationTarget
  9. abstract def LocalvarTableEntry(start_pc: Int, length: Int, local_variable_table_index: Int): LocalvarTableEntry

    Factory method to create a LocalvarTableEntry.

    Factory method to create a LocalvarTableEntry. To completely resolve such entries; i.e., to resolve the local_variable_table_index it may be necessary to do some post-processing after all attributes belonging to a code block are loaded. This can be done using the method org.opalj.bi.reader.AttributeReader.registerAttributesPostProcessor.

  10. abstract def MethodInMethodReferenceExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget
  11. abstract def MethodInvocation(offset: Int, type_argument_index: Int): TypeAnnotationTarget
  12. abstract def MethodReferenceExpressionIdentifier(offset: Int): TypeAnnotationTarget
  13. abstract def MethodReferenceExpressionNew(offset: Int): TypeAnnotationTarget
  14. abstract def New(offset: Int): TypeAnnotationTarget
  15. abstract def ParameterDeclarationOfClassOrInterface(type_parameter_index: Int): TypeAnnotationTarget
  16. abstract def ParameterDeclarationOfMethodOrConstructor(type_parameter_index: Int): TypeAnnotationTarget
  17. abstract def ReceiverType: TypeAnnotationTarget
  18. abstract def ResourcevarDecl(localVarTable: LocalvarTable): TypeAnnotationTarget
  19. abstract def ReturnType: TypeAnnotationTarget
  20. abstract def SupertypeTarget(supertype_index: Int): TypeAnnotationTarget
  21. abstract def Throws(throws_type_index: Int): TypeAnnotationTarget
  22. abstract def TypeBoundOfParameterDeclarationOfClassOrInterface(type_parameter_index: Int, bound_index: Int): TypeAnnotationTarget
  23. abstract def TypeBoundOfParameterDeclarationOfMethodOrConstructor(type_parameter_index: Int, bound_index: Int): TypeAnnotationTarget
  24. abstract def applyDeferredActions(cp: Constant_Pool, classFile: ClassFile): 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
  25. implicit abstract val constantPoolEntryType: ClassTag[Constant_Pool_Entry]
    Definition Classes
    Constant_PoolAbstractions
  26. implicit abstract val localvarTableEntryType: ClassTag[LocalvarTableEntry]

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 LocalvarTable(in: DataInputStream): LocalvarTable
  5. def TypeAnnotationTarget(in: DataInputStream): TypeAnnotationTarget

    u1 target_type;
    union {
     type_parameter_target;
     supertype_target;
     type_parameter_bound_target;
     empty_target;
     method_formal_parameter_target;
     throws_target;
     localvar_target;
     catch_target;
     offset_target;
     type_argument_target;
     } target_info;
    

  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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. 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 AnyRef

Inherited from Any

Ungrouped