Package com.scriptbasic.syntax.commands
Class CommandAnalyzerEndIf
java.lang.Object
com.scriptbasic.syntax.AbstractAnalyzer<Command>
com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
com.scriptbasic.syntax.commands.AbstractCommandAnalyzerIfElseKind
com.scriptbasic.syntax.commands.CommandAnalyzerEndIf
- All Implemented Interfaces:
Analyzer<Command>,CommandAnalyzer
-
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.AbstractCommandAnalyzerIfElseKind
registerAndPopNode, registerAndSwapNodeMethods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
analyzeExpression, analyzeExpressionList, analyzeSimpleLeftValue, analyzeSimpleLeftValueList, assertKeyWord, consumeEndOfStatement, equal, getName, isKeyWord, pushNode
-
Constructor Details
-
CommandAnalyzerEndIf
-
-
Method Details
-
analyze
- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-