public interface KeywordRecognizer
Modifier and Type | Method and Description |
---|---|
boolean |
isRecognized(String identifier)
The method checks the argument if present in the reserved keyword list or
not.
|
boolean isRecognized(String identifier)
identifier
- the string of the identifier that may be reserved wordtrue
if and only if the identifier string is a reserved
keywordCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.