public class IntConstant extends Constant
Constructor and Description |
---|
IntConstant(Constant[] pool,
int value)
Creates an instance for the specified int value.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the wrapped int value.
|
java.lang.String |
toString()
Returns the constant type and the int value.
|
extractConstantPool, getConstant
public IntConstant(Constant[] pool, int value)