Package com.scriptbasic.syntax.commands
Class AbstractCommandAnalyzerIfElseKind
java.lang.Object
com.scriptbasic.syntax.AbstractAnalyzer<Command>
com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
com.scriptbasic.syntax.commands.AbstractCommandAnalyzerIfElseKind
- All Implemented Interfaces:
Analyzer<Command>,CommandAnalyzer
- Direct Known Subclasses:
AbstractCommandAnalyzerIfKind,CommandAnalyzerElse,CommandAnalyzerEndIf
- Author:
- Peter Verhas date Jul 13, 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
-
AbstractCommandAnalyzerIfElseKind
-
-
Method Details
-
registerAndSwapNode
- Throws:
AnalysisException
-
registerAndPopNode
protected AbstractCommandIfElseKind registerAndPopNode(AbstractCommandIfElseKind node) throws AnalysisException - Throws:
AnalysisException
-