| Package | Description |
|---|---|
| de.spricom.dessert.classfile |
Analyzes .class files to determine dependencies.
|
| de.spricom.dessert.classfile.attribute |
Represents attributes
within a .class file.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeInfo[] |
ClassFile.getAttributes() |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeAttribute |
class |
ConstantValueAttribute |
class |
EnclosingMethodAttribute |
class |
InnerClassesAttribute |
class |
RuntimeVisibleAnnotationsAttribute |
class |
RuntimeVisibleParameterAnnotationsAttribute |
class |
SignatureAttribute |
class |
UnknownAttribute |
| Modifier and Type | Method and Description |
|---|---|
AttributeInfo[] |
CodeAttribute.getAttributes() |
AttributeInfo[] |
AttributeInfo.getAttributes() |
static AttributeInfo[] |
AttributeInfo.readAttributes(DataInputStream is,
ConstantPool constantPool,
AttributeInfo.AttributeContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeAttribute.setAttributes(AttributeInfo[] attributes) |
Copyright © 2017–2021 Hans Jörg Heßmann. All rights reserved.