コード例 #1
0
 @Override
 public boolean isReservedWord(final String string) {
   return reservedWords.contains(string.toUpperCase());
 }