ConstInt constructor
ConstInt(
- int value
Creates a new integer constant with the given value.
@param value The integer value this constant represents
Implementation
ConstInt(super.value);
Creates a new integer constant with the given value.
@param value The integer value this constant represents
ConstInt(super.value);