Class EclipseAttributeAdapter
java.lang.Object
org.aspectj.ajdt.internal.compiler.ast.EclipseAttributeAdapter
- All Implemented Interfaces:
IAttribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getAllBytes(short nameIndex, ConstantPool constantPool) char[]Returns the name of the attribute.
-
Constructor Details
-
EclipseAttributeAdapter
-
-
Method Details
-
getNameChars
public char[] getNameChars()Description copied from interface:IAttributeReturns the name of the attribute.- Specified by:
getNameCharsin interfaceIAttribute
-
getAllBytes
- Specified by:
getAllBytesin interfaceIAttribute- Parameters:
nameIndex- the index into this class's constant pool for this attribute's name.constantPool-- Returns:
- all of the bytes to represent this attribute in the .class file.
-