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
public abstract class AbstractCommandAnalyzerIfElseKind extends AbstractCommandAnalyzer
- Author:
- Peter Verhas date Jul 13, 2012
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractCommandAnalyzerIfElseKind(Context ctx) -
Method Summary
Modifier and Type Method Description protected AbstractCommandIfElseKindregisterAndPopNode(AbstractCommandIfElseKind node)protected voidregisterAndSwapNode(AbstractCommandIfElseKind node)Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
analyzeExpression, analyzeExpressionList, analyzeSimpleLeftValue, analyzeSimpleLeftValueList, assertKeyWord, consumeEndOfStatement, equal, getName, isKeyWord, pushNode
-
Constructor Details
-
Method Details
-
registerAndSwapNode
- Throws:
AnalysisException
-
registerAndPopNode
protected AbstractCommandIfElseKind registerAndPopNode(AbstractCommandIfElseKind node) throws AnalysisException- Throws:
AnalysisException
-