Klasse EclipseAttributeAdapter
java.lang.Object
org.aspectj.ajdt.internal.compiler.ast.EclipseAttributeAdapter
- Alle implementierten Schnittstellen:
IAttribute
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbyte[]getAllBytes(short nameIndex, ConstantPool constantPool) char[]Returns the name of the attribute.
-
Konstruktordetails
-
EclipseAttributeAdapter
-
-
Methodendetails
-
getNameChars
public char[] getNameChars()Beschreibung aus Schnittstelle kopiert:IAttributeReturns the name of the attribute.- Angegeben von:
getNameCharsin SchnittstelleIAttribute
-
getAllBytes
- Angegeben von:
getAllBytesin SchnittstelleIAttribute- 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.
-