Package | Description |
---|---|
org.benf.cfr.reader.entities.attributes | |
org.benf.cfr.reader.entityfactories |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Attribute> |
AttributeMap.attributes |
Modifier and Type | Method and Description |
---|---|
<T extends Attribute> |
AttributeMap.getByName(java.lang.String name) |
Constructor and Description |
---|
AttributeMap(java.util.Collection<Attribute> tmpAttributes) |
Modifier and Type | Method and Description |
---|---|
static Attribute |
AttributeFactory.build(ByteData raw,
ConstantPool cp,
ClassFileVersion classFileVersion) |
Attribute |
AttributeFactory.AttributeBuilder.invoke(ByteData arg) |
Modifier and Type | Method and Description |
---|---|
static UnaryFunction<ByteData,Attribute> |
AttributeFactory.getBuilder(ConstantPool cp,
ClassFileVersion classFileVersion) |