Uses of Class
com.caucho.bytecode.ConstantPool

Packages that use ConstantPool
com.caucho.bytecode   
 

Uses of ConstantPool in com.caucho.bytecode
 

Methods in com.caucho.bytecode that return ConstantPool
 ConstantPool ByteCodeParser.getConstantPool()
          Returns the constant pool.
 ConstantPool CodeWriterAttribute.getConstantPool()
           
 ConstantPool ConstantPoolEntry.getConstantPool()
          Returns the constant pool.
 ConstantPool JavaClass.getConstantPool()
          Returns the class's constant pool.
 

Methods in com.caucho.bytecode with parameters of type ConstantPool
 int ClassConstant.export(ConstantPool target)
          Exports to the target pool.
 int DoubleConstant.export(ConstantPool target)
          Exports to the target pool.
 int FieldRefConstant.export(ConstantPool target)
          Exports to the target pool.
 int FloatConstant.export(ConstantPool target)
          Exports to the target pool.
 int IntegerConstant.export(ConstantPool target)
          Exports to the target pool.
 int InterfaceMethodRefConstant.export(ConstantPool target)
          Exports to the target pool.
 int LongConstant.export(ConstantPool target)
          Exports to the target pool.
 int MethodRefConstant.export(ConstantPool target)
          Exports to the target pool.
 int NameAndTypeConstant.export(ConstantPool target)
          Exports to the target pool.
 int StringConstant.export(ConstantPool target)
          Exports to the target pool.
 int Utf8Constant.export(ConstantPool target)
          Exports to the target pool.