Klasse EclipseAttributeAdapter

java.lang.Object
org.aspectj.ajdt.internal.compiler.ast.EclipseAttributeAdapter
Alle implementierten Schnittstellen:
IAttribute

public class EclipseAttributeAdapter extends Object implements IAttribute
  • Konstruktordetails

    • EclipseAttributeAdapter

      public EclipseAttributeAdapter(AjAttribute attr)
  • Methodendetails

    • getNameChars

      public char[] getNameChars()
      Beschreibung aus Schnittstelle kopiert: IAttribute
      Returns the name of the attribute.
      Angegeben von:
      getNameChars in Schnittstelle IAttribute
    • getAllBytes

      public byte[] getAllBytes(short nameIndex, ConstantPool constantPool)
      Angegeben von:
      getAllBytes in Schnittstelle IAttribute
      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.