Schnittstelle IAttribute
- Alle bekannten Implementierungsklassen:
EclipseAttributeAdapter
public interface IAttribute
Represents an Attribute for a Java .class file.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbyte[]getAllBytes(short nameIndex, ConstantPool constantPool) char[]Returns the name of the attribute.
-
Methodendetails
-
getNameChars
char[] getNameChars()Returns the name of the attribute. -
getAllBytes
- Parameter:
nameIndex- the index into this class's constant pool for this attribute's name.constantPool-- Gibt zurück:
- all of the bytes to represent this attribute in the .class file.
-