ConstNum constructor
ConstNum(
- num value
Creates a new numeric constant with the given value.
@param value The numeric value this constant represents
Implementation
ConstNum(super.value);
Creates a new numeric constant with the given value.
@param value The numeric value this constant represents
ConstNum(super.value);