Class BasicKeywordRecognizer

    • Constructor Detail

      • BasicKeywordRecognizer

        public BasicKeywordRecognizer()
    • Method Detail

      • isRecognized

        public boolean isRecognized​(java.lang.String identifier)
        Description copied from interface: KeywordRecognizer
        The method checks the argument if present in the reserved keyword list or not.
        Specified by:
        isRecognized in interface KeywordRecognizer
        Parameters:
        identifier - the string of the identifier that may be reserved word
        Returns:
        true if and only if the identifier string is a reserved keyword