Object

org.opalj.da

ClassFileReader

Related Doc: package da

Permalink

object ClassFileReader extends Constant_PoolBinding with ClassFileReader with FieldsReader with MethodsReader with AttributesReader with Unknown_attributeReader with BootstrapMethods_attributeReader with Code_attributeReader with CodeReader with SourceFile_attributeReader with Signature_attributeReader with ConstantValue_attributeReader with Synthetic_attributeReader with Deprecated_attributeReader with SourceDebugExtension_attributeReader with InnerClasses_attributeReader with Exceptions_attributeReader with EnclosingMethod_attributeReader with LineNumberTable_attributeReader with LocalVariableTable_attributeReader with LocalVariableTypeTable_attributeReader with ElementValuePairsReader with ParametersAnnotationsReader with MethodParameters_attributeReader with AnnotationsReader with AnnotationDefault_attributeReader with RuntimeVisibleAnnotations_attributeReader with RuntimeInvisibleAnnotations_attributeReader with RuntimeVisibleParameterAnnotations_attributeReader with RuntimeInvisibleParameterAnnotations_attributeReader with VerificationTypeInfoReader with StackMapTable_attributeReader with StackMapFrameReader with TypeAnnotationTargetReader with RuntimeInvisibleTypeAnnotations_attributeReader with RuntimeVisibleTypeAnnotations_attributeReader with TypeAnnotationPathReader with TypeAnnotationsReader with Module_attributeReader with Version_attributeReader with MainClass_attributeReader with ConcealedPackages_attributeReader with TargetPlatform_attributeReader

Factory methods to read class files and create ClassFile objects.

