Package com.scriptbasic.syntax.commands
Class CommandAnalyzerMethod
java.lang.Object
com.scriptbasic.syntax.AbstractAnalyzer<Command>
com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
com.scriptbasic.syntax.commands.CommandAnalyzerMethod
- All Implemented Interfaces:
Analyzer<Command>,CommandAnalyzer
public class CommandAnalyzerMethod extends AbstractCommandAnalyzer
- Author:
- Peter Verhas date Jun 27, 2012
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CommandAnalyzerMethod(Context ctx) -
Method Summary
Methods inherited from class com.scriptbasic.syntax.commands.AbstractCommandAnalyzer
analyzeExpression, analyzeExpressionList, analyzeSimpleLeftValue, analyzeSimpleLeftValueList, assertKeyWord, consumeEndOfStatement, equal, getName, isKeyWord, pushNode
-
Constructor Details
-
Method Details
-
analyze
- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-