ConstInt constructor

ConstInt(
  1. int value
)

Creates a new integer constant with the given value.

@param value The integer value this constant represents

Implementation

ConstInt(super.value);