org.aspectj.ajdt.internal.compiler.ast
Class EclipseAttributeAdapter

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

public class EclipseAttributeAdapter
extends java.lang.Object
implements org.aspectj.org.eclipse.jdt.internal.compiler.IAttribute


Constructor Summary
EclipseAttributeAdapter(AjAttribute attr)
           
 
Method Summary
 byte[] getAllBytes(short nameIndex, org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ConstantPool constantPool)
           
 char[] getNameChars()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseAttributeAdapter

public EclipseAttributeAdapter(AjAttribute attr)
Method Detail

getNameChars

public char[] getNameChars()
Specified by:
getNameChars in interface org.aspectj.org.eclipse.jdt.internal.compiler.IAttribute

getAllBytes

public byte[] getAllBytes(short nameIndex,
                          org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ConstantPool constantPool)
Specified by:
getAllBytes in interface org.aspectj.org.eclipse.jdt.internal.compiler.IAttribute