Char constructor

const Char(
  1. int value
)

Implementation

const Char(int value) : super(Types.CHAR, value);