Packages

t

org.opalj.br.reader

AnnotationAttributesBinding

trait AnnotationAttributesBinding extends AnnotationsBinding with AnnotationsReader with ParametersAnnotationsReader with RuntimeInvisibleAnnotations_attributeReader with RuntimeVisibleAnnotations_attributeReader with RuntimeInvisibleParameterAnnotations_attributeReader with RuntimeVisibleParameterAnnotations_attributeReader with AnnotationDefault_attributeReader with AttributeBinding

Factory methods to create representations of the attributes related to Java annotations.

Linear Supertypes
AttributeBinding, AnnotationDefault_attributeReader, RuntimeVisibleParameterAnnotations_attributeReader, RuntimeInvisibleParameterAnnotations_attributeReader, RuntimeVisibleAnnotations_attributeReader, RuntimeInvisibleAnnotations_attributeReader, AttributeReader, AttributesAbstractions, ParametersAnnotationsReader, AnnotationsReader, AnnotationsBinding, ConstantPoolBinding, Constant_PoolReader, ElementValuePairsReader, AnnotationsAbstractions, Constant_PoolAbstractions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnnotationAttributesBinding
  2. AttributeBinding
  3. AnnotationDefault_attributeReader
  4. RuntimeVisibleParameterAnnotations_attributeReader
  5. RuntimeInvisibleParameterAnnotations_attributeReader
  6. RuntimeVisibleAnnotations_attributeReader
  7. RuntimeInvisibleAnnotations_attributeReader
  8. AttributeReader
  9. AttributesAbstractions
  10. ParametersAnnotationsReader
  11. AnnotationsReader
  12. AnnotationsBinding
  13. ConstantPoolBinding
  14. Constant_PoolReader
  15. ElementValuePairsReader
  16. AnnotationsAbstractions
  17. Constant_PoolAbstractions
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Annotation = br.Annotation
    Definition Classes
    AnnotationsBinding → AnnotationsAbstractions
  2. type AnnotationDefault_attribute = br.ElementValue
    Definition Classes
    AnnotationAttributesBinding → AnnotationDefault_attributeReader
  3. type AnnotationValue = br.AnnotationValue
    Definition Classes
    AnnotationsBinding
  4. type Annotations = RefArray[Annotation]
    Definition Classes
    AnnotationsReader
  5. type ArrayValue = br.ArrayValue
    Definition Classes
    AnnotationsBinding
  6. type Attribute = br.Attribute
    Definition Classes
    AttributeBinding → AttributesAbstractions
  7. type Attributes = RefArray[Attribute]
    Definition Classes
    AttributesAbstractions
  8. type BooleanValue = br.BooleanValue
    Definition Classes
    AnnotationsBinding
  9. type ByteValue = br.ByteValue
    Definition Classes
    AnnotationsBinding
  10. type CONSTANT_Class_info = cp.CONSTANT_Class_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  11. type CONSTANT_Double_info = cp.CONSTANT_Double_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  12. type CONSTANT_Fieldref_info = cp.CONSTANT_Fieldref_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  13. type CONSTANT_Float_info = cp.CONSTANT_Float_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  14. type CONSTANT_Integer_info = cp.CONSTANT_Integer_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  15. type CONSTANT_InterfaceMethodref_info = cp.CONSTANT_InterfaceMethodref_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  16. type CONSTANT_InvokeDynamic_info = cp.CONSTANT_InvokeDynamic_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  17. type CONSTANT_Long_info = cp.CONSTANT_Long_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  18. type CONSTANT_MethodHandle_info = cp.CONSTANT_MethodHandle_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  19. type CONSTANT_MethodType_info = cp.CONSTANT_MethodType_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  20. type CONSTANT_Methodref_info = cp.CONSTANT_Methodref_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  21. type CONSTANT_Module_info = cp.CONSTANT_Module_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  22. type CONSTANT_NameAndType_info = cp.CONSTANT_NameAndType_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  23. type CONSTANT_Package_info = cp.CONSTANT_Package_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  24. type CONSTANT_String_info = cp.CONSTANT_String_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  25. type CONSTANT_Utf8_info = cp.CONSTANT_Utf8_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader → Constant_PoolAbstractions
  26. type CharValue = br.CharValue
    Definition Classes
    AnnotationsBinding
  27. abstract type ClassFile <: br.ClassFile
    Definition Classes
    ConstantPoolBinding → Constant_PoolAbstractions
  28. type ClassValue = br.ClassValue
    Definition Classes
    AnnotationsBinding
  29. final type Constant_Pool = Array[Constant_Pool_Entry]
    Definition Classes
    Constant_PoolAbstractions
  30. type Constant_Pool_Entry = cp.Constant_Pool_Entry
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader → Constant_PoolAbstractions
  31. final type Constant_Pool_Index = Int
    Definition Classes
    Constant_PoolAbstractions
  32. type DeferredActionsStore = Buffer[(ClassFile) ⇒ ClassFile] with Constant_Pool_Entry
    Definition Classes
    Constant_PoolAbstractions
  33. type DoubleValue = br.DoubleValue
    Definition Classes
    AnnotationsBinding
  34. type ElementValue = br.ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  35. type ElementValuePair = br.ElementValuePair
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  36. type ElementValuePairs = RefArray[ElementValuePair]
    Definition Classes
    ElementValuePairsReader → AnnotationsAbstractions
  37. type ElementValues = RefArray[ElementValue]
    Definition Classes
    ElementValuePairsReader
  38. type EnumValue = br.EnumValue
    Definition Classes
    AnnotationsBinding
  39. type FloatValue = br.FloatValue
    Definition Classes
    AnnotationsBinding
  40. type IntValue = br.IntValue
    Definition Classes
    AnnotationsBinding
  41. type LongValue = br.LongValue
    Definition Classes
    AnnotationsBinding
  42. type ParameterAnnotations = RefArray[Annotation]
    Definition Classes
    ParametersAnnotationsReader
  43. type ParametersAnnotations = RefArray[ParameterAnnotations]
    Definition Classes
    ParametersAnnotationsReader
  44. type RuntimeInvisibleAnnotations_attribute = RuntimeInvisibleAnnotationTable
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleAnnotations_attributeReader
  45. type RuntimeInvisibleParameterAnnotations_attribute = RuntimeInvisibleParameterAnnotationTable
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleParameterAnnotations_attributeReader
  46. type RuntimeVisibleAnnotations_attribute = RuntimeVisibleAnnotationTable
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleAnnotations_attributeReader
  47. type RuntimeVisibleParameterAnnotations_attribute = RuntimeVisibleParameterAnnotationTable
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleParameterAnnotations_attributeReader
  48. type ShortValue = br.ShortValue
    Definition Classes
    AnnotationsBinding

