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
-
Fields inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
ctx
-
-
Constructor Summary
Constructors Constructor Description AbstractCommandAnalyzerIfElseKind(Context ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterAndPopNode(AbstractCommandIfElseKind node)protected voidregisterAndSwapNode(AbstractCommandIfElseKind node)-
Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
analyzeExpression, analyzeExpressionList, analyzeSimpleLeftValue, analyzeSimpleLeftValueList, assertKeyWord, consumeEndOfLine, equal, getName, isKeyWord, pushNode
-
-
-
-
Constructor Detail
-
AbstractCommandAnalyzerIfElseKind
public AbstractCommandAnalyzerIfElseKind(Context ctx)
-
-
Method Detail
-
registerAndSwapNode
protected void registerAndSwapNode(AbstractCommandIfElseKind node) throws AnalysisException
- Throws:
AnalysisException
-
registerAndPopNode
protected void registerAndPopNode(AbstractCommandIfElseKind node) throws AnalysisException
- Throws:
AnalysisException
-
-