isString method

bool isString()

Implementation

bool isString() {
  return this == BaseType.STRING;
}