public class EclipseAttributeAdapter extends java.lang.Object implements IAttribute
| Constructor and Description |
|---|
EclipseAttributeAdapter(AjAttribute attr) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAllBytes(short nameIndex,
ConstantPool constantPool) |
char[] |
getNameChars()
Returns the name of the attribute.
|
public EclipseAttributeAdapter(AjAttribute attr)
public char[] getNameChars()
IAttributegetNameChars in interface IAttributepublic byte[] getAllBytes(short nameIndex,
ConstantPool constantPool)
getAllBytes in interface IAttributenameIndex - the index into this class's constant pool for this attribute's name.