Object/Trait

org.opalj.br.reader

Java7Framework

Related Docs: trait Java7Framework | package reader

Permalink

object Java7Framework extends Java7Framework

Linear Supertypes
Java7Framework, CodeReader, BytecodeReaderAndBinding, DeferredInvokedynamicResolution, Exceptions_attributeBinding, Exceptions_attributeReader, LocalVariableTypeTable_attributeBinding, LocalVariableTypeTable_attributeReader, LocalVariableTable_attributeBinding, LocalVariableTable_attributeReader, CompactLineNumberTable_attributeBinding, CompactLineNumberTable_attributeReader, StackMapTable_attributeBinding, VerificationTypeInfoReader, StackMapFrameReader, StackMapTable_attributeReader, BootstrapMethods_attributeBinding, BootstrapMethods_attributeReader, SourceDebugExtension_attributeBinding, SourceDebugExtension_attributeReader, CodeAttributeBinding, CodeBinding, Code_attributeReader, Java7LibraryFramework, ConstantValue_attributeBinding, ConstantValue_attributeReader, Synthetic_attributeBinding, Synthetic_attributeReader, Signature_attributeBinding, Signature_attributeReader, Deprecated_attributeBinding, Deprecated_attributeReader, SourceFile_attributeBinding, SourceFile_attributeReader, EnclosingMethod_attributeBinding, EnclosingMethod_attributeReader, InnerClasses_attributeBinding, InnerClasses_attributeReader, AnnotationAttributesBinding, AttributeBinding, AnnotationDefault_attributeReader, RuntimeVisibleParameterAnnotations_attributeReader, RuntimeInvisibleParameterAnnotations_attributeReader, RuntimeVisibleAnnotations_attributeReader, RuntimeInvisibleAnnotations_attributeReader, AttributeReader, ParameterAnnotationsReader, AnnotationsReader, AnnotationsBinding, ElementValuePairsReader, AnnotationAbstractions, SkipUnknown_attributeReader, AttributesReader, Unknown_attributeAbstractions, AttributesAbstractions, ClassFileBinding, ClassFileReader, MethodsBinding, MethodsReader, FieldsBinding, FieldsReader, ConstantPoolBinding, Constant_PoolReader, Constant_PoolAbstractions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Java7Framework
  2. Java7Framework
  3. CodeReader
  4. BytecodeReaderAndBinding
  5. DeferredInvokedynamicResolution
  6. Exceptions_attributeBinding
  7. Exceptions_attributeReader
  8. LocalVariableTypeTable_attributeBinding
  9. LocalVariableTypeTable_attributeReader
  10. LocalVariableTable_attributeBinding
  11. LocalVariableTable_attributeReader
  12. CompactLineNumberTable_attributeBinding
  13. CompactLineNumberTable_attributeReader
  14. StackMapTable_attributeBinding
  15. VerificationTypeInfoReader
  16. StackMapFrameReader
  17. StackMapTable_attributeReader
  18. BootstrapMethods_attributeBinding
  19. BootstrapMethods_attributeReader
  20. SourceDebugExtension_attributeBinding
  21. SourceDebugExtension_attributeReader
  22. CodeAttributeBinding
  23. CodeBinding
  24. Code_attributeReader
  25. Java7LibraryFramework
  26. ConstantValue_attributeBinding
  27. ConstantValue_attributeReader
  28. Synthetic_attributeBinding
  29. Synthetic_attributeReader
  30. Signature_attributeBinding
  31. Signature_attributeReader
  32. Deprecated_attributeBinding
  33. Deprecated_attributeReader
  34. SourceFile_attributeBinding
  35. SourceFile_attributeReader
  36. EnclosingMethod_attributeBinding
  37. EnclosingMethod_attributeReader
  38. InnerClasses_attributeBinding
  39. InnerClasses_attributeReader
  40. AnnotationAttributesBinding
  41. AttributeBinding
  42. AnnotationDefault_attributeReader
  43. RuntimeVisibleParameterAnnotations_attributeReader
  44. RuntimeInvisibleParameterAnnotations_attributeReader
  45. RuntimeVisibleAnnotations_attributeReader
  46. RuntimeInvisibleAnnotations_attributeReader
  47. AttributeReader
  48. ParameterAnnotationsReader
  49. AnnotationsReader
  50. AnnotationsBinding
  51. ElementValuePairsReader
  52. AnnotationAbstractions
  53. SkipUnknown_attributeReader
  54. AttributesReader
  55. Unknown_attributeAbstractions
  56. AttributesAbstractions
  57. ClassFileBinding
  58. ClassFileReader
  59. MethodsBinding
  60. MethodsReader
  61. FieldsBinding
  62. FieldsReader
  63. ConstantPoolBinding
  64. Constant_PoolReader
  65. Constant_PoolAbstractions
  66. AnyRef
  67. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Annotation = br.Annotation

    Permalink
    Definition Classes
    AnnotationsBinding → AnnotationAbstractions
  2. type AnnotationDefault_attribute = br.ElementValue

    Permalink
    Definition Classes
    AnnotationAttributesBinding → AnnotationDefault_attributeReader
  3. type AnnotationValue = br.AnnotationValue

    Permalink
    Definition Classes
    AnnotationsBinding
  4. type Annotations = IndexedSeq[Annotation]

    Permalink
    Definition Classes
    AnnotationsReader
  5. type AppendFrame = br.AppendFrame

    Permalink
  6. type ArrayValue = br.ArrayValue

    Permalink
    Definition Classes
    AnnotationsBinding
  7. type Attribute = br.Attribute

    Permalink
    Definition Classes
    AttributeBinding → AttributesAbstractions
  8. type Attributes = Seq[Attribute]

    Permalink
    Definition Classes
    AttributesAbstractions
  9. type BooleanValue = br.BooleanValue

    Permalink
    Definition Classes
    AnnotationsBinding
  10. type BootstrapArgument = br.BootstrapArgument

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  11. type BootstrapArguments = IndexedSeq[BootstrapArgument]

    Permalink
    Definition Classes
    BootstrapMethods_attributeReader
  12. type BootstrapMethod = br.BootstrapMethod

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  13. type BootstrapMethods = IndexedSeq[BootstrapMethod]

    Permalink
    Definition Classes
    BootstrapMethods_attributeReader
  14. type BootstrapMethods_attribute = BootstrapMethodTable

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  15. type ByteValue = br.ByteValue

    Permalink
    Definition Classes
    AnnotationsBinding
  16. case class CONSTANT_Class_info(name_index: ConstantPoolBinding.Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  17. case class CONSTANT_Double_info(value: ConstantDouble) extends CONSTANT_FieldValue_info with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  18. trait CONSTANT_FieldValue_info extends Constant_Pool_Entry

    Permalink
    Definition Classes
    ConstantPoolBinding
  19. case class CONSTANT_Fieldref_info(class_index: ConstantPoolBinding.Constant_Pool_Index, name_and_type_index: ConstantPoolBinding.Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  20. case class CONSTANT_Float_info(value: ConstantFloat) extends CONSTANT_FieldValue_info with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  21. case class CONSTANT_Integer_info(value: ConstantInteger) extends CONSTANT_FieldValue_info with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  22. case class CONSTANT_InterfaceMethodref_info(class_index: ConstantPoolBinding.Constant_Pool_Index, name_and_type_index: ConstantPoolBinding.Constant_Pool_Index) extends AsMethodref with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  23. case class CONSTANT_InvokeDynamic_info(bootstrapMethodAttributeIndex: Int, nameAndTypeIndex: ConstantPoolBinding.Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable

    Permalink

    bootstrapMethodAttributeIndex

    This is an index into the bootstrap table. Since the bootstrap table is a class level attribute it is only possible to resolve this reference after loading the entire class file (class level attributes are loaded last).

    Definition Classes
    ConstantPoolBinding
  24. case class CONSTANT_Long_info(value: ConstantLong) extends CONSTANT_FieldValue_info with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  25. case class CONSTANT_MethodHandle_info(referenceKind: Int, referenceIndex: ConstantPoolBinding.Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  26. case class CONSTANT_MethodType_info(descriptorIndex: ConstantPoolBinding.Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  27. case class CONSTANT_Methodref_info(class_index: ConstantPoolBinding.Constant_Pool_Index, name_and_type_index: ConstantPoolBinding.Constant_Pool_Index) extends AsMethodref with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  28. case class CONSTANT_NameAndType_info(name_index: ConstantPoolBinding.Constant_Pool_Index, descriptor_index: ConstantPoolBinding.Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  29. case class CONSTANT_String_info(string_index: ConstantPoolBinding.Constant_Pool_Index) extends CONSTANT_FieldValue_info with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  30. case class CONSTANT_Utf8_info(value: String) extends Constant_Pool_Entry with Product with Serializable

    Permalink
    Definition Classes
    ConstantPoolBinding
  31. type CharValue = br.CharValue

    Permalink
    Definition Classes
    AnnotationsBinding
  32. type ChopFrame = br.ChopFrame

    Permalink
  33. type ClassFile = br.ClassFile

    Permalink
    Definition Classes
    ClassFileBinding → ClassFileReader → Constant_PoolAbstractions
  34. type ClassValue = br.ClassValue

    Permalink
    Definition Classes
    AnnotationsBinding
  35. type Code_attribute = Code

    Permalink
    Definition Classes
    CodeAttributeBinding → Code_attributeReader
  36. type ConstantValue_attribute = ConstantFieldValue[_]

    Permalink
    Definition Classes
    ConstantValue_attributeBinding → ConstantValue_attributeReader
  37. type Constant_Pool = Array[Constant_Pool_Entry]

    Permalink
    Definition Classes
    DeferredInvokedynamicResolution → Constant_PoolReader → Constant_PoolAbstractions
  38. trait Constant_Pool_Entry extends ConstantPoolEntry

    Permalink
    Definition Classes
    ConstantPoolBinding
  39. type Constant_Pool_Index = Int

    Permalink
    Definition Classes
    Constant_PoolAbstractions
  40. type DeferredActionsStore = Buffer[(ClassFile) ⇒ ClassFile] with Constant_Pool_Entry

    Permalink
    Definition Classes
    Constant_PoolAbstractions
  41. type Deprecated_attribute = br.Attribute

    Permalink
    Definition Classes
    Deprecated_attributeBinding → Deprecated_attributeReader
  42. type DoubleValue = br.DoubleValue

    Permalink
    Definition Classes
    AnnotationsBinding
  43. type DoubleVariableInfo = br.VerificationTypeInfo

    Permalink
  44. type ElementValue = br.ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  45. type ElementValuePair = br.ElementValuePair

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  46. type ElementValuePairs = IndexedSeq[ElementValuePair]

    Permalink
    Definition Classes
    ElementValuePairsReader → AnnotationAbstractions
  47. type ElementValues = IndexedSeq[ElementValue]

    Permalink
    Definition Classes
    ElementValuePairsReader
  48. type EnclosingMethod_attribute = EnclosingMethod

    Permalink
    Definition Classes
    EnclosingMethod_attributeBinding → EnclosingMethod_attributeReader
  49. type EnumValue = br.EnumValue

    Permalink
    Definition Classes
    AnnotationsBinding
  50. type ExceptionHandlers = IndexedSeq[ExceptionTableEntry]

    Permalink
    Definition Classes
    Code_attributeReader
  51. type ExceptionIndexTable = IndexedSeq[Constant_Pool_Index]

    Permalink
    Definition Classes
    Exceptions_attributeReader
  52. type ExceptionTableEntry = ExceptionHandler

    Permalink
    Definition Classes
    CodeAttributeBinding → Code_attributeReader
  53. type Exceptions_attribute = ExceptionTable

    Permalink
    Definition Classes
    Exceptions_attributeBinding → Exceptions_attributeReader
  54. type Field_Info = Field

    Permalink
    Definition Classes
    FieldsBinding → FieldsReader
  55. type Fields = IndexedSeq[Field_Info]

    Permalink
    Definition Classes
    FieldsReader
  56. type FloatValue = br.FloatValue

    Permalink
    Definition Classes
    AnnotationsBinding
  57. type FloatVariableInfo = br.VerificationTypeInfo

    Permalink
  58. type FullFrame = br.FullFrame

    Permalink
  59. type InnerClasses = IndexedSeq[InnerClassesEntry]

    Permalink
    Definition Classes
    InnerClasses_attributeReader
  60. type InnerClassesEntry = InnerClass

    Permalink
    Definition Classes
    InnerClasses_attributeBinding → InnerClasses_attributeReader
  61. type InnerClasses_attribute = InnerClassTable

    Permalink
    Definition Classes
    InnerClasses_attributeBinding → InnerClasses_attributeReader
  62. type Instructions = Array[Instruction]

    Permalink
    Definition Classes
    CodeBinding
  63. type IntValue = br.IntValue

    Permalink
    Definition Classes
    AnnotationsBinding
  64. type IntegerVariableInfo = br.VerificationTypeInfo

    Permalink
  65. type LineNumberTable_attribute = CompactLineNumberTable

    Permalink
    Definition Classes
    CompactLineNumberTable_attributeBinding → CompactLineNumberTable_attributeReader
  66. type LocalVariableTableEntry = LocalVariable

    Permalink
    Definition Classes
    LocalVariableTable_attributeBinding → LocalVariableTable_attributeReader
  67. type LocalVariableTable_attribute = LocalVariableTable

    Permalink
    Definition Classes
    LocalVariableTable_attributeBinding → LocalVariableTable_attributeReader
  68. type LocalVariableTypeTableEntry = LocalVariableType

    Permalink
    Definition Classes
    LocalVariableTypeTable_attributeBinding → LocalVariableTypeTable_attributeReader
  69. type LocalVariableTypeTable_attribute = LocalVariableTypeTable

    Permalink
    Definition Classes
    LocalVariableTypeTable_attributeBinding → LocalVariableTypeTable_attributeReader
  70. type LocalVariableTypes = IndexedSeq[LocalVariableTypeTableEntry]

    Permalink
    Definition Classes
    LocalVariableTypeTable_attributeReader
  71. type LocalVariables = IndexedSeq[LocalVariableTableEntry]

    Permalink
    Definition Classes
    LocalVariableTable_attributeReader
  72. type LongValue = br.LongValue

    Permalink
    Definition Classes
    AnnotationsBinding
  73. type LongVariableInfo = br.VerificationTypeInfo

    Permalink
  74. type Method_Info = Method

    Permalink
    Definition Classes
    MethodsBinding → MethodsReader
  75. type Methods = IndexedSeq[Method_Info]

    Permalink
    Definition Classes
    MethodsReader
  76. type NullVariableInfo = br.VerificationTypeInfo

    Permalink
  77. type ObjectVariableInfo = br.ObjectVariableInfo

    Permalink
  78. type ParameterAnnotations = IndexedSeq[IndexedSeq[Annotation]]

    Permalink
    Definition Classes
    ParameterAnnotationsReader
  79. type RuntimeInvisibleAnnotations_attribute = RuntimeInvisibleAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleAnnotations_attributeReader
  80. type RuntimeInvisibleParameterAnnotations_attribute = RuntimeInvisibleParameterAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleParameterAnnotations_attributeReader
  81. type RuntimeVisibleAnnotations_attribute = RuntimeVisibleAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleAnnotations_attributeReader
  82. type RuntimeVisibleParameterAnnotations_attribute = RuntimeVisibleParameterAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleParameterAnnotations_attributeReader
  83. type SameFrame = br.SameFrame

    Permalink
  84. type SameFrameExtended = br.SameFrameExtended

    Permalink
  85. type SameLocals1StackItemFrame = br.SameLocals1StackItemFrame

    Permalink
  86. type SameLocals1StackItemFrameExtended = br.SameLocals1StackItemFrameExtended

    Permalink
  87. type ShortValue = br.ShortValue

    Permalink
    Definition Classes
    AnnotationsBinding
  88. type Signature_attribute = Signature

    Permalink
    Definition Classes
    Signature_attributeBinding → Signature_attributeReader
  89. type SourceDebugExtension_attribute = SourceDebugExtension

    Permalink
    Definition Classes
    SourceDebugExtension_attributeBinding → SourceDebugExtension_attributeReader
  90. type SourceFile_attribute = SourceFile

    Permalink
    Definition Classes
    SourceFile_attributeBinding → SourceFile_attributeReader
  91. type StackMapFrame = br.StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader → StackMapTable_attributeReader
  92. type StackMapFrames = IndexedSeq[StackMapFrame]

    Permalink
    Definition Classes
    StackMapTable_attributeReader
  93. type StackMapTable_attribute = StackMapTable

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapTable_attributeReader
  94. type Synthetic_attribute = br.Attribute

    Permalink
    Definition Classes
    Synthetic_attributeBinding → Synthetic_attributeReader
  95. type TopVariableInfo = br.VerificationTypeInfo

    Permalink
  96. type UninitializedThisVariableInfo = br.VerificationTypeInfo

    Permalink
  97. type UninitializedVariableInfo = br.UninitializedVariableInfo

    Permalink
  98. type Unknown_attribute = Null

    Permalink
    Definition Classes
    SkipUnknown_attributeReader → Unknown_attributeAbstractions
  99. type VerificationTypeInfo = br.VerificationTypeInfo

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader → StackMapFrameReader
  100. type VerificationTypeInfoLocals = IndexedSeq[VerificationTypeInfo]

    Permalink
    Definition Classes
    StackMapFrameReader
  101. type VerificationTypeInfoStack = IndexedSeq[VerificationTypeInfo]

    Permalink
    Definition Classes
    StackMapFrameReader

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def AllClassFiles(files: Traversable[File], exceptionHandler: bi.reader.ClassFileReader.ExceptionHandler): Traversable[(ClassFile, URL)]

    Permalink
    Definition Classes
    ClassFileReader
  5. def Annotation(cp: Java7Framework.Constant_Pool, type_index: Constant_Pool_Index, element_value_pairs: ElementValuePairs): br.Annotation

    Permalink
    Definition Classes
    AnnotationsBinding → AnnotationAbstractions
  6. def Annotation(cp: Constant_Pool, in: DataInputStream): Annotation

    Permalink
    Definition Classes
    AnnotationAbstractions
  7. def AnnotationDefault_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, element_value: ElementValue): ElementValue

    Permalink
    Definition Classes
    AnnotationAttributesBinding → AnnotationDefault_attributeReader
  8. val AnnotationManifest: ClassTag[Annotation]

    Permalink
    Definition Classes
    AnnotationsBinding
  9. def AnnotationValue(cp: Java7Framework.Constant_Pool, annotation: Annotation): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  10. def Annotations(cp: Constant_Pool, in: DataInputStream): Annotations

    Permalink
    Definition Classes
    AnnotationsReader
  11. def AppendFrame(frame_type: Int, offset_delta: Int, verification_type_info_locals: VerificationTypeInfoLocals): StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  12. def ArrayValue(cp: Java7Framework.Constant_Pool, values: ElementValues): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  13. def Attribute(ap: AttributeParent, cp: Java7Framework.Constant_Pool, in: DataInputStream): Attribute

    Permalink
    Definition Classes
    AttributesReader
  14. val AttributeManifest: ClassTag[Attribute]

    Permalink
    Definition Classes
    AttributeBinding → AttributesAbstractions
  15. def Attributes(ap: AttributeParent, cp: Java7Framework.Constant_Pool, in: DataInputStream): Attributes

    Permalink
    Definition Classes
    AttributesReader
  16. def BooleanValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  17. def BootstrapArgument(cp: Java7Framework.Constant_Pool, constantPoolIndex: Int): BootstrapArgument

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  18. def BootstrapArgument(cp: Constant_Pool, in: DataInputStream): BootstrapArgument

    Permalink
    Definition Classes
    BootstrapMethods_attributeReader
  19. val BootstrapArgumentManifest: ClassTag[BootstrapArgument]

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  20. def BootstrapMethod(cp: Java7Framework.Constant_Pool, bootstrapMethodRef: Int, bootstrapArguments: BootstrapArguments): BootstrapMethod

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  21. def BootstrapMethod(cp: Constant_Pool, in: DataInputStream): BootstrapMethod

    Permalink
    Definition Classes
    BootstrapMethods_attributeReader
  22. val BootstrapMethodManifest: ClassTag[BootstrapMethod]

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  23. def BootstrapMethods_attribute(cp: Java7Framework.Constant_Pool, attributeNameIndex: Int, attributeLength: Int, bootstrapMethods: BootstrapMethods): BootstrapMethods_attribute

    Permalink
    Definition Classes
    BootstrapMethods_attributeBinding → BootstrapMethods_attributeReader
  24. def ByteValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  25. def CONSTANT_Class_info(i: Int): CONSTANT_Class_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  26. def CONSTANT_Double_info(d: Double): CONSTANT_Double_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  27. def CONSTANT_Fieldref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_Fieldref_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  28. def CONSTANT_Float_info(f: Float): CONSTANT_Float_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  29. def CONSTANT_Integer_info(i: Int): CONSTANT_Integer_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  30. def CONSTANT_InterfaceMethodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_InterfaceMethodref_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  31. def CONSTANT_InvokeDynamic_info(bootstrap_method_attr_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_InvokeDynamic_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  32. def CONSTANT_Long_info(l: Long): CONSTANT_Long_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  33. def CONSTANT_MethodHandle_info(reference_kind: Int, reference_index: Int): CONSTANT_MethodHandle_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  34. def CONSTANT_MethodType_info(descriptor_index: Constant_Pool_Index): CONSTANT_MethodType_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  35. def CONSTANT_Methodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_Methodref_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  36. def CONSTANT_NameAndType_info(name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index): CONSTANT_NameAndType_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  37. def CONSTANT_String_info(i: Int): CONSTANT_String_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  38. def CONSTANT_Utf8_info(s: String): CONSTANT_Utf8_info

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  39. def CharValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  40. def ChopFrame(frame_type: Int, offset_delta: Int): StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  41. def ClassFile(cp: Java7Framework.Constant_Pool, minor_version: Int, major_version: Int, access_flags: Int, this_class_index: Constant_Pool_Index, super_class_index: Constant_Pool_Index, interfaces: IndexedSeq[Constant_Pool_Index], fields: Fields, methods: Methods, attributes: Attributes): ClassFile

    Permalink
    Definition Classes
    ClassFileBinding → ClassFileReader
  42. def ClassFile(jarFilename: String, jarFileEntryName: String): Seq[ClassFile]

    Permalink
    Definition Classes
    ClassFileReader
    Annotations
    @throws( ... )
  43. def ClassFile(jarFile: File, jarFileEntryName: String): Seq[ClassFile]

    Permalink
    Definition Classes
    ClassFileReader
    Annotations
    @throws( ... )
  44. def ClassFile(jarFile: ZipFile, jarEntry: ZipEntry): Seq[ClassFile]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ClassFileReader
  45. def ClassFile(create: () ⇒ InputStream): Seq[ClassFile]

    Permalink
    Definition Classes
    ClassFileReader
  46. def ClassFile(in: DataInputStream): Seq[ClassFile]

    Permalink
    Definition Classes
    ClassFileReader
  47. def ClassFiles(file: File, exceptionHandler: bi.reader.ClassFileReader.ExceptionHandler): Seq[(ClassFile, URL)]

    Permalink
    Definition Classes
    ClassFileReader
  48. def ClassFiles(jarFile: ZipFile, classFileHandler: (ClassFile, URL) ⇒ Unit, exceptionHandler: bi.reader.ClassFileReader.ExceptionHandler): Unit

    Permalink
    Definition Classes
    ClassFileReader
  49. def ClassFiles(jarFile: ZipFile, exceptionHandler: bi.reader.ClassFileReader.ExceptionHandler): Seq[(ClassFile, URL)]

    Permalink
    Definition Classes
    ClassFileReader
  50. def ClassValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  51. def Code_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, max_stack: Int, max_locals: Int, instructions: Instructions, exception_handlers: ExceptionHandlers, attributes: Attributes): Code

    Permalink
    Definition Classes
    CodeAttributeBinding → Code_attributeReader
  52. def ConstantValue_attribute(cp: Java7Framework.Constant_Pool, attributeNameIndex: Constant_Pool_Index, constantValueIndex: Constant_Pool_Index): ConstantFieldValue[_]

    Permalink
    Definition Classes
    ConstantValue_attributeBinding → ConstantValue_attributeReader
  53. def Constant_Pool(in: DataInputStream): Java7Framework.Constant_Pool

    Permalink
    Definition Classes
    Constant_PoolReader
  54. val Constant_Pool_EntryManifest: ClassTag[Constant_Pool_Entry]

    Permalink
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  55. def Deprecated_attribute(constant_pool: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index): Deprecated.type

    Permalink
    Definition Classes
    Deprecated_attributeBinding → Deprecated_attributeReader
  56. def DoubleValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  57. def DoubleVariableInfo(): br.DoubleVariableInfo.type

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  58. def ElementValue(cp: Constant_Pool, in: DataInputStream): ElementValue

    Permalink
    Definition Classes
    ElementValuePairsReader
  59. val ElementValueManifest: ClassTag[ElementValue]

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  60. def ElementValuePair(cp: Java7Framework.Constant_Pool, element_name_index: Constant_Pool_Index, element_value: ElementValue): ElementValuePair

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  61. def ElementValuePair(cp: Constant_Pool, in: DataInputStream): ElementValuePair

    Permalink
    Definition Classes
    ElementValuePairsReader
  62. val ElementValuePairManifest: ClassTag[ElementValuePair]

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  63. def ElementValuePairs(cp: Constant_Pool, in: DataInputStream): ElementValuePairs

    Permalink
    Definition Classes
    ElementValuePairsReader → AnnotationAbstractions
  64. def EnclosingMethod_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, class_index: Constant_Pool_Index, method_index: Constant_Pool_Index): EnclosingMethod_attribute

    Permalink
    Definition Classes
    EnclosingMethod_attributeBinding → EnclosingMethod_attributeReader
  65. def EnumValue(cp: Java7Framework.Constant_Pool, type_name_index: Constant_Pool_Index, const_name_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  66. def ExceptionTableEntry(cp: Java7Framework.Constant_Pool, start_pc: Int, end_pc: Int, handler_pc: Int, catch_type_index: Constant_Pool_Index): ExceptionTableEntry

    Permalink
    Definition Classes
    CodeAttributeBinding → Code_attributeReader
  67. val ExceptionTableEntryManifest: ClassTag[ExceptionTableEntry]

    Permalink
    Definition Classes
    CodeAttributeBinding → Code_attributeReader
  68. def Exceptions_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, exception_index_table: ExceptionIndexTable): Exceptions_attribute

    Permalink
    Definition Classes
    Exceptions_attributeBinding → Exceptions_attributeReader
  69. val Exceptions_attributeManifest: ClassTag[Exceptions_attribute]

    Permalink
    Definition Classes
    Exceptions_attributeBinding → Exceptions_attributeReader
  70. def Field_Info(cp: Java7Framework.Constant_Pool, access_flags: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, attributes: Attributes): Field_Info

    Permalink
    Definition Classes
    FieldsBinding → FieldsReader
  71. val Field_InfoManifest: ClassTag[Field_Info]

    Permalink
    Definition Classes
    FieldsBinding → FieldsReader
  72. def Fields(cp: Constant_Pool, in: DataInputStream): Fields

    Permalink
    Definition Classes
    FieldsReader
  73. def FloatValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  74. def FloatVariableInfo(): br.FloatVariableInfo.type

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  75. def FullFrame(frame_type: Int, offset_delta: Int, verification_type_info_locals: VerificationTypeInfoLocals, verification_type_info_stack: VerificationTypeInfoStack): StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  76. def InnerClassesEntry(cp: Java7Framework.Constant_Pool, inner_class_info_index: Constant_Pool_Index, outer_class_info_index: Constant_Pool_Index, inner_name_index: Constant_Pool_Index, inner_class_access_flags: Int): InnerClass

    Permalink
    Definition Classes
    InnerClasses_attributeBinding → InnerClasses_attributeReader
  77. val InnerClassesEntryManifest: ClassTag[InnerClassesEntry]

    Permalink
    Definition Classes
    InnerClasses_attributeBinding → InnerClasses_attributeReader
  78. def InnerClasses_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, inner_classes: InnerClasses): InnerClasses_attribute

    Permalink
    Definition Classes
    InnerClasses_attributeBinding → InnerClasses_attributeReader
  79. def Instructions(cp: Constant_Pool, in: DataInputStream): Instructions

    Permalink
    Definition Classes
    CodeReader
  80. def Instructions(cp: Constant_Pool, source: Array[Byte]): Instructions

    Permalink

    Transforms an array of bytes into an array of org.opalj.br.instructions.Instructions.

    Transforms an array of bytes into an array of org.opalj.br.instructions.Instructions.

    Definition Classes
    BytecodeReaderAndBinding
  81. def IntValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  82. def IntegerVariableInfo(): br.IntegerVariableInfo.type

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  83. def LineNumberTable_attribute(constant_pool: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, line_number_table: Array[Byte]): CompactLineNumberTable

    Permalink
    Definition Classes
    CompactLineNumberTable_attributeBinding → CompactLineNumberTable_attributeReader
  84. def LocalVariableTableEntry(cp: Java7Framework.Constant_Pool, start_pc: Int, length: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, index: Int): LocalVariable

    Permalink
    Definition Classes
    LocalVariableTable_attributeBinding → LocalVariableTable_attributeReader
  85. val LocalVariableTableEntryManifest: ClassTag[LocalVariable]

    Permalink
    Definition Classes
    LocalVariableTable_attributeBinding → LocalVariableTable_attributeReader
  86. def LocalVariableTable_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, local_variable_table: LocalVariables): LocalVariableTable

    Permalink
    Definition Classes
    LocalVariableTable_attributeBinding → LocalVariableTable_attributeReader
  87. def LocalVariableTypeTableEntry(cp: Java7Framework.Constant_Pool, start_pc: Int, length: Int, name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index, index: Int): LocalVariableType

    Permalink
    Definition Classes
    LocalVariableTypeTable_attributeBinding → LocalVariableTypeTable_attributeReader
  88. val LocalVariableTypeTableEntryManifest: ClassTag[LocalVariableTypeTableEntry]

    Permalink
    Definition Classes
    LocalVariableTypeTable_attributeBinding → LocalVariableTypeTable_attributeReader
  89. def LocalVariableTypeTable_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, local_variable_type_table: LocalVariableTypes): LocalVariableTypeTable

    Permalink
    Definition Classes
    LocalVariableTypeTable_attributeBinding → LocalVariableTypeTable_attributeReader
  90. def LongValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  91. def LongVariableInfo(): br.LongVariableInfo.type

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  92. def Method_Info(cp: Java7Framework.Constant_Pool, accessFlags: Int, name_index: Int, descriptor_index: Int, attributes: Attributes): Method_Info

    Permalink
    Definition Classes
    MethodsBinding → MethodsReader
  93. val Method_InfoManifest: ClassTag[Method_Info]

    Permalink
    Definition Classes
    MethodsBinding → MethodsReader
  94. def Methods(cp: Constant_Pool, in: DataInputStream): Methods

    Permalink
    Definition Classes
    MethodsReader
  95. def NullVariableInfo(): br.NullVariableInfo.type

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  96. def ObjectVariableInfo(cp: Java7Framework.Constant_Pool, type_index: Constant_Pool_Index): br.ObjectVariableInfo

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  97. def ParameterAnnotations(cp: Constant_Pool, in: DataInputStream): ParameterAnnotations

    Permalink
    Definition Classes
    ParameterAnnotationsReader
  98. def RuntimeInvisibleAnnotations_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, annotations: Annotations): RuntimeInvisibleAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleAnnotations_attributeReader
  99. def RuntimeInvisibleParameterAnnotations_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, parameter_annotations: ParameterAnnotations): RuntimeInvisibleParameterAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeInvisibleParameterAnnotations_attributeReader
  100. def RuntimeVisibleAnnotations_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, annotations: Annotations): RuntimeVisibleAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleAnnotations_attributeReader
  101. def RuntimeVisibleParameterAnnotations_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, parameter_annotations: ParameterAnnotations): RuntimeVisibleParameterAnnotationTable

    Permalink
    Definition Classes
    AnnotationAttributesBinding → RuntimeVisibleParameterAnnotations_attributeReader
  102. def SameFrame(frame_type: Int): StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  103. def SameFrameExtended(frame_type: Int, offset_delta: Int): StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  104. def SameLocals1StackItemFrame(frame_type: Int, verification_type_info_stack: VerificationTypeInfo): StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  105. def SameLocals1StackItemFrameExtended(frame_type: Int, offset_delta: Int, verification_type_info_stack: VerificationTypeInfo): StackMapFrame

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  106. def ShortValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  107. def Signature_attribute(cp: Java7Framework.Constant_Pool, ap: AttributeParent, attribute_name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index): Signature_attribute

    Permalink
    Definition Classes
    Signature_attributeBinding → Signature_attributeReader
  108. def SourceDebugExtension_attribute(constant_pool: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, debug_extension: Array[Byte]): SourceDebugExtension_attribute

    Permalink
    Definition Classes
    SourceDebugExtension_attributeBinding → SourceDebugExtension_attributeReader
  109. def SourceFile_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, sourceFile_index: Constant_Pool_Index): SourceFile_attribute

    Permalink
    Definition Classes
    SourceFile_attributeBinding → SourceFile_attributeReader
  110. def StackMapFrame(cp: Constant_Pool, in: DataInputStream): StackMapFrame

    Permalink
    Definition Classes
    StackMapFrameReader
  111. val StackMapFrameManifest: ClassTag[StackMapFrame]

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapTable_attributeReader
  112. def StackMapTable_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index, attribute_length: Int, stack_map_frames: StackMapFrames): StackMapTable

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapTable_attributeReader
  113. def StringValue(cp: Java7Framework.Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    AnnotationsBinding → ElementValuePairsReader
  114. def Synthetic_attribute(cp: Java7Framework.Constant_Pool, attribute_name_index: Constant_Pool_Index): Synthetic.type

    Permalink
    Definition Classes
    Synthetic_attributeBinding → Synthetic_attributeReader
  115. def TopVariableInfo(): br.TopVariableInfo.type

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  116. def UninitializedThisVariableInfo(): br.UninitializedThisVariableInfo.type

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  117. def UninitializedVariableInfo(offset: Int): br.UninitializedVariableInfo

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → VerificationTypeInfoReader
  118. def Unknown_attribute(ap: AttributeParent, cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, in: DataInputStream): Null

    Permalink
    Definition Classes
    SkipUnknown_attributeReader
  119. def VerificationTypeInfo(cp: Constant_Pool, in: DataInputStream): VerificationTypeInfo

    Permalink
    Definition Classes
    VerificationTypeInfoReader
  120. val VerificationTypeInfoManifest: ClassTag[VerificationTypeInfo]

    Permalink
    Definition Classes
    StackMapTable_attributeBinding → StackMapFrameReader
  121. def applyDeferredActions(cp: Java7Framework.Constant_Pool, classFile: ClassFile): ClassFile

    Permalink
    Definition Classes
    Constant_PoolReader → Constant_PoolAbstractions
  122. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  123. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  124. implicit def cpIndexTocpEntry(index: Constant_Pool_Index)(implicit cp: Java7Framework.Constant_Pool): Constant_Pool_Entry

    Permalink
    Definition Classes
    ConstantPoolBinding
  125. def createDeferredActionsStore(): DeferredActionsStore

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ConstantPoolBinding → Constant_PoolReader
  126. def deferredInvokedynamicResolution(classFile: ClassFile, cp: Constant_Pool, cpEntry: CONSTANT_InvokeDynamic_info, instructions: Array[Instruction], index: Int): ClassFile

    Permalink

    Resolves an invokedynamic instruction using the BootstrapMethodTable of the class.

    Resolves an invokedynamic instruction using the BootstrapMethodTable of the class.

    Deferred resolution is necessary since the BootstrapMethodTable – which is an attribute of the class file – is loaded after the methods.

    classFile

    The ClassFile with which the deferred action was registered.

    cp

    The class file's Constant_Pool.

    cpEntry

    The invokedynamic instruction's constant pool entry.

    instructions

    This method's array of instructions.Instructions. (The array returned by the #Instructions method.)

    index

    The index in the instructions array that refers to the invokedynamic instruction.

    Attributes
    protected
    Definition Classes
    DeferredInvokedynamicResolution
    Note

    This method is registered as callback method that is called (back) after the class file was completely loaded. Registration as a callback method happens whenever an invokedynamic instruction is found in a method's byte code.

    Overriding this Method

    To perform additional analysis on invokedynamic instructions, e.g. to fully resolve the call target, a subclass may override this method to do so. When you override this method, you should call this method (super.deferredResolveInvokedynamicInstruction) that the default resolution is carried out.

  127. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  128. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  129. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  130. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  131. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  132. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  133. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  134. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  135. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  136. def registerAttributeReader(reader: (String, (AttributeParent, Java7Framework.Constant_Pool, Constant_Pool_Index, DataInputStream) ⇒ Attribute)): Unit

    Permalink
    Definition Classes
    AttributesReader
  137. def registerAttributesPostProcessor(p: (Attributes) ⇒ Attributes): Unit

    Permalink
    Definition Classes
    AttributesReader
  138. def registerClassFilePostProcessor(p: (Seq[ClassFile]) ⇒ Seq[ClassFile]): Unit

    Permalink
    Definition Classes
    ClassFileReader
  139. def registerDeferredAction(cp: Java7Framework.Constant_Pool)(deferredAction: (ClassFile) ⇒ ClassFile): Unit

    Permalink
    Definition Classes
    Constant_PoolReader
  140. val removeBootstrapMethodAttribute: (Seq[ClassFile]) ⇒ Seq[ClassFile]

    Permalink
    Definition Classes
    ClassFileBinding
  141. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  142. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  143. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  144. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  145. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Java7Framework

Inherited from CodeReader

Inherited from BytecodeReaderAndBinding

Inherited from Exceptions_attributeReader

Inherited from LocalVariableTypeTable_attributeReader

Inherited from LocalVariableTable_attributeReader

Inherited from CompactLineNumberTable_attributeReader

Inherited from VerificationTypeInfoReader

Inherited from StackMapFrameReader

Inherited from StackMapTable_attributeReader

Inherited from BootstrapMethods_attributeReader

Inherited from SourceDebugExtension_attributeReader

Inherited from CodeAttributeBinding

Inherited from CodeBinding

Inherited from Code_attributeReader

Inherited from Java7LibraryFramework

Inherited from ConstantValue_attributeReader

Inherited from Synthetic_attributeReader

Inherited from Signature_attributeReader

Inherited from Deprecated_attributeReader

Inherited from SourceFile_attributeReader

Inherited from EnclosingMethod_attributeReader

Inherited from InnerClasses_attributeReader

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 ParameterAnnotationsReader

Inherited from AnnotationsReader

Inherited from AnnotationsBinding

Inherited from ElementValuePairsReader

Inherited from AnnotationAbstractions

Inherited from SkipUnknown_attributeReader

Inherited from AttributesReader

Inherited from Unknown_attributeAbstractions

Inherited from AttributesAbstractions

Inherited from ClassFileBinding

Inherited from ClassFileReader

Inherited from MethodsBinding

Inherited from MethodsReader

Inherited from FieldsBinding

Inherited from FieldsReader

Inherited from ConstantPoolBinding

Inherited from Constant_PoolReader

Inherited from Constant_PoolAbstractions

Inherited from AnyRef

Inherited from Any

Ungrouped