protected static boolean isIdentifier(Token token) {
   return token != null && token.getTerminal() == Terminal.T_IDENT;
 }