Package com.scriptbasic.syntax.commands
Class CommandAnalyzerElseIf
- java.lang.Object
-
- com.scriptbasic.syntax.AbstractAnalyzer<Command>
-
- com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
-
- com.scriptbasic.syntax.commands.AbstractCommandAnalyzerIfElseKind
-
- com.scriptbasic.syntax.commands.AbstractCommandAnalyzerIfKind
-
- com.scriptbasic.syntax.commands.CommandAnalyzerElseIf
-
- All Implemented Interfaces:
Analyzer<Command>,CommandAnalyzer
public class CommandAnalyzerElseIf extends AbstractCommandAnalyzerIfKind
- Author:
- Peter Verhas date June 16, 2012
-
-
Field Summary
-
Fields inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
ctx
-
-
Constructor Summary
Constructors Constructor Description CommandAnalyzerElseIf(Context ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandcreateNode(Expression condition)-
Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzerIfKind
analizeLine, analyze
-
Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzerIfElseKind
registerAndPopNode, registerAndSwapNode
-
Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
analyzeExpression, analyzeExpressionList, analyzeSimpleLeftValue, analyzeSimpleLeftValueList, assertKeyWord, consumeEndOfLine, equal, getName, isKeyWord, pushNode
-
-
-
-
Constructor Detail
-
CommandAnalyzerElseIf
public CommandAnalyzerElseIf(Context ctx)
-
-
Method Detail
-
createNode
protected Command createNode(Expression condition) throws AnalysisException
- Specified by:
createNodein classAbstractCommandAnalyzerIfKind- Throws:
AnalysisException
-
-