Schnittstelle IAttribute

Alle bekannten Implementierungsklassen:
EclipseAttributeAdapter

public interface IAttribute
Represents an Attribute for a Java .class file.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    byte[]
    getAllBytes(short nameIndex, ConstantPool constantPool)
     
    char[]
    Returns the name of the attribute.
  • Methodendetails

    • getNameChars

      char[] getNameChars()
      Returns the name of the attribute.
    • getAllBytes

      byte[] getAllBytes(short nameIndex, ConstantPool constantPool)
      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.