ConstNum constructor

ConstNum(
  1. num value
)

Creates a new numeric constant with the given value.

@param value The numeric value this constant represents

Implementation

ConstNum(super.value);