Initialise the constant entry.paramtagValue the constant pool entry type to be used.paramentries the number of constant pool entry slots occupied by this entry. super(tagValue, entries);
super(tagValue, entries);
Get the value of the constant.returnthe value of the constant (untyped). return value;
return value;
Set the constant value.paramnewValue the new untyped value of this constant. value = newValue;
value = newValue;