Package com.scriptbasic.syntax.commands
Class CommandAnalyzerNext
java.lang.Object
com.scriptbasic.syntax.AbstractAnalyzer<Command>
com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
com.scriptbasic.syntax.commands.CommandAnalyzerNext
- All Implemented Interfaces:
Analyzer<Command>,CommandAnalyzer
- Author:
- Peter Verhas date June 16, 2012
-
Field Summary
Fields inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
ctx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
analyzeExpression, analyzeExpressionList, analyzeSimpleLeftValue, analyzeSimpleLeftValueList, assertKeyWord, consumeEndOfStatement, equal, getName, isKeyWord, pushNode
-
Constructor Details
-
CommandAnalyzerNext
-
-
Method Details
-
analyze
- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-