Abstract Value Members

  1. abstract def registerAttributeReader(reader: (String, (Constant_Pool, AttributeParent, Constant_Pool_Index, Constant_Pool_Index, Constant_Pool_Index, DataInputStream) ⇒ Attribute)): Unit
    Definition Classes
    AttributeReader
  2. abstract def registerAttributesPostProcessor(p: (Attributes) ⇒ Attributes): Unit
    Definition Classes
    AttributeReader

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 Annotation(cp: Constant_Pool, type_index: Constant_Pool_Index, element_value_pairs: ElementValuePairs): Annotation
    Definition Classes
    AnnotationsBinding → AnnotationsAbstractions
  5. def Annotation(cp: Constant_Pool, in: DataInputStream): Annotation
    Definition Classes
    AnnotationsAbstractions
  6. def AnnotationDefault_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, element_value: ElementValue): AnnotationDefault_attribute
    Definition Classes
    AnnotationAttributesBinding → AnnotationDefault_attributeReader
  7. def AnnotationValue(cp: Constant_Pool, annotation: Annotation): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  8. def Annotations(cp: Constant_Pool, in: DataInputStream): Annotations
    Definition Classes
    AnnotationsReader
  9. def ArrayValue(cp: Constant_Pool, values: ElementValues): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  10. def BooleanValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  11. def ByteValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  12. def CONSTANT_Class_info(i: Int): CONSTANT_Class_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  13. def CONSTANT_Double_info(d: Double): CONSTANT_Double_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  14. def CONSTANT_Fieldref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_Fieldref_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  15. def CONSTANT_Float_info(f: Float): CONSTANT_Float_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  16. def CONSTANT_Integer_info(i: Int): CONSTANT_Integer_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  17. def CONSTANT_InterfaceMethodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_InterfaceMethodref_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  18. def CONSTANT_InvokeDynamic_info(bootstrap_method_attr_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_InvokeDynamic_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  19. def CONSTANT_Long_info(l: Long): CONSTANT_Long_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  20. def CONSTANT_MethodHandle_info(reference_kind: Int, reference_index: Int): CONSTANT_MethodHandle_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  21. def CONSTANT_MethodType_info(descriptor_index: Constant_Pool_Index): CONSTANT_MethodType_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  22. def CONSTANT_Methodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_Methodref_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  23. def CONSTANT_Module_info(name_index: Constant_Pool_Index): CONSTANT_Module_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  24. def CONSTANT_NameAndType_info(name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index): CONSTANT_NameAndType_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  25. def CONSTANT_Package_info(name_index: Constant_Pool_Index): CONSTANT_Package_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  26. def CONSTANT_String_info(i: Int): CONSTANT_String_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  27. def CONSTANT_Utf8_info(r: Array[Byte], s: String): CONSTANT_Utf8_info
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  28. def CharValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  29. def ClassValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  30. def Constant_Pool(in: DataInputStream): Constant_Pool
    Definition Classes
    Constant_PoolReader
  31. val Constant_Pool_EntryManifest: ClassTag[Constant_Pool_Entry]
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  32. def DoubleValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  33. def ElementValue(cp: Constant_Pool, in: DataInputStream): ElementValue
    Definition Classes
    ElementValuePairsReader
  34. def ElementValuePair(cp: Constant_Pool, element_name_index: Constant_Pool_Index, element_value: ElementValue): ElementValuePair
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  35. def ElementValuePair(cp: Constant_Pool, in: DataInputStream): ElementValuePair
    Definition Classes
    ElementValuePairsReader
  36. def ElementValuePairs(cp: Constant_Pool, in: DataInputStream): ElementValuePairs
    Definition Classes
    ElementValuePairsReader → AnnotationsAbstractions
  37. def EnumValue(cp: Constant_Pool, type_name_index: Constant_Pool_Index, const_name_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  38. def FloatValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  39. def IntValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  40. def LongValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  41. def ParametersAnnotations(cp: Constant_Pool, in: DataInputStream): ParametersAnnotations
    Definition Classes
    ParametersAnnotationsReader
  42. def RuntimeInvisibleAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, annotations: Annotations): RuntimeInvisibleAnnotations_attribute
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleAnnotations_attributeReader
  43. def RuntimeInvisibleParameterAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations): RuntimeInvisibleParameterAnnotations_attribute
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleParameterAnnotations_attributeReader
  44. def RuntimeVisibleAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, annotations: Annotations): RuntimeVisibleAnnotations_attribute
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleAnnotations_attributeReader
  45. def RuntimeVisibleParameterAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations): RuntimeVisibleParameterAnnotations_attribute
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleParameterAnnotations_attributeReader
  46. def ShortValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  47. def StringValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  48. def applyDeferredActions(cp: Constant_Pool, classFile: ClassFile): ClassFile
    Definition Classes
    Constant_PoolReader → Constant_PoolAbstractions
  49. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  50. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. implicit def cpIndexTocpEntry(index: Constant_Pool_Index)(implicit cp: Constant_Pool): Constant_Pool_Entry
    Definition Classes
    ConstantPoolBinding
  52. def createDeferredActionsStore(): DeferredActionsStore
    Attributes
    protected[this]
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  55. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  60. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  61. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  62. def registerDeferredAction(cp: Constant_Pool)(deferredAction: (ClassFile) ⇒ ClassFile): Unit
    Definition Classes
    Constant_PoolReader
  63. def reifyEmptyAttributes: Boolean
    Definition Classes
    AttributeReader
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AttributeBinding

Inherited from AnnotationDefault_attributeReader

Inherited from RuntimeVisibleParameterAnnotations_attributeReader

Inherited from RuntimeInvisibleParameterAnnotations_attributeReader

Inherited from RuntimeVisibleAnnotations_attributeReader

Inherited from RuntimeInvisibleAnnotations_attributeReader

Inherited from AttributeReader

Inherited from AttributesAbstractions

Inherited from ParametersAnnotationsReader

Inherited from AnnotationsReader

Inherited from AnnotationsBinding

Inherited from ConstantPoolBinding

Inherited from Constant_PoolReader

Inherited from ElementValuePairsReader

Inherited from AnnotationsAbstractions

Inherited from Constant_PoolAbstractions

Inherited from AnyRef

Inherited from Any

Ungrouped