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

java.lang.Object
  extended by org.aspectj.ajdt.internal.compiler.ast.EclipseConstantPoolWriter
All Implemented Interfaces:
ConstantPoolWriter

public class EclipseConstantPoolWriter
extends java.lang.Object
implements ConstantPoolWriter

An implementation of the constant pool writer that speaks Eclipse.


Constructor Summary
EclipseConstantPoolWriter(ConstantPool constantPool)
           
 
Method Summary
 int writeUtf8(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseConstantPoolWriter

public EclipseConstantPoolWriter(ConstantPool constantPool)
Method Detail

writeUtf8

public int writeUtf8(java.lang.String name)
Specified by:
writeUtf8 in interface ConstantPoolWriter