Package com.scriptbasic.utility
Class LexUtility
java.lang.Object
com.scriptbasic.utility.LexUtility
- Author:
- Peter Verhas date Jun 28, 2012
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckLexeme(LexicalAnalyzer analyzer, String lexeme, String exceptionText) static LexicalElementget(LexicalAnalyzer lexicalAnalyzer) static booleanisLexeme(LexicalAnalyzer analyzer, String lexeme) static LexicalElementpeek(LexicalAnalyzer lexicalAnalyzer)
-
Method Details
-
peek
- Throws:
AnalysisException
-
get
- Throws:
AnalysisException
-
isLexeme
- Throws:
AnalysisException
-
checkLexeme
public static void checkLexeme(LexicalAnalyzer analyzer, String lexeme, String exceptionText) throws AnalysisException - Throws:
AnalysisException
-