Interface ReservedWords

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isReservedWord​(java.lang.CharSequence tokenText)
      Checks case-insensitively if the supplied token text is a reserved word.
    • Method Detail

      • isReservedWord

        boolean isReservedWord​(java.lang.CharSequence tokenText)
        Checks case-insensitively if the supplied token text is a reserved word.
        Parameters:
        tokenText - Token text to check
        Returns:
        true if the token text is a reserved word, false otherwise