public final class CONSTANT_Index_info extends ConstantPoolEntry
| Modifier and Type | Field and Description |
|---|---|
private int |
i1 |
private int |
i2 |
doubleSlot, index, tag| Constructor and Description |
|---|
CONSTANT_Index_info(int tag,
int i1,
int i2) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
classFileSize()
Return an estimate of the size of the constant pool entry.
|
boolean |
equals(java.lang.Object other) |
int |
getI1()
Get the first index in a index type pool entry.
|
int |
getI2()
Get the second index in a index type pool entry.
|
int |
hashCode() |
(package private) void |
put(ClassFormatOutput out) |
(package private) void |
set(int tag,
int i1,
int i2)
Used when searching
|
doubleSlot, getIndex, getKey, getTag, setIndexpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectvoid set(int tag,
int i1,
int i2)
int classFileSize()
ConstantPoolEntryclassFileSize in class ConstantPoolEntryvoid put(ClassFormatOutput out) throws java.io.IOException
put in class ConstantPoolEntryjava.io.IOExceptionpublic int getI1()
ConstantPoolEntrygetI1 in class ConstantPoolEntrypublic int getI2()
ConstantPoolEntrygetI2 in class ConstantPoolEntryApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.