Modifier and Type | Field and Description |
---|---|
private List | |
private final int | |
private final ClassReader | |
private final int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public List | attributes()
Implements java. Returns the attributes of this element. |
public Utf8Entry | descriptor()
Implements java. Returns the field descriptor of this component. |
public Utf8Entry | name()
Implements java. Returns the name of this component. |
attributes | back to summary |
---|---|
private List<Attribute<?>> attributes |
attributesPos | back to summary |
---|---|
private final int attributesPos |
reader | back to summary |
---|---|
private final ClassReader reader |
startPos | back to summary |
---|---|
private final int startPos |
BoundRecordComponentInfo | back to summary |
---|---|
public BoundRecordComponentInfo(ClassReader reader, int startPos) |
attributes | back to summary |
---|---|
public List Implements java. Doc from java. Returns the attributes of this element. |
descriptor | back to summary |
---|---|
public Utf8Entry descriptor() Implements java. Doc from java. Returns the field descriptor of this component. |
name | back to summary |
---|---|
public Utf8Entry name() Implements java. Doc from java. Returns the name of this component. |