public interface IComponentInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getAttributeCount()
Answer back the attribute number of the component info.
|
IClassFileAttribute[] |
getAttributes()
Answer back the collection of all attributes of the component info.
|
char[] |
getDescriptor()
Answer back the descriptor of this component info.
|
int |
getDescriptorIndex()
Answer back the descriptor index of this component info.
|
char[] |
getName()
Answer back the name of this component info.
|
int |
getNameIndex()
Answer back the name index of this component info.
|
int |
sizeInBytes()
Answer back the total size
|
char[] getName()
int getNameIndex()
char[] getDescriptor()
int getDescriptorIndex()
int getAttributeCount()
IClassFileAttribute[] getAttributes()
int sizeInBytes()