Package com.scriptbasic.syntax.leftvalue
Class BasicSimpleLeftValueAnalyzer
java.lang.Object
com.scriptbasic.syntax.leftvalue.BasicSimpleLeftValueAnalyzer
- All Implemented Interfaces:
Analyzer<LeftValue>,LeftValueAnalyzer,SimpleLeftValueAnalyzer
public class BasicSimpleLeftValueAnalyzer extends java.lang.Object implements LeftValueAnalyzer, SimpleLeftValueAnalyzer
Simple Left value is defined as
SIMPLE LEFTVALUE ::= identifier
- Author:
- Peter Verhas date July 15, 2012
-
Constructor Summary
Constructors Constructor Description BasicSimpleLeftValueAnalyzer(Context ctx) -
Method Summary
-
Constructor Details
-
Method Details
-
analyze
- Specified by:
analyzein interfaceAnalyzer<LeftValue>- Specified by:
analyzein interfaceLeftValueAnalyzer- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-