| Package | Description |
|---|---|
| com.caucho.bytecode |
| Modifier and Type | Method and Description |
|---|---|
IntegerConstant |
ConstantPool.addInteger(int value)
Adds a integer constant.
|
IntegerConstant |
ConstantPool.getInteger(int index)
Returns an integer constant
|
IntegerConstant |
ConstantPool.getIntegerByValue(int value)
Gets a integer constant.
|