org.aspectj.weaver.bcel
Class BcelConstantPoolReader

java.lang.Object
  extended by org.aspectj.weaver.bcel.BcelConstantPoolReader
All Implemented Interfaces:
ConstantPoolReader

public class BcelConstantPoolReader
extends java.lang.Object
implements ConstantPoolReader

An implementation of the constant pool reader that speaks Bcel.


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

Constructor Detail

BcelConstantPoolReader

public BcelConstantPoolReader(ConstantPool constantPool)
Method Detail

readUtf8

public java.lang.String readUtf8(int cpIndex)
Specified by:
readUtf8 in interface ConstantPoolReader