Uses of Class
com.caucho.bytecode.ConstantPoolEntry

Packages that use ConstantPoolEntry
com.caucho.bytecode   
 

Uses of ConstantPoolEntry in com.caucho.bytecode
 

Subclasses of ConstantPoolEntry in com.caucho.bytecode
 class ClassConstant
          Represents a class in the constant pool.
 class DoubleConstant
          Represents a double constant.
 class FieldRefConstant
          Represents a field ref in the constant pool.
 class FloatConstant
          Represents a float constant.
 class IntegerConstant
          Represents an integer constant.
 class InterfaceMethodRefConstant
          Represents an interface method ref in the constant pool.
 class LongConstant
          Represents a long constant.
 class MethodRefConstant
          Represents a method ref in the constant pool.
 class NameAndTypeConstant
          Represents a name and type ref in the constant pool.
 class StringConstant
          Represents a string pointer in the constant pool.
 class Utf8Constant
          Represents a utf-8n constant.
 

Methods in com.caucho.bytecode that return ConstantPoolEntry
 ConstantPoolEntry CodeVisitor.getConstantArg()
          Returns a constant pool item.
 ConstantPoolEntry ConstantPool.getEntry(int index)
          Returns an entry
 

Methods in com.caucho.bytecode that return types with arguments of type ConstantPoolEntry
 java.util.ArrayList<ConstantPoolEntry> ConstantPool.getEntries()
          Returns all the entries.
 

Methods in com.caucho.bytecode with parameters of type ConstantPoolEntry
 void ConstantPool.addConstant(ConstantPoolEntry entry)
          Adds a new constant.