isObject method

bool isObject()

Implementation

bool isObject() {
  return kind == 5;
}