| java.lang.Object com.caucho.bytecode.ConstantPoolEntry
All known Subclasses: com.caucho.bytecode.StringConstant, com.caucho.bytecode.InterfaceMethodRefConstant, com.caucho.bytecode.IntegerConstant, com.caucho.bytecode.ClassConstant, com.caucho.bytecode.FieldRefConstant, com.caucho.bytecode.DoubleConstant, com.caucho.bytecode.Utf8Constant, com.caucho.bytecode.NameAndTypeConstant, com.caucho.bytecode.FloatConstant, com.caucho.bytecode.MethodRefConstant, com.caucho.bytecode.LongConstant,
ConstantPoolEntry | abstract public class ConstantPoolEntry (Code) | | Represents a constant pool entry.
|
export | abstract int export(ConstantPool target)(Code) | | Exports to the target pool.
the index in the target pool. |
getIndex | public int getIndex()(Code) | | Returns the index.
|
|
|