Linear Supertypes
TargetPlatform_attributeReader, ConcealedPackages_attributeReader, MainClass_attributeReader, Version_attributeReader, Module_attributeReader, TypeAnnotationsReader, TypeAnnotationPathReader, RuntimeVisibleTypeAnnotations_attributeReader, RuntimeInvisibleTypeAnnotations_attributeReader, TypeAnnotationTargetReader, StackMapFrameReader, StackMapTable_attributeReader, VerificationTypeInfoReader, RuntimeInvisibleParameterAnnotations_attributeReader, RuntimeVisibleParameterAnnotations_attributeReader, RuntimeInvisibleAnnotations_attributeReader, RuntimeVisibleAnnotations_attributeReader, AnnotationDefault_attributeReader, AnnotationsReader, MethodParameters_attributeReader, ParametersAnnotationsReader, ElementValuePairsReader, AnnotationAbstractions, LocalVariableTypeTable_attributeReader, LocalVariableTable_attributeReader, LineNumberTable_attributeReader, EnclosingMethod_attributeReader, Exceptions_attributeReader, InnerClasses_attributeReader, SourceDebugExtension_attributeReader, Deprecated_attributeReader, Synthetic_attributeReader, ConstantValue_attributeReader, Signature_attributeReader, SourceFile_attributeReader, CodeReader, Code_attributeReader, BootstrapMethods_attributeReader, AttributeReader, Unknown_attributeReader, AttributesReader, Unknown_attributeAbstractions, AttributesAbstractions, MethodsReader, FieldsReader, ClassFileReader, ClassFileReaderConfiguration, Constant_PoolBinding, Constant_PoolReader, Constant_PoolAbstractions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassFileReader
  2. TargetPlatform_attributeReader
  3. ConcealedPackages_attributeReader
  4. MainClass_attributeReader
  5. Version_attributeReader
  6. Module_attributeReader
  7. TypeAnnotationsReader
  8. TypeAnnotationPathReader
  9. RuntimeVisibleTypeAnnotations_attributeReader
  10. RuntimeInvisibleTypeAnnotations_attributeReader
  11. TypeAnnotationTargetReader
  12. StackMapFrameReader
  13. StackMapTable_attributeReader
  14. VerificationTypeInfoReader
  15. RuntimeInvisibleParameterAnnotations_attributeReader
  16. RuntimeVisibleParameterAnnotations_attributeReader
  17. RuntimeInvisibleAnnotations_attributeReader
  18. RuntimeVisibleAnnotations_attributeReader
  19. AnnotationDefault_attributeReader
  20. AnnotationsReader
  21. MethodParameters_attributeReader
  22. ParametersAnnotationsReader
  23. ElementValuePairsReader
  24. AnnotationAbstractions
  25. LocalVariableTypeTable_attributeReader
  26. LocalVariableTable_attributeReader
  27. LineNumberTable_attributeReader
  28. EnclosingMethod_attributeReader
  29. Exceptions_attributeReader
  30. InnerClasses_attributeReader
  31. SourceDebugExtension_attributeReader
  32. Deprecated_attributeReader
  33. Synthetic_attributeReader
  34. ConstantValue_attributeReader
  35. Signature_attributeReader
  36. SourceFile_attributeReader
  37. CodeReader
  38. Code_attributeReader
  39. BootstrapMethods_attributeReader
  40. AttributeReader
  41. Unknown_attributeReader
  42. AttributesReader
  43. Unknown_attributeAbstractions
  44. AttributesAbstractions
  45. MethodsReader
  46. FieldsReader
  47. ClassFileReader
  48. ClassFileReaderConfiguration
  49. Constant_PoolBinding
  50. Constant_PoolReader
  51. Constant_PoolAbstractions
  52. AnyRef
  53. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Annotation = da.Annotation

    Permalink
    Definition Classes
    ClassFileReader → RuntimeInvisibleAnnotations_attributeReader → RuntimeVisibleAnnotations_attributeReader → AnnotationAbstractions
  2. type AnnotationDefault_attribute = da.AnnotationDefault_attribute

    Permalink
    Definition Classes
    ClassFileReader → AnnotationDefault_attributeReader
  3. type Annotations = IndexedSeq[Annotation]

    Permalink
    Definition Classes
    AnnotationsReader
  4. type Attribute = da.Attribute

    Permalink
    Definition Classes
    ClassFileReader → AttributeReader → AttributesAbstractions
  5. type Attributes = Seq[Attribute]

    Permalink
    Definition Classes
    AttributesAbstractions
  6. type BootstrapArgument = da.BootstrapArgument

    Permalink
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  7. type BootstrapArguments = IndexedSeq[BootstrapArgument]

    Permalink
    Definition Classes
    BootstrapMethods_attributeReader
  8. type BootstrapMethod = da.BootstrapMethod

    Permalink
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  9. type BootstrapMethods = IndexedSeq[BootstrapMethod]

    Permalink
    Definition Classes
    BootstrapMethods_attributeReader
  10. type BootstrapMethods_attribute = da.BootstrapMethods_attribute

    Permalink
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  11. type CONSTANT_Class_info = da.CONSTANT_Class_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  12. type CONSTANT_Double_info = da.CONSTANT_Double_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  13. type CONSTANT_Fieldref_info = da.CONSTANT_Fieldref_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  14. type CONSTANT_Float_info = da.CONSTANT_Float_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  15. type CONSTANT_Integer_info = da.CONSTANT_Integer_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  16. type CONSTANT_InterfaceMethodref_info = da.CONSTANT_InterfaceMethodref_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  17. type CONSTANT_InvokeDynamic_info = da.CONSTANT_InvokeDynamic_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  18. type CONSTANT_Long_info = da.CONSTANT_Long_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  19. type CONSTANT_MethodHandle_info = da.CONSTANT_MethodHandle_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  20. type CONSTANT_MethodType_info = da.CONSTANT_MethodType_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  21. type CONSTANT_Methodref_info = da.CONSTANT_Methodref_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  22. type CONSTANT_NameAndType_info = da.CONSTANT_NameAndType_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  23. type CONSTANT_String_info = da.CONSTANT_String_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  24. type CONSTANT_Utf8_info = da.CONSTANT_Utf8_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  25. type CPIndex = Int

    Permalink
  26. type ClassFile = da.ClassFile

    Permalink
    Definition Classes
    ClassFileReader → ClassFileReader → Constant_PoolAbstractions
  27. type Code_attribute = da.Code_attribute

    Permalink
    Definition Classes
    ClassFileReader → Code_attributeReader
  28. type ConcealedPackages = IndexedSeq[ConcealedPackagesEntry]

    Permalink
    Definition Classes
    ConcealedPackages_attributeReader
  29. type ConcealedPackagesEntry = Int

    Permalink
    Definition Classes
    ClassFileReader → ConcealedPackages_attributeReader
  30. type ConcealedPackages_attribute = da.ConcealedPackages_attribute

    Permalink
    Definition Classes
    ClassFileReader → ConcealedPackages_attributeReader
  31. type ConstantValue_attribute = da.ConstantValue_attribute

    Permalink
    Definition Classes
    ClassFileReader → ConstantValue_attributeReader
  32. type Constant_Pool = Array[Constant_Pool_Entry]

    Permalink
    Definition Classes
    AttributesReader → Constant_PoolAbstractions
  33. type Constant_Pool_Entry = da.Constant_Pool_Entry

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader → Constant_PoolAbstractions
  34. type Constant_Pool_Index = Int

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

    Permalink
    Definition Classes
    Constant_PoolAbstractions
  36. type Deprecated_attribute = da.Deprecated_attribute

    Permalink
    Definition Classes
    ClassFileReader → Deprecated_attributeReader
  37. type DoubleVariableInfo = da.DoubleVariableInfo.type

    Permalink
  38. type ElementValue = da.ElementValue

    Permalink
    Definition Classes
    ClassFileReader → AnnotationDefault_attributeReader → ElementValuePairsReader
  39. type ElementValuePair = da.ElementValuePair

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  40. type ElementValuePairs = IndexedSeq[ElementValuePair]

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

    Permalink
    Definition Classes
    ElementValuePairsReader
  42. type EnclosingMethod_attribute = da.EnclosingMethod_attribute

    Permalink
    Definition Classes
    ClassFileReader → EnclosingMethod_attributeReader
  43. type ExceptionHandlers = IndexedSeq[ExceptionTableEntry]

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

    Permalink
    Definition Classes
    Exceptions_attributeReader
  45. type ExceptionTableEntry = da.ExceptionTableEntry

    Permalink
    Definition Classes
    ClassFileReader → Code_attributeReader
  46. type Exceptions_attribute = da.Exceptions_attribute

    Permalink
    Definition Classes
    ClassFileReader → Exceptions_attributeReader
  47. type Exports = IndexedSeq[ExportsEntry]

    Permalink
    Definition Classes
    Module_attributeReader
  48. type ExportsEntry = da.ExportsEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  49. type ExportsTo = IndexedSeq[ExportsToEntry]

    Permalink
    Definition Classes
    Module_attributeReader
  50. type ExportsToEntry = da.ExportsToEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  51. type Field_Info = da.Field_Info

    Permalink
    Definition Classes
    ClassFileReader → FieldsReader
  52. type Fields = IndexedSeq[Field_Info]

    Permalink
    Definition Classes
    FieldsReader
  53. type FloatVariableInfo = da.FloatVariableInfo.type

    Permalink
  54. type InnerClasses = IndexedSeq[InnerClassesEntry]

    Permalink
    Definition Classes
    InnerClasses_attributeReader
  55. type InnerClassesEntry = da.InnerClassesEntry

    Permalink
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  56. type InnerClasses_attribute = da.InnerClasses_attribute

    Permalink
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  57. type Instructions = Code

    Permalink
    Definition Classes
    ClassFileReader → CodeReader → Code_attributeReader
  58. type IntegerVariableInfo = da.IntegerVariableInfo.type

    Permalink
  59. type LineNumberTableEntry = da.LineNumberTableEntry

    Permalink
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  60. type LineNumberTable_attribute = da.LineNumberTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  61. type LineNumbers = IndexedSeq[LineNumberTableEntry]

    Permalink
    Definition Classes
    LineNumberTable_attributeReader
  62. type LocalVariableTableEntry = da.LocalVariableTableEntry

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  63. type LocalVariableTable_attribute = da.LocalVariableTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  64. type LocalVariableTypeTableEntry = da.LocalVariableTypeTableEntry

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  65. type LocalVariableTypeTable_attribute = da.LocalVariableTypeTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  66. type LocalVariableTypes = IndexedSeq[LocalVariableTypeTableEntry]

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

    Permalink
    Definition Classes
    LocalVariableTable_attributeReader
  68. type LocalvarTable = IndexedSeq[LocalvarTableEntry]

    Permalink
    Definition Classes
    TypeAnnotationTargetReader
  69. type LocalvarTableEntry = da.LocalvarTableEntry

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  70. type LongVariableInfo = da.LongVariableInfo.type

    Permalink
  71. type MainClass_attribute = da.MainClass_attribute

    Permalink
    Definition Classes
    ClassFileReader → MainClass_attributeReader
  72. type MethodParameter = da.MethodParameter

    Permalink
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  73. type MethodParameters = IndexedSeq[MethodParameter]

    Permalink
    Definition Classes
    MethodParameters_attributeReader
  74. type MethodParameters_attribute = da.MethodParameters_attribute

    Permalink
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  75. type Method_Info = da.Method_Info

    Permalink
    Definition Classes
    ClassFileReader → MethodsReader
  76. type Methods = IndexedSeq[Method_Info]

    Permalink
    Definition Classes
    MethodsReader
  77. type Module_attribute = da.Module_attribute

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  78. type NullVariableInfo = da.NullVariableInfo.type

    Permalink
  79. type ObjectVariableInfo = da.ObjectVariableInfo

    Permalink
  80. type ParameterAnnotations = IndexedSeq[Annotation]

    Permalink
    Definition Classes
    ParametersAnnotationsReader
  81. type ParametersAnnotations = IndexedSeq[ParameterAnnotations]

    Permalink
    Definition Classes
    ParametersAnnotationsReader
  82. type Provides = IndexedSeq[ProvidesEntry]

    Permalink
    Definition Classes
    Module_attributeReader
  83. type ProvidesEntry = da.ProvidesEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  84. type Requires = IndexedSeq[RequiresEntry]

    Permalink
    Definition Classes
    Module_attributeReader
  85. type RequiresEntry = da.RequiresEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  86. type RuntimeInvisibleAnnotations_attribute = da.RuntimeInvisibleAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeInvisibleAnnotations_attributeReader
  87. type RuntimeInvisibleParameterAnnotations_attribute = da.RuntimeInvisibleParameterAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeInvisibleParameterAnnotations_attributeReader
  88. type RuntimeInvisibleTypeAnnotations_attribute = da.RuntimeInvisibleTypeAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeInvisibleTypeAnnotations_attributeReader
  89. type RuntimeVisibleAnnotations_attribute = da.RuntimeVisibleAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeVisibleAnnotations_attributeReader
  90. type RuntimeVisibleParameterAnnotations_attribute = da.RuntimeVisibleParameterAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeVisibleParameterAnnotations_attributeReader
  91. type RuntimeVisibleTypeAnnotations_attribute = da.RuntimeVisibleTypeAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeVisibleTypeAnnotations_attributeReader
  92. type Signature_attribute = da.Signature_attribute

    Permalink
    Definition Classes
    ClassFileReader → Signature_attributeReader
  93. type SourceDebugExtension_attribute = da.SourceDebugExtension_attribute

    Permalink
    Definition Classes
    ClassFileReader → SourceDebugExtension_attributeReader
  94. type SourceFile_attribute = da.SourceFile_attribute

    Permalink
    Definition Classes
    ClassFileReader → SourceFile_attributeReader
  95. type StackMapFrame = da.StackMapFrame

    Permalink
    Definition Classes
    ClassFileReader → StackMapFrameReader → StackMapTable_attributeReader
  96. type StackMapFrames = IndexedSeq[StackMapFrame]

    Permalink
    Definition Classes
    StackMapTable_attributeReader
  97. type StackMapTable_attribute = da.StackMapTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → StackMapTable_attributeReader
  98. type Synthetic_attribute = da.Synthetic_attribute

    Permalink
    Definition Classes
    ClassFileReader → Synthetic_attributeReader
  99. type TargetPlatform_attribute = da.TargetPlatform_attribute

    Permalink
    Definition Classes
    ClassFileReader → TargetPlatform_attributeReader
  100. type TopVariableInfo = da.TopVariableInfo.type

    Permalink
  101. type TypeAnnotation = da.TypeAnnotation

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationsReader → RuntimeVisibleTypeAnnotations_attributeReader → RuntimeInvisibleTypeAnnotations_attributeReader
  102. type TypeAnnotationPath = da.TypeAnnotationPath

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationsReader → TypeAnnotationPathReader
  103. type TypeAnnotationPathElement = da.TypeAnnotationPathElement

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  104. type TypeAnnotationTarget = da.TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationsReader → TypeAnnotationTargetReader
  105. type TypeAnnotations = IndexedSeq[TypeAnnotation]

    Permalink
    Definition Classes
    TypeAnnotationsReader
  106. type UninitializedThisVariableInfo = da.UninitializedThisVariableInfo.type

    Permalink
  107. type UninitializedVariableInfo = da.UninitializedVariableInfo

    Permalink
  108. type Unknown_attribute = da.Unknown_attribute

    Permalink
    Definition Classes
    ClassFileReader → Unknown_attributeAbstractions
  109. type Uses = IndexedSeq[UsesEntry]

    Permalink
    Definition Classes
    Module_attributeReader
  110. type UsesEntry = da.UsesEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  111. type VerificationTypeInfo = da.VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → StackMapFrameReader → VerificationTypeInfoReader
  112. type VerificationTypeInfoLocals = IndexedSeq[VerificationTypeInfo]

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

    Permalink
    Definition Classes
    StackMapFrameReader
  114. type Version_attribute = da.Version_attribute

    Permalink
    Definition Classes
    ClassFileReader → Version_attributeReader

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: ExceptionHandler): Traversable[(ClassFile, URL)]

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

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

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

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

    Permalink
    Definition Classes
    ClassFileReader → AnnotationsReader → ParametersAnnotationsReader
  9. def AnnotationValue(cp: Constant_Pool, annotation: Annotation): ElementValue

    Permalink
    Definition Classes
    ClassFileReader → 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
    ClassFileReader → StackMapFrameReader
  12. def ArrayValue(cp: Constant_Pool, values: ElementValues): ElementValue

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

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

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

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

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  17. def BootstrapArgument(cp: Constant_Pool, cp_ref: Int): BootstrapArgument

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

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

    Permalink
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  20. def BootstrapMethod(cp: Constant_Pool, method_ref: Int, arguments: BootstrapArguments): BootstrapMethod

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

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

    Permalink
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  23. def BootstrapMethods_attribute(constant_pool: Constant_Pool, attribute_name_index: Constant_Pool_Index, bootstrap_methods: BootstrapMethods): BootstrapMethods_attribute

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

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

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

    Permalink
    Definition Classes
    Constant_PoolBinding → 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
    Constant_PoolBinding → Constant_PoolReader
  28. def CONSTANT_Float_info(f: Float): CONSTANT_Float_info

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

    Permalink
    Definition Classes
    Constant_PoolBinding → 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
    Constant_PoolBinding → Constant_PoolReader
  31. def CONSTANT_InvokeDynamic_info(bootstrap_method_attr_index: Int, name_and_type_index: Constant_Pool_Index): CONSTANT_InvokeDynamic_info

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

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

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

    Permalink
    Definition Classes
    Constant_PoolBinding → 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
    Constant_PoolBinding → Constant_PoolReader
  36. def CONSTANT_NameAndType_info(name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index): CONSTANT_NameAndType_info

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

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  38. def CONSTANT_Utf8_info(r: Array[Byte], s: String): CONSTANT_Utf8_info

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  39. def CastExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  40. def Catch(exception_table_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  41. def CharValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

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

    Permalink
    Definition Classes
    ClassFileReader → StackMapFrameReader
  43. def ClassFile(cp: Constant_Pool, minor_version: Int, major_version: Int, access_flags: Int, this_class: Constant_Pool_Index, super_class: Constant_Pool_Index, interfaces: Interfaces, fields: Fields, methods: Methods, attributes: Attributes): ClassFile

    Permalink
    Definition Classes
    ClassFileReader → ClassFileReader
  44. def ClassFile(jarFileName: String, jarFileEntryName: String): List[ClassFile]

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

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

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

    Permalink
    Definition Classes
    ClassFileReader
  48. def ClassFile(in: DataInputStream): List[ClassFile]

    Permalink
    Definition Classes
    ClassFileReader
  49. def ClassFiles(file: File, exceptionHandler: ExceptionHandler): List[(ClassFile, URL)]

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

    Permalink
    Definition Classes
    ClassFileReader
  51. def ClassFiles(jarFile: ZipFile, exceptionHandler: ExceptionHandler): List[(ClassFile, URL)]

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

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  53. def Code_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, max_stack: Int, max_locals: Int, instructions: Instructions, exception_table: ExceptionHandlers, attributes: Attributes): Code_attribute

    Permalink
    Definition Classes
    ClassFileReader → Code_attributeReader
  54. def ConcealedPackagesEntry(cp: Constant_Pool, package_index: Constant_Pool_Index): ConcealedPackagesEntry

    Permalink
    Definition Classes
    ClassFileReader → ConcealedPackages_attributeReader
  55. implicit val ConcealedPackagesEntryManifest: ClassTag[ConcealedPackagesEntry]

    Permalink
    Definition Classes
    ClassFileReader → ConcealedPackages_attributeReader
  56. def ConcealedPackages_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, packages: ConcealedPackages): ConcealedPackages_attribute

    Permalink
    Definition Classes
    ClassFileReader → ConcealedPackages_attributeReader
  57. def ConstantValue_attribute(cp: Constant_Pool, attribute_name_index: Int, constantvalue_index: Int): ConstantValue_attribute

    Permalink
    Definition Classes
    ClassFileReader → ConstantValue_attributeReader
  58. def Constant_Pool(in: DataInputStream): ClassFileReader.Constant_Pool

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

    Permalink
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  60. def ConstructorInMethodReferenceExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  61. def ConstructorInvocation(offset: Int, type_argument_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  62. def Deprecated_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index): Deprecated_attribute

    Permalink
    Definition Classes
    ClassFileReader → Deprecated_attributeReader
  63. def DoubleValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  64. def DoubleVariableInfo(): VerificationTypeInfo

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

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

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  67. def ElementValuePair(cp: Constant_Pool, element_name_index: Constant_Pool_Index, element_value: ElementValue): ElementValuePair

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

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

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

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

    Permalink
    Definition Classes
    ClassFileReader → EnclosingMethod_attributeReader
  72. def EnumValue(cp: Constant_Pool, type_name_index: Constant_Pool_Index, const_name_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  73. def ExceptionTableEntry(cp: Constant_Pool, start_pc: Int, end_pc: Int, handler_pc: Int, catch_type: Int): ExceptionTableEntry

    Permalink
    Definition Classes
    ClassFileReader → Code_attributeReader
  74. val ExceptionTableEntryManifest: ClassTag[ExceptionTableEntry]

    Permalink
    Definition Classes
    ClassFileReader → Code_attributeReader
  75. def Exceptions_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, exception_index_table: ExceptionIndexTable): Exceptions_attribute

    Permalink
    Definition Classes
    ClassFileReader → Exceptions_attributeReader
  76. val Exceptions_attributeManifest: ClassTag[Exceptions_attribute]

    Permalink
    Definition Classes
    ClassFileReader → Exceptions_attributeReader
  77. def ExportsEntry(constant_pool: Constant_Pool, exports_index: Constant_Pool_Index, exports_to: ExportsTo): ExportsEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  78. implicit val ExportsEntryManifest: ClassTag[ExportsEntry]

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  79. def ExportsToEntry(constant_pool: Constant_Pool, exports_to_index: Constant_Pool_Index): ExportsToEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  80. implicit val ExportsToEntryManifest: ClassTag[ExportsToEntry]

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  81. def FieldDeclaration: TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  82. def Field_Info(cp: Constant_Pool, access_flags: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, attributes: Attributes): Field_Info

    Permalink
    Definition Classes
    ClassFileReader → FieldsReader
  83. val Field_InfoManifest: ClassTag[Field_Info]

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

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

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  86. def FloatVariableInfo(): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  87. def FormalParameter(formal_parameter_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  88. def FullFrame(frame_type: Int, offset_delta: Int, verification_type_info_locals: VerificationTypeInfoLocals, verification_type_info_stack: VerificationTypeInfoStack): StackMapFrame

    Permalink
    Definition Classes
    ClassFileReader → StackMapFrameReader
  89. def InnerClassesEntry(cp: 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: Constant_Pool_Index): InnerClassesEntry

    Permalink
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  90. val InnerClassesEntryManifest: ClassTag[InnerClassesEntry]

    Permalink
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  91. def InnerClasses_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, classes: InnerClasses): InnerClasses_attribute

    Permalink
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  92. def InstanceOf(offset: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  93. def Instructions(cp: Constant_Pool, instructions: Array[Byte]): Instructions

    Permalink
    Definition Classes
    ClassFileReader → CodeReader
  94. def Instructions(cp: Constant_Pool, in: DataInputStream): Instructions

    Permalink
    Definition Classes
    CodeReader
  95. def IntValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  96. def IntegerVariableInfo(): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  97. def LineNumberTableEntry(start_pc: Int, line_number: Int): LineNumberTableEntry

    Permalink
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  98. val LineNumberTableEntryManifest: ClassTag[LineNumberTableEntry]

    Permalink
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  99. def LineNumberTable_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, line_number_table: LineNumbers): LineNumberTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  100. def LocalVariableTableEntry(cp: Constant_Pool, start_pc: Int, length: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, index: Int): LocalVariableTableEntry

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  101. val LocalVariableTableEntryManifest: ClassTag[LocalVariableTableEntry]

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  102. def LocalVariableTable_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, local_variable_table: LocalVariables): LocalVariableTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  103. def LocalVariableTypeTableEntry(cp: Constant_Pool, start_pc: Int, length: Int, name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index, index: Int): LocalVariableTypeTableEntry

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  104. val LocalVariableTypeTableEntryManifest: ClassTag[LocalVariableTypeTableEntry]

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  105. def LocalVariableTypeTable_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, local_variable_type_table: LocalVariableTypes): LocalVariableTypeTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  106. def LocalvarDecl(localVarTable: LocalvarTable): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  107. def LocalvarTable(in: DataInputStream): LocalvarTable

    Permalink
    Definition Classes
    TypeAnnotationTargetReader
  108. def LocalvarTableEntry(start_pc: Int, length: Int, local_variable_table_index: Int): LocalvarTableEntry

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  109. def LongValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  110. def LongVariableInfo(): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  111. def MainClass_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, main_class_index: Constant_Pool_Index): MainClass_attribute

    Permalink
    Definition Classes
    ClassFileReader → MainClass_attributeReader
  112. def MethodInMethodReferenceExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  113. def MethodInvocation(offset: Int, type_argument_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  114. def MethodParameter(cp: Constant_Pool, name_index: Constant_Pool_Index, access_flags: Int): MethodParameter

    Permalink
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  115. val MethodParameterManifest: ClassTag[MethodParameter]

    Permalink
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  116. def MethodParameters_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, parameters: MethodParameters): MethodParameters_attribute

    Permalink
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  117. def MethodReferenceExpressionIdentifier(offset: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  118. def MethodReferenceExpressionNew(offset: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  119. def Method_Info(cp: Constant_Pool, access_flags: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, attributes: Attributes): Method_Info

    Permalink
    Definition Classes
    ClassFileReader → MethodsReader
  120. val Method_InfoManifest: ClassTag[Method_Info]

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

    Permalink
    Definition Classes
    MethodsReader
  122. def Module_attribute(constant_pool: Constant_Pool, attribute_name_index: Constant_Pool_Index, requires: Requires, exports: Exports, uses: Uses, provides: Provides): da.Module_attribute

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  123. def New(offset: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  124. def NullVariableInfo(): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  125. def ObjectVariableInfo(cp: Constant_Pool, cpool_index: Int): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  126. def ParameterDeclarationOfClassOrInterface(type_parameter_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  127. def ParameterDeclarationOfMethodOrConstructor(type_parameter_index: Constant_Pool_Index): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  128. def ParametersAnnotations(cp: Constant_Pool, in: DataInputStream): ParametersAnnotations

    Permalink
    Definition Classes
    ParametersAnnotationsReader
  129. def ProvidesEntry(constant_pool: Constant_Pool, provides_index: Constant_Pool_Index, with_index: Constant_Pool_Index): ProvidesEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  130. implicit val ProvidesEntryManifest: ClassTag[ProvidesEntry]

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  131. def ReceiverType: TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  132. def RequiresEntry(constant_pool: Constant_Pool, requires_index: Constant_Pool_Index, requires_flags: Int): RequiresEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  133. implicit val RequiresEntryManifest: ClassTag[RequiresEntry]

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  134. def ResourcevarDecl(localVarTable: LocalvarTable): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  135. def ReturnType: TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  136. def RuntimeInvisibleAnnotations_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, annotations: Annotations): RuntimeInvisibleAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeInvisibleAnnotations_attributeReader
  137. def RuntimeInvisibleParameterAnnotations_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations): RuntimeInvisibleParameterAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeInvisibleParameterAnnotations_attributeReader
  138. def RuntimeInvisibleTypeAnnotations_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, annotations: TypeAnnotations): RuntimeInvisibleTypeAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeInvisibleTypeAnnotations_attributeReader
  139. def RuntimeVisibleAnnotations_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, annotations: Annotations): RuntimeVisibleAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeVisibleAnnotations_attributeReader
  140. def RuntimeVisibleParameterAnnotations_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations): RuntimeVisibleParameterAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeVisibleParameterAnnotations_attributeReader
  141. def RuntimeVisibleTypeAnnotations_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, annotations: TypeAnnotations): RuntimeVisibleTypeAnnotations_attribute

    Permalink
    Definition Classes
    ClassFileReader → RuntimeVisibleTypeAnnotations_attributeReader
  142. def SameFrame(frame_type: Int): StackMapFrame

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

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

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

    Permalink
    Definition Classes
    ClassFileReader → StackMapFrameReader
  146. def ShortValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  147. def Signature_attribute(cp: Constant_Pool, ap: AttributeParent, attribute_name_index: Int, signature_index: Int): Signature_attribute

    Permalink
    Definition Classes
    ClassFileReader → Signature_attributeReader
  148. def SourceDebugExtension_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, debug_extension: Array[Byte]): SourceDebugExtension_attribute

    Permalink
    Definition Classes
    ClassFileReader → SourceDebugExtension_attributeReader
  149. def SourceFile_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, sourceFile_index: Constant_Pool_Index): SourceFile_attribute

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

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

    Permalink
    Definition Classes
    ClassFileReader → StackMapTable_attributeReader
  152. def StackMapTable_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, stack_map_frames: StackMapFrames): StackMapTable_attribute

    Permalink
    Definition Classes
    ClassFileReader → StackMapTable_attributeReader
  153. def StringValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue

    Permalink
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  154. def SupertypeTarget(supertype_index: Int): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  155. def Synthetic_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index): Synthetic_attribute

    Permalink
    Definition Classes
    ClassFileReader → Synthetic_attributeReader
  156. def TargetPlatform_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, os_name_index: Constant_Pool_Index, os_arch_index: Constant_Pool_Index, os_version_index: Constant_Pool_Index): TargetPlatform_attribute

    Permalink
    Definition Classes
    ClassFileReader → TargetPlatform_attributeReader
  157. def Throws(throws_type_index: Constant_Pool_Index): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  158. def TopVariableInfo(): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  159. def TypeAnnotation(cp: Constant_Pool, target: TypeAnnotationTarget, path: TypeAnnotationPath, type_index: Constant_Pool_Index, element_value_pairs: ElementValuePairs): TypeAnnotation

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationsReader
  160. def TypeAnnotation(cp: Constant_Pool, in: DataInputStream): TypeAnnotation

    Permalink
    Definition Classes
    TypeAnnotationsReader
  161. def TypeAnnotationDeeperInArrayType: da.TypeAnnotationDeeperInArrayType.type

    Permalink

    The type_path_kind was 0 (and the type_argument_index was also 0).

    The type_path_kind was 0 (and the type_argument_index was also 0).

    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  162. def TypeAnnotationDeeperInNestedType: da.TypeAnnotationDeeperInNestedType.type

    Permalink

    The type_path_kind was 1 (and the type_argument_index was (as defined by the specification) also 0).

    The type_path_kind was 1 (and the type_argument_index was (as defined by the specification) also 0).

    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  163. def TypeAnnotationDirectlyOnType: da.TypeAnnotationDirectlyOnType.type

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  164. val TypeAnnotationManifest: ClassTag[TypeAnnotation]

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationsReader
  165. def TypeAnnotationOnBoundOfWildcardType: da.TypeAnnotationOnBoundOfWildcardType.type

    Permalink

    The type_path_kind was 2 (and the type_argument_index was (as defined by the specification) also 0).

    The type_path_kind was 2 (and the type_argument_index was (as defined by the specification) also 0).

    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  166. def TypeAnnotationOnTypeArgument(type_argument_index: Int): TypeAnnotationPathElement

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  167. def TypeAnnotationPath(path: IndexedSeq[TypeAnnotationPathElement]): TypeAnnotationPath

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  168. def TypeAnnotationPath(cp: Constant_Pool, in: DataInputStream): TypeAnnotationPath

    Permalink
    Definition Classes
    TypeAnnotationPathReader
  169. def TypeAnnotationTarget(cp: Constant_Pool, in: DataInputStream): TypeAnnotationTarget

    Permalink
    Definition Classes
    TypeAnnotationTargetReader
  170. def TypeAnnotations(cp: Constant_Pool, in: DataInputStream): TypeAnnotations

    Permalink
    Definition Classes
    TypeAnnotationsReader
  171. def TypeBoundOfParameterDeclarationOfClassOrInterface(type_parameter_index: Constant_Pool_Index, bound_index: Constant_Pool_Index): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  172. def TypeBoundOfParameterDeclarationOfMethodOrConstructor(type_parameter_index: Constant_Pool_Index, bound_index: Constant_Pool_Index): TypeAnnotationTarget

    Permalink
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  173. def UninitializedThisVariableInfo(): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  174. def UninitializedVariableInfo(offset: Int): VerificationTypeInfo

    Permalink
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  175. def Unknown_attribute(constant_pool: Constant_Pool, attribute_name_index: Constant_Pool_Index, info: Array[Byte]): Unknown_attribute

    Permalink
    Definition Classes
    ClassFileReader → Unknown_attributeReader
  176. def Unknown_attribute(ap: AttributeParent, cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, in: DataInputStream): Unknown_attribute

    Permalink
    Definition Classes
    Unknown_attributeReader
  177. def UsesEntry(constant_pool: Constant_Pool, uses_index: Constant_Pool_Index): UsesEntry

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  178. implicit val UsesEntryManifest: ClassTag[UsesEntry]

    Permalink
    Definition Classes
    ClassFileReader → Module_attributeReader
  179. def VerificationTypeInfo(cp: Constant_Pool, in: DataInputStream): VerificationTypeInfo

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

    Permalink
    Definition Classes
    ClassFileReader → StackMapFrameReader
  181. def Version_attribute(cp: Constant_Pool, attribute_name_index: Constant_Pool_Index, version_index: Constant_Pool_Index): Version_attribute

    Permalink
    Definition Classes
    ClassFileReader → Version_attributeReader
  182. def applyDeferredActions(cp: ClassFileReader.Constant_Pool, classFile: ClassFile): ClassFile

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  185. implicit val config: Config

    Permalink
    Definition Classes
    ClassFileReaderConfiguration
  186. def createDeferredActionsStore(): DeferredActionsStore

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  187. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  192. def isClassFileRepository(filename: String): Boolean

    Permalink
    Definition Classes
    ClassFileReader
  193. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  194. final def loadsInterfacesOnly: Boolean

    Permalink
    Definition Classes
    ClassFileReader → ClassFileReaderConfiguration
  195. implicit val logContext: LogContext

    Permalink
    Definition Classes
    ClassFileReaderConfiguration
  196. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Constant_PoolReader
  203. final def reifyEmptyAttributes: Boolean

    Permalink
    Definition Classes
    ClassFileReader → AttributeReader
  204. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  205. def throwIllegalArgumentException: Boolean

    Permalink
    Definition Classes
    Signature_attributeReader
  206. def toString(): String

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

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

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

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

Inherited from TargetPlatform_attributeReader

Inherited from ConcealedPackages_attributeReader

Inherited from MainClass_attributeReader

Inherited from Version_attributeReader

Inherited from Module_attributeReader

Inherited from TypeAnnotationsReader

Inherited from TypeAnnotationPathReader

Inherited from RuntimeVisibleTypeAnnotations_attributeReader

Inherited from RuntimeInvisibleTypeAnnotations_attributeReader

Inherited from TypeAnnotationTargetReader

Inherited from StackMapFrameReader

Inherited from StackMapTable_attributeReader

Inherited from VerificationTypeInfoReader

Inherited from RuntimeInvisibleParameterAnnotations_attributeReader

Inherited from RuntimeVisibleParameterAnnotations_attributeReader

Inherited from RuntimeInvisibleAnnotations_attributeReader

Inherited from RuntimeVisibleAnnotations_attributeReader

Inherited from AnnotationDefault_attributeReader

Inherited from AnnotationsReader

Inherited from MethodParameters_attributeReader

Inherited from ParametersAnnotationsReader

Inherited from ElementValuePairsReader

Inherited from AnnotationAbstractions

Inherited from LocalVariableTypeTable_attributeReader

Inherited from LocalVariableTable_attributeReader

Inherited from LineNumberTable_attributeReader

Inherited from EnclosingMethod_attributeReader

Inherited from Exceptions_attributeReader

Inherited from InnerClasses_attributeReader

Inherited from SourceDebugExtension_attributeReader

Inherited from Deprecated_attributeReader

Inherited from Synthetic_attributeReader

Inherited from ConstantValue_attributeReader

Inherited from Signature_attributeReader

Inherited from SourceFile_attributeReader

Inherited from CodeReader

Inherited from Code_attributeReader

Inherited from BootstrapMethods_attributeReader

Inherited from AttributeReader

Inherited from Unknown_attributeReader

Inherited from AttributesReader

Inherited from Unknown_attributeAbstractions

Inherited from AttributesAbstractions

Inherited from MethodsReader

Inherited from FieldsReader

Inherited from ClassFileReader

Inherited from ClassFileReaderConfiguration

Inherited from Constant_PoolBinding

Inherited from Constant_PoolReader

Inherited from Constant_PoolAbstractions

Inherited from AnyRef

Inherited from Any

Ungrouped