Class EclipseAttributeAdapter

java.lang.Object
org.aspectj.ajdt.internal.compiler.ast.EclipseAttributeAdapter
All Implemented Interfaces:
IAttribute

public class EclipseAttributeAdapter extends Object implements IAttribute
  • Constructor Details

    • EclipseAttributeAdapter

      public EclipseAttributeAdapter(AjAttribute attr)
  • Method Details

    • getNameChars

      public char[] getNameChars()
      Description copied from interface: IAttribute
      Returns the name of the attribute.
      Specified by:
      getNameChars in interface IAttribute
    • getAllBytes

      public byte[] getAllBytes(short nameIndex, ConstantPool constantPool)
      Specified by:
      getAllBytes in interface IAttribute
      Parameters:
      nameIndex - the index into this class's constant pool for this attribute's name.
      Returns:
      all of the bytes to represent this attribute in the .class file.