IntegerValue constructor

const IntegerValue(
  1. int value
)

Implementation

const IntegerValue(int value) : super(value, ValueType.integer);