Packages

o

org.opalj.da

ClassFileReader

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 ModuleMainClass_attributeReader with ModulePackages_attributeReader

Factory methods to read class files and create ClassFile objects.

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

Type Members

  1. type Annotation = da.Annotation
    Definition Classes
    ClassFileReader → RuntimeInvisibleAnnotations_attributeReader → RuntimeVisibleAnnotations_attributeReader → AnnotationsAbstractions
  2. type AnnotationDefault_attribute = da.AnnotationDefault_attribute
    Definition Classes
    ClassFileReader → AnnotationDefault_attributeReader
  3. type Annotations = RefArray[Annotation]
    Definition Classes
    AnnotationsReader
  4. type Attribute = da.Attribute
    Definition Classes
    ClassFileReader → AttributesAbstractions
  5. type Attributes = RefArray[Attribute]
    Definition Classes
    AttributesAbstractions
  6. type BootstrapArgument = da.BootstrapArgument
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  7. type BootstrapArguments = RefArray[BootstrapArgument]
    Definition Classes
    BootstrapMethods_attributeReader
  8. type BootstrapMethod = da.BootstrapMethod
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  9. type BootstrapMethods = RefArray[BootstrapMethod]
    Definition Classes
    BootstrapMethods_attributeReader
  10. type BootstrapMethods_attribute = da.BootstrapMethods_attribute
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  11. type CONSTANT_Class_info = da.CONSTANT_Class_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  12. type CONSTANT_Double_info = da.CONSTANT_Double_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  13. type CONSTANT_Fieldref_info = da.CONSTANT_Fieldref_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  14. type CONSTANT_Float_info = da.CONSTANT_Float_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  15. type CONSTANT_Integer_info = da.CONSTANT_Integer_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  16. type CONSTANT_InterfaceMethodref_info = da.CONSTANT_InterfaceMethodref_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  17. type CONSTANT_InvokeDynamic_info = da.CONSTANT_InvokeDynamic_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  18. type CONSTANT_Long_info = da.CONSTANT_Long_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  19. type CONSTANT_MethodHandle_info = da.CONSTANT_MethodHandle_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  20. type CONSTANT_MethodType_info = da.CONSTANT_MethodType_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  21. type CONSTANT_Methodref_info = da.CONSTANT_Methodref_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  22. type CONSTANT_Module_info = da.CONSTANT_Module_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  23. type CONSTANT_NameAndType_info = da.CONSTANT_NameAndType_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  24. type CONSTANT_Package_info = da.CONSTANT_Package_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  25. type CONSTANT_String_info = da.CONSTANT_String_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  26. type CONSTANT_Utf8_info = da.CONSTANT_Utf8_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader → Constant_PoolAbstractions
  27. type ClassFile = da.ClassFile
    Definition Classes
    ClassFileReader → ClassFileReader → Constant_PoolAbstractions
  28. type Code_attribute = da.Code_attribute
    Definition Classes
    ClassFileReader → Code_attributeReader
  29. type ConstantValue_attribute = da.ConstantValue_attribute
    Definition Classes
    ClassFileReader → ConstantValue_attributeReader
  30. final type Constant_Pool = Array[Constant_Pool_Entry]
    Definition Classes
    Constant_PoolAbstractions
  31. type Constant_Pool_Entry = da.Constant_Pool_Entry
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader → Constant_PoolAbstractions
  32. final type Constant_Pool_Index = Int
    Definition Classes
    Constant_PoolAbstractions
  33. type DeferredActionsStore = Buffer[(ClassFile) ⇒ ClassFile] with Constant_Pool_Entry
    Definition Classes
    Constant_PoolAbstractions
  34. type Deprecated_attribute = da.Deprecated_attribute
    Definition Classes
    ClassFileReader → Deprecated_attributeReader
  35. type DoubleVariableInfo = da.DoubleVariableInfo.type
  36. type ElementValue = da.ElementValue
    Definition Classes
    ClassFileReader → AnnotationDefault_attributeReader → ElementValuePairsReader
  37. type ElementValuePair = da.ElementValuePair
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  38. type ElementValuePairs = RefArray[ElementValuePair]
    Definition Classes
    ElementValuePairsReader → AnnotationsAbstractions
  39. type ElementValues = RefArray[ElementValue]
    Definition Classes
    ElementValuePairsReader
  40. type EnclosingMethod_attribute = da.EnclosingMethod_attribute
    Definition Classes
    ClassFileReader → EnclosingMethod_attributeReader
  41. type ExceptionHandlers = RefArray[ExceptionTableEntry]
    Definition Classes
    Code_attributeReader
  42. type ExceptionIndexTable = Array[Constant_Pool_Index]
    Definition Classes
    Exceptions_attributeReader
  43. type ExceptionTableEntry = da.ExceptionTableEntry
    Definition Classes
    ClassFileReader → Code_attributeReader
  44. type Exceptions_attribute = da.Exceptions_attribute
    Definition Classes
    ClassFileReader → Exceptions_attributeReader
  45. type Exports = RefArray[ExportsEntry]
    Definition Classes
    Module_attributeReader
  46. type ExportsEntry = da.ExportsEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  47. type ExportsToIndexTable = Array[Constant_Pool_Index]
    Definition Classes
    Module_attributeReader
  48. type Field_Info = da.Field_Info
    Definition Classes
    ClassFileReader → FieldsReader
  49. type Fields = RefArray[Field_Info]
    Definition Classes
    FieldsReader
  50. type FloatVariableInfo = da.FloatVariableInfo.type
  51. type InnerClasses = RefArray[InnerClassesEntry]
    Definition Classes
    InnerClasses_attributeReader
  52. type InnerClassesEntry = da.InnerClassesEntry
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  53. type InnerClasses_attribute = da.InnerClasses_attribute
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  54. type Instructions = Code
    Definition Classes
    ClassFileReader → CodeReader → Code_attributeReader
  55. type IntegerVariableInfo = da.IntegerVariableInfo.type
  56. final type Interfaces = Array[Constant_Pool_Index]
    Definition Classes
    ClassFileReader
  57. type LineNumberTableEntry = da.LineNumberTableEntry
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  58. type LineNumberTable_attribute = da.LineNumberTable_attribute
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  59. type LineNumbers = RefArray[LineNumberTableEntry]
    Definition Classes
    LineNumberTable_attributeReader
  60. type LocalVariableTableEntry = da.LocalVariableTableEntry
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  61. type LocalVariableTable_attribute = da.LocalVariableTable_attribute
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  62. type LocalVariableTypeTableEntry = da.LocalVariableTypeTableEntry
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  63. type LocalVariableTypeTable_attribute = da.LocalVariableTypeTable_attribute
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  64. type LocalVariableTypes = RefArray[LocalVariableTypeTableEntry]
    Definition Classes
    LocalVariableTypeTable_attributeReader
  65. type LocalVariables = RefArray[LocalVariableTableEntry]
    Definition Classes
    LocalVariableTable_attributeReader
  66. type LocalvarTable = RefArray[LocalvarTableEntry]
    Definition Classes
    TypeAnnotationTargetReader
  67. type LocalvarTableEntry = da.LocalvarTableEntry
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  68. type LongVariableInfo = da.LongVariableInfo.type
  69. type MethodParameter = da.MethodParameter
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  70. type MethodParameters = RefArray[MethodParameter]
    Definition Classes
    MethodParameters_attributeReader
  71. type MethodParameters_attribute = da.MethodParameters_attribute
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  72. type Method_Info = da.Method_Info
    Definition Classes
    ClassFileReader → MethodsReader
  73. type Methods = RefArray[Method_Info]
    Definition Classes
    MethodsReader
  74. type ModuleMainClass_attribute = da.ModuleMainClass_attribute
    Definition Classes
    ClassFileReader → ModuleMainClass_attributeReader
  75. type ModulePackages_attribute = da.ModulePackages_attribute
    Definition Classes
    ClassFileReader → ModulePackages_attributeReader
  76. type Module_attribute = da.Module_attribute
    Definition Classes
    ClassFileReader → Module_attributeReader
  77. type NullVariableInfo = da.NullVariableInfo.type
  78. type ObjectVariableInfo = da.ObjectVariableInfo
  79. type Opens = RefArray[OpensEntry]
    Definition Classes
    Module_attributeReader
  80. type OpensEntry = da.OpensEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  81. type OpensToIndexTable = Array[Constant_Pool_Index]
    Definition Classes
    Module_attributeReader
  82. type PackageIndexTable = Array[Constant_Pool_Index]
    Definition Classes
    ModulePackages_attributeReader
  83. type ParameterAnnotations = RefArray[Annotation]
    Definition Classes
    ParametersAnnotationsReader
  84. type ParametersAnnotations = RefArray[ParameterAnnotations]
    Definition Classes
    ParametersAnnotationsReader
  85. type Provides = RefArray[ProvidesEntry]
    Definition Classes
    Module_attributeReader
  86. type ProvidesEntry = da.ProvidesEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  87. type ProvidesWithIndexTable = Array[Constant_Pool_Index]
    Definition Classes
    Module_attributeReader
  88. type Requires = RefArray[RequiresEntry]
    Definition Classes
    Module_attributeReader
  89. type RequiresEntry = da.RequiresEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  90. type RuntimeInvisibleAnnotations_attribute = da.RuntimeInvisibleAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeInvisibleAnnotations_attributeReader
  91. type RuntimeInvisibleParameterAnnotations_attribute = da.RuntimeInvisibleParameterAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeInvisibleParameterAnnotations_attributeReader
  92. type RuntimeInvisibleTypeAnnotations_attribute = da.RuntimeInvisibleTypeAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeInvisibleTypeAnnotations_attributeReader
  93. type RuntimeVisibleAnnotations_attribute = da.RuntimeVisibleAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeVisibleAnnotations_attributeReader
  94. type RuntimeVisibleParameterAnnotations_attribute = da.RuntimeVisibleParameterAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeVisibleParameterAnnotations_attributeReader
  95. type RuntimeVisibleTypeAnnotations_attribute = da.RuntimeVisibleTypeAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeVisibleTypeAnnotations_attributeReader
  96. type Signature_attribute = da.Signature_attribute
    Definition Classes
    ClassFileReader → Signature_attributeReader
  97. type SourceDebugExtension_attribute = da.SourceDebugExtension_attribute
    Definition Classes
    ClassFileReader → SourceDebugExtension_attributeReader
  98. type SourceFile_attribute = da.SourceFile_attribute
    Definition Classes
    ClassFileReader → SourceFile_attributeReader
  99. type StackMapFrame = da.StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader → StackMapTable_attributeReader
  100. type StackMapFrames = RefArray[StackMapFrame]
    Definition Classes
    StackMapTable_attributeReader
  101. type StackMapTable_attribute = da.StackMapTable_attribute
    Definition Classes
    ClassFileReader → StackMapTable_attributeReader
  102. type Synthetic_attribute = da.Synthetic_attribute
    Definition Classes
    ClassFileReader → Synthetic_attributeReader
  103. type TopVariableInfo = da.TopVariableInfo.type
  104. type TypeAnnotation = da.TypeAnnotation
    Definition Classes
    ClassFileReader → TypeAnnotationsReader → RuntimeVisibleTypeAnnotations_attributeReader → RuntimeInvisibleTypeAnnotations_attributeReader
  105. type TypeAnnotationPath = da.TypeAnnotationPath
    Definition Classes
    ClassFileReader → TypeAnnotationsReader → TypeAnnotationPathReader
  106. type TypeAnnotationPathElement = da.TypeAnnotationPathElement
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  107. type TypeAnnotationPathElementsTable = RefArray[TypeAnnotationPathElement]
    Definition Classes
    TypeAnnotationPathReader
  108. type TypeAnnotationTarget = da.TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationsReader → TypeAnnotationTargetReader
  109. type TypeAnnotations = RefArray[TypeAnnotation]
    Definition Classes
    TypeAnnotationsReader
  110. type UninitializedThisVariableInfo = da.UninitializedThisVariableInfo.type
  111. type UninitializedVariableInfo = da.UninitializedVariableInfo
  112. type Unknown_attribute = da.Unknown_attribute
    Definition Classes
    ClassFileReader → Unknown_attributeAbstractions
  113. type Uses = Array[Constant_Pool_Index]
    Definition Classes
    Module_attributeReader
  114. type VerificationTypeInfo = da.VerificationTypeInfo
    Definition Classes
    ClassFileReader → StackMapFrameReader → VerificationTypeInfoReader
  115. type VerificationTypeInfoLocals = RefArray[VerificationTypeInfo]
    Definition Classes
    StackMapFrameReader
  116. type VerificationTypeInfoStack = RefArray[VerificationTypeInfo]
    Definition Classes
    StackMapFrameReader

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def AllClassFiles(files: Traversable[File], exceptionHandler: ExceptionHandler): Traversable[(ClassFile, URL)]
    Definition Classes
    ClassFileReader
  5. def Annotation(cp: Constant_Pool, type_index: Constant_Pool_Index, element_value_pairs: ElementValuePairs): Annotation
    Definition Classes
    ClassFileReader → AnnotationsAbstractions
  6. def Annotation(cp: Constant_Pool, in: DataInputStream): Annotation
    Definition Classes
    AnnotationsAbstractions
  7. def AnnotationDefault_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, element_value: ElementValue): AnnotationDefault_attribute
    Definition Classes
    ClassFileReader → AnnotationDefault_attributeReader
  8. def AnnotationValue(cp: Constant_Pool, annotation: Annotation): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  9. def Annotations(cp: Constant_Pool, in: DataInputStream): Annotations
    Definition Classes
    AnnotationsReader
  10. def AppendFrame(frame_type: Int, offset_delta: Int, verification_type_info_locals: VerificationTypeInfoLocals): StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader
  11. def ArrayValue(cp: Constant_Pool, values: ElementValues): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  12. def Attribute(cp: Constant_Pool, ap: AttributeParent, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, in: DataInputStream): Attribute
    Definition Classes
    AttributesReader
  13. def Attributes(cp: Constant_Pool, ap: AttributeParent, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, in: DataInputStream): Attributes
    Definition Classes
    AttributesReader
  14. def BooleanValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  15. def BootstrapArgument(cp: Constant_Pool, cp_ref: Int): BootstrapArgument
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  16. def BootstrapArgument(cp: Constant_Pool, in: DataInputStream): BootstrapArgument
    Definition Classes
    BootstrapMethods_attributeReader
  17. def BootstrapMethod(cp: Constant_Pool, method_ref: Int, arguments: BootstrapArguments): BootstrapMethod
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  18. def BootstrapMethod(cp: Constant_Pool, in: DataInputStream): BootstrapMethod
    Definition Classes
    BootstrapMethods_attributeReader
  19. def BootstrapMethods_attribute(constant_pool: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, bootstrap_methods: BootstrapMethods): BootstrapMethods_attribute
    Definition Classes
    ClassFileReader → BootstrapMethods_attributeReader
  20. def ByteValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  21. def CONSTANT_Class_info(i: Int): CONSTANT_Class_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  22. def CONSTANT_Double_info(d: Double): CONSTANT_Double_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  23. def CONSTANT_Fieldref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_Fieldref_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  24. def CONSTANT_Float_info(f: Float): CONSTANT_Float_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  25. def CONSTANT_Integer_info(i: Int): CONSTANT_Integer_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  26. def CONSTANT_InterfaceMethodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_InterfaceMethodref_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  27. def CONSTANT_InvokeDynamic_info(bootstrap_method_attr_index: Int, name_and_type_index: Constant_Pool_Index): CONSTANT_InvokeDynamic_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  28. def CONSTANT_Long_info(l: Long): CONSTANT_Long_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  29. def CONSTANT_MethodHandle_info(reference_kind: Int, reference_index: Constant_Pool_Index): CONSTANT_MethodHandle_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  30. def CONSTANT_MethodType_info(descriptor_index: Constant_Pool_Index): CONSTANT_MethodType_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  31. def CONSTANT_Methodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index): CONSTANT_Methodref_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  32. def CONSTANT_Module_info(i: Int): CONSTANT_Module_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  33. def CONSTANT_NameAndType_info(name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index): CONSTANT_NameAndType_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  34. def CONSTANT_Package_info(i: Int): CONSTANT_Package_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  35. def CONSTANT_String_info(i: Int): CONSTANT_String_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  36. def CONSTANT_Utf8_info(r: Array[Byte], s: String): CONSTANT_Utf8_info
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  37. def CastExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  38. def Catch(exception_table_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  39. def CharValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  40. def ChopFrame(frame_type: Int, offset_delta: Int): StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader
  41. 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
    Definition Classes
    ClassFileReader → ClassFileReader
  42. def ClassFile(jarFileName: String, jarFileEntryName: String): List[ClassFile]
    Definition Classes
    ClassFileReader
    Annotations
    @throws( ... )
  43. def ClassFile(jarFile: File, jarFileEntryName: String): List[ClassFile]
    Definition Classes
    ClassFileReader
    Annotations
    @throws( ... )
  44. def ClassFile(jarFile: ZipFile, jarEntry: ZipEntry): List[ClassFile]
    Attributes
    protected[this]
    Definition Classes
    ClassFileReader
  45. def ClassFile(create: () ⇒ InputStream): List[ClassFile]
    Definition Classes
    ClassFileReader
  46. def ClassFile(in: DataInputStream): List[ClassFile]
    Definition Classes
    ClassFileReader
  47. def ClassFiles(file: File, exceptionHandler: ExceptionHandler): List[(ClassFile, URL)]
    Definition Classes
    ClassFileReader
  48. def ClassFiles(zipFile: ZipFile, classFileHandler: (ClassFile, URL) ⇒ Unit, exceptionHandler: ExceptionHandler): Unit
    Definition Classes
    ClassFileReader
  49. def ClassFiles(in: ⇒ JarInputStream): List[(ClassFile, String)]
    Definition Classes
    ClassFileReader
  50. def ClassFiles(jarFile: ZipFile, exceptionHandler: ExceptionHandler): List[(ClassFile, URL)]
    Definition Classes
    ClassFileReader
  51. def ClassValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  52. def Code_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, max_stack: Int, max_locals: Int, instructions: Instructions, exception_table: ExceptionHandlers, attributes: Attributes): Code_attribute
    Definition Classes
    ClassFileReader → Code_attributeReader
  53. def ConstantValue_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Int, constant_value_index: Int): ConstantValue_attribute
    Definition Classes
    ClassFileReader → ConstantValue_attributeReader
  54. def Constant_Pool(in: DataInputStream): Constant_Pool
    Definition Classes
    Constant_PoolReader
  55. val Constant_Pool_EntryManifest: ClassTag[Constant_Pool_Entry]
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  56. def ConstructorInMethodReferenceExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  57. def ConstructorInvocation(offset: Int, type_argument_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  58. def Deprecated_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index): Deprecated_attribute
    Definition Classes
    ClassFileReader → Deprecated_attributeReader
  59. def DoubleValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  60. def DoubleVariableInfo(): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  61. def ElementValue(cp: Constant_Pool, in: DataInputStream): ElementValue
    Definition Classes
    ElementValuePairsReader
  62. def ElementValuePair(cp: Constant_Pool, element_name_index: Constant_Pool_Index, element_value: ElementValue): ElementValuePair
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  63. def ElementValuePair(cp: Constant_Pool, in: DataInputStream): ElementValuePair
    Definition Classes
    ElementValuePairsReader
  64. def ElementValuePairs(cp: Constant_Pool, in: DataInputStream): ElementValuePairs
    Definition Classes
    ElementValuePairsReader → AnnotationsAbstractions
  65. def EnclosingMethod_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, class_index: Constant_Pool_Index, method_index: Constant_Pool_Index): EnclosingMethod_attribute
    Definition Classes
    ClassFileReader → EnclosingMethod_attributeReader
  66. def EnumValue(cp: Constant_Pool, type_name_index: Constant_Pool_Index, const_name_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  67. def ExceptionTableEntry(cp: Constant_Pool, start_pc: Int, end_pc: Int, handler_pc: Int, catch_type: Int): ExceptionTableEntry
    Definition Classes
    ClassFileReader → Code_attributeReader
  68. def Exceptions_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, exception_index_table: ExceptionIndexTable): Exceptions_attribute
    Definition Classes
    ClassFileReader → Exceptions_attributeReader
  69. def ExportsEntry(constant_pool: Constant_Pool, exports_index: Constant_Pool_Index, exports_flags: Int, exports_to_index_table: ExportsToIndexTable): ExportsEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  70. def FieldDeclaration: TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  71. def Field_Info(cp: Constant_Pool, access_flags: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, attributes: Attributes): Field_Info
    Definition Classes
    ClassFileReader → FieldsReader
  72. def Fields(cp: Constant_Pool, in: DataInputStream): Fields
    Definition Classes
    FieldsReader
  73. def FloatValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  74. def FloatVariableInfo(): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  75. def FormalParameter(formal_parameter_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  76. def FullFrame(frame_type: Int, offset_delta: Int, verification_type_info_locals: VerificationTypeInfoLocals, verification_type_info_stack: VerificationTypeInfoStack): StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader
  77. 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
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  78. def InnerClasses_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, classes: InnerClasses): InnerClasses_attribute
    Definition Classes
    ClassFileReader → InnerClasses_attributeReader
  79. def InstanceOf(offset: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  80. def Instructions(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, instructions: Array[Byte]): Instructions
    Definition Classes
    ClassFileReader → CodeReader
  81. def Instructions(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, in: DataInputStream): Instructions
    Definition Classes
    CodeReader
  82. def IntValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  83. def IntegerVariableInfo(): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  84. def JRTClassFiles: Iterable[(String, List[(ClassFile, URL)])]
    Definition Classes
    ClassFileReader
  85. def LineNumberTableEntry(start_pc: Int, line_number: Int): LineNumberTableEntry
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  86. def LineNumberTable_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, line_number_table: LineNumbers): LineNumberTable_attribute
    Definition Classes
    ClassFileReader → LineNumberTable_attributeReader
  87. def LocalVariableTableEntry(cp: Constant_Pool, start_pc: Int, length: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, index: Int): LocalVariableTableEntry
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  88. def LocalVariableTable_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, local_variable_table: LocalVariables): LocalVariableTable_attribute
    Definition Classes
    ClassFileReader → LocalVariableTable_attributeReader
  89. def LocalVariableTypeTableEntry(cp: Constant_Pool, start_pc: Int, length: Int, name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index, index: Int): LocalVariableTypeTableEntry
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  90. def LocalVariableTypeTable_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, local_variable_type_table: LocalVariableTypes): LocalVariableTypeTable_attribute
    Definition Classes
    ClassFileReader → LocalVariableTypeTable_attributeReader
  91. def LocalvarDecl(localVarTable: LocalvarTable): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  92. def LocalvarTable(in: DataInputStream): LocalvarTable
    Definition Classes
    TypeAnnotationTargetReader
  93. def LocalvarTableEntry(start_pc: Int, length: Int, local_variable_table_index: Int): LocalvarTableEntry
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  94. def LongValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  95. def LongVariableInfo(): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  96. def MethodInMethodReferenceExpression(offset: Int, type_argument_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  97. def MethodInvocation(offset: Int, type_argument_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  98. def MethodParameter(cp: Constant_Pool, name_index: Constant_Pool_Index, access_flags: Int): MethodParameter
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  99. def MethodParameters_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, parameters: MethodParameters): MethodParameters_attribute
    Definition Classes
    ClassFileReader → MethodParameters_attributeReader
  100. def MethodReferenceExpressionIdentifier(offset: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  101. def MethodReferenceExpressionNew(offset: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  102. def Method_Info(cp: Constant_Pool, access_flags: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, attributes: Attributes): Method_Info
    Definition Classes
    ClassFileReader → MethodsReader
  103. def Methods(cp: Constant_Pool, in: DataInputStream): Methods
    Definition Classes
    MethodsReader
  104. def ModuleMainClass_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, main_class_index: Constant_Pool_Index): ModuleMainClass_attribute
    Definition Classes
    ClassFileReader → ModuleMainClass_attributeReader
  105. def ModulePackages_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, package_index_table: PackageIndexTable): ModulePackages_attribute
    Definition Classes
    ClassFileReader → ModulePackages_attributeReader
  106. def Module_attribute(constant_pool: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, module_name_index: Constant_Pool_Index, module_flags: Int, module_version_index: Constant_Pool_Index, requires: Requires, exports: Exports, opens: Opens, uses: Uses, provides: Provides): Module_attribute
    Definition Classes
    ClassFileReader → Module_attributeReader
  107. def New(offset: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  108. def NullVariableInfo(): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  109. def ObjectVariableInfo(cp: Constant_Pool, cpool_index: Int): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  110. def OpensEntry(constant_pool: Constant_Pool, opens_index: Constant_Pool_Index, opens_flags: Int, opens_to_index_table: OpensToIndexTable): OpensEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  111. def ParameterDeclarationOfClassOrInterface(type_parameter_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  112. def ParameterDeclarationOfMethodOrConstructor(type_parameter_index: Constant_Pool_Index): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  113. def ParametersAnnotations(cp: Constant_Pool, in: DataInputStream): ParametersAnnotations
    Definition Classes
    ParametersAnnotationsReader
  114. def ProvidesEntry(constant_pool: Constant_Pool, provides_index: Constant_Pool_Index, provides_with_index_table: ProvidesWithIndexTable): ProvidesEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  115. def ReceiverType: TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  116. def RequiresEntry(constant_pool: Constant_Pool, requires_index: Constant_Pool_Index, requires_flags: Int, require_version_index: Constant_Pool_Index): RequiresEntry
    Definition Classes
    ClassFileReader → Module_attributeReader
  117. def ResourcevarDecl(localVarTable: LocalvarTable): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  118. def ReturnType: TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  119. def RuntimeInvisibleAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, annotations: Annotations): RuntimeInvisibleAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeInvisibleAnnotations_attributeReader
  120. def RuntimeInvisibleParameterAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations): RuntimeInvisibleParameterAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeInvisibleParameterAnnotations_attributeReader
  121. def RuntimeInvisibleTypeAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, annotations: TypeAnnotations): RuntimeInvisibleTypeAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeInvisibleTypeAnnotations_attributeReader
  122. def RuntimeVisibleAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, annotations: Annotations): RuntimeVisibleAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeVisibleAnnotations_attributeReader
  123. def RuntimeVisibleParameterAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations): RuntimeVisibleParameterAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeVisibleParameterAnnotations_attributeReader
  124. def RuntimeVisibleTypeAnnotations_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, annotations: TypeAnnotations): RuntimeVisibleTypeAnnotations_attribute
    Definition Classes
    ClassFileReader → RuntimeVisibleTypeAnnotations_attributeReader
  125. def SameFrame(frame_type: Int): StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader
  126. def SameFrameExtended(frame_type: Int, offset_delta: Int): StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader
  127. def SameLocals1StackItemFrame(frame_type: Int, verification_type_info_stack: VerificationTypeInfo): StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader
  128. def SameLocals1StackItemFrameExtended(frame_type: Int, offset_delta: Int, verification_type_info_stack: VerificationTypeInfo): StackMapFrame
    Definition Classes
    ClassFileReader → StackMapFrameReader
  129. def ShortValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  130. def Signature_attribute(cp: Constant_Pool, ap: AttributeParent, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Int, signature_index: Int): Signature_attribute
    Definition Classes
    ClassFileReader → Signature_attributeReader
  131. def SourceDebugExtension_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, debug_extension: Array[Byte]): SourceDebugExtension_attribute
    Definition Classes
    ClassFileReader → SourceDebugExtension_attributeReader
  132. def SourceFile_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, sourceFile_index: Constant_Pool_Index): SourceFile_attribute
    Definition Classes
    ClassFileReader → SourceFile_attributeReader
  133. def StackMapFrame(cp: Constant_Pool, in: DataInputStream): StackMapFrame
    Definition Classes
    StackMapFrameReader
  134. def StackMapTable_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, stack_map_frames: StackMapFrames): StackMapTable_attribute
    Definition Classes
    ClassFileReader → StackMapTable_attributeReader
  135. def StringValue(cp: Constant_Pool, const_value_index: Constant_Pool_Index): ElementValue
    Definition Classes
    ClassFileReader → ElementValuePairsReader
  136. def SupertypeTarget(supertype_index: Int): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  137. def Synthetic_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index): Synthetic_attribute
    Definition Classes
    ClassFileReader → Synthetic_attributeReader
  138. def Throws(throws_type_index: Constant_Pool_Index): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  139. def TopVariableInfo(): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  140. def TypeAnnotation(cp: Constant_Pool, target: TypeAnnotationTarget, path: TypeAnnotationPath, type_index: Constant_Pool_Index, element_value_pairs: ElementValuePairs): TypeAnnotation
    Definition Classes
    ClassFileReader → TypeAnnotationsReader
  141. def TypeAnnotation(cp: Constant_Pool, in: DataInputStream): TypeAnnotation
    Definition Classes
    TypeAnnotationsReader
  142. def TypeAnnotationDeeperInArrayType: da.TypeAnnotationDeeperInArrayType.type

    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
  143. def TypeAnnotationDeeperInNestedType: da.TypeAnnotationDeeperInNestedType.type

    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
  144. def TypeAnnotationDirectlyOnType: da.TypeAnnotationDirectlyOnType.type
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  145. def TypeAnnotationOnBoundOfWildcardType: da.TypeAnnotationOnBoundOfWildcardType.type

    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
  146. def TypeAnnotationOnTypeArgument(type_argument_index: Int): TypeAnnotationPathElement
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  147. def TypeAnnotationPath(path: TypeAnnotationPathElementsTable): TypeAnnotationPath
    Definition Classes
    ClassFileReader → TypeAnnotationPathReader
  148. def TypeAnnotationPath(in: DataInputStream): TypeAnnotationPath
    Definition Classes
    TypeAnnotationPathReader
  149. def TypeAnnotationTarget(in: DataInputStream): TypeAnnotationTarget
    Definition Classes
    TypeAnnotationTargetReader
  150. def TypeAnnotations(cp: Constant_Pool, in: DataInputStream): TypeAnnotations
    Definition Classes
    TypeAnnotationsReader
  151. def TypeBoundOfParameterDeclarationOfClassOrInterface(type_parameter_index: Constant_Pool_Index, bound_index: Constant_Pool_Index): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  152. def TypeBoundOfParameterDeclarationOfMethodOrConstructor(type_parameter_index: Constant_Pool_Index, bound_index: Constant_Pool_Index): TypeAnnotationTarget
    Definition Classes
    ClassFileReader → TypeAnnotationTargetReader
  153. def UninitializedThisVariableInfo(): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  154. def UninitializedVariableInfo(offset: Int): VerificationTypeInfo
    Definition Classes
    ClassFileReader → VerificationTypeInfoReader
  155. def Unknown_attribute(cp: Constant_Pool, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, info: Array[Byte]): Unknown_attribute
    Definition Classes
    ClassFileReader → Unknown_attributeReader
  156. def Unknown_attribute(cp: Constant_Pool, ap: AttributeParent, ap_name_index: Constant_Pool_Index, ap_descriptor_index: Constant_Pool_Index, attribute_name_index: Constant_Pool_Index, in: DataInputStream): Unknown_attribute
    Definition Classes
    Unknown_attributeReader → Unknown_attributeAbstractions
  157. def VerificationTypeInfo(cp: Constant_Pool, in: DataInputStream): VerificationTypeInfo
    Definition Classes
    VerificationTypeInfoReader
  158. def applyDeferredActions(cp: Constant_Pool, classFile: ClassFile): ClassFile
    Definition Classes
    Constant_PoolReader → Constant_PoolAbstractions
  159. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  160. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  161. implicit val config: Config
    Definition Classes
    ClassFileReaderConfiguration
  162. def createDeferredActionsStore(): DeferredActionsStore
    Attributes
    protected[this]
    Definition Classes
    Constant_PoolBinding → Constant_PoolReader
  163. final val defaultExceptionHandler: ExceptionHandler
    Definition Classes
    ClassFileReader
  164. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  165. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  166. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  167. def findClassFile(files: Traversable[File], progressReporter: (File) ⇒ Unit, classFileFilter: (ClassFile) ⇒ Boolean, className: (ClassFile) ⇒ String, exceptionHandler: ExceptionHandler): Either[(ClassFile, URL), Set[String]]
    Definition Classes
    ClassFileReader
  168. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  169. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  170. def isClassFileRepository(filename: String, containerName: Option[String]): Boolean
    Definition Classes
    ClassFileReader
  171. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  172. final def loadsInterfacesOnly: Boolean
    Definition Classes
    ClassFileReader → ClassFileReaderConfiguration
  173. implicit val logContext: LogContext
    Definition Classes
    ClassFileReaderConfiguration
  174. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  175. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  176. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  177. def registerAttributeReader(reader: (String, (Constant_Pool, AttributeParent, Constant_Pool_Index, Constant_Pool_Index, Constant_Pool_Index, DataInputStream) ⇒ Attribute)): Unit
    Definition Classes
    AttributesReader
  178. def registerAttributesPostProcessor(p: (Attributes) ⇒ Attributes): Unit
    Definition Classes
    AttributesReader
  179. def registerClassFilePostProcessor(p: (List[ClassFile]) ⇒ List[ClassFile]): Unit
    Definition Classes
    ClassFileReader
  180. def registerDeferredAction(cp: Constant_Pool)(deferredAction: (ClassFile) ⇒ ClassFile): Unit
    Definition Classes
    Constant_PoolReader
  181. final def reifyEmptyAttributes: Boolean
    Definition Classes
    ClassFileReader → AttributeReader
  182. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  183. def throwIllegalArgumentException: Boolean
    Definition Classes
    Signature_attributeReader
  184. def toString(): String
    Definition Classes
    AnyRef → Any
  185. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  186. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  187. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ModulePackages_attributeReader

Inherited from ModuleMainClass_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 AnnotationsAbstractions

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