isIdentifier static method

bool isIdentifier(
  1. int kind
)

Implementation

static bool isIdentifier(int kind) {
  return kind == IDENTIFIER;
}