| Package | Description |
|---|---|
| org.dessertj.classfile.attribute |
Represents attributes
within a .class file.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeInfo.AttributeContext |
AttributeInfo.getContext() |
static AttributeInfo.AttributeContext |
AttributeInfo.AttributeContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeInfo.AttributeContext[] |
AttributeInfo.AttributeContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeInfo[] |
AttributeInfo.readAttributes(DataInputStream is,
ConstantPool constantPool,
AttributeInfo.AttributeContext context) |
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.