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.

Author:
Andy Clement

Constructor Summary
EclipseConstantPoolWriter(org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ConstantPool constantPool)
           
 
Method Summary
 int writeUtf8(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseConstantPoolWriter

public EclipseConstantPoolWriter(org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ConstantPool constantPool)
Method Detail

writeUtf8

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