Package com.scriptbasic.syntax.commands
Class AbstractCommandAnalyzerGlobalLocal
java.lang.Object
com.scriptbasic.syntax.AbstractAnalyzer<Command>
com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
com.scriptbasic.syntax.commands.AbstractCommandAnalyzerGlobalLocal
- All Implemented Interfaces:
Analyzer<Command>,CommandAnalyzer
- Direct Known Subclasses:
CommandAnalyzerGlobal,CommandAnalyzerLocal
public abstract class AbstractCommandAnalyzerGlobalLocal extends AbstractCommandAnalyzer
- Author:
- Peter Verhas date Jul 14, 2012
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractCommandAnalyzerGlobalLocal(Context ctx) -
Method Summary
Modifier and Type Method Description Commandanalyze()protected abstract AbstractCommandLeftValueListednewNode()Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
analyzeExpression, analyzeExpressionList, analyzeSimpleLeftValue, analyzeSimpleLeftValueList, assertKeyWord, consumeEndOfStatement, equal, getName, isKeyWord, pushNode
-
Constructor Details
-
Method Details
-
newNode
-
analyze
- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-