Package de.inetsoftware.classparser
Class Attributes
java.lang.Object
de.inetsoftware.classparser.Attributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Attributes.AttributeInfo[]
private final ConstantPool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Attributes.AttributeInfo
Get value of SourceFile if available.private Attributes.AttributeInfo[]
readAttributs
(DataInputStream input)
-
Field Details
-
attributes
-
constantPool
-
-
Constructor Details
-
Attributes
Attributes(@Nonnull DataInputStream input, @Nonnull ConstantPool constantPool) throws IOException - Throws:
IOException
-
-
Method Details
-
readAttributs
- Throws:
IOException
-
get
-
getSourceFile
Get value of SourceFile if available.- Returns:
- the source file name or null.
- Throws:
IOException
- if an I/O error occurs.
-