isNumber method

bool isNumber()

Implementation

bool isNumber() {
  return kind == 2;
}