public final class CONSTANT_Index_info extends ConstantPoolEntry
Modifier and Type | Field | Description |
---|---|---|
private int |
i1 |
|
private int |
i2 |
doubleSlot, index, tag
Constructor | Description |
---|---|
CONSTANT_Index_info(int tag,
int i1,
int i2) |
Modifier and Type | Method | 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, setIndex
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
void set(int tag, int i1, int i2)
int classFileSize()
ConstantPoolEntry
classFileSize
in class ConstantPoolEntry
void put(ClassFormatOutput out) throws java.io.IOException
put
in class ConstantPoolEntry
java.io.IOException
public int getI1()
ConstantPoolEntry
getI1
in class ConstantPoolEntry
public int getI2()
ConstantPoolEntry
getI2
in class ConstantPoolEntry
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.