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 asSIMPLE LEFTVALUE ::= identifier
- Author:
- Peter Verhas date July 15, 2012
-
-
Constructor Summary
Constructors Constructor Description BasicSimpleLeftValueAnalyzer(Context ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeftValueanalyze()
-
-
-
Constructor Detail
-
BasicSimpleLeftValueAnalyzer
public BasicSimpleLeftValueAnalyzer(Context ctx)
-
-
Method Detail
-
analyze
public LeftValue analyze() throws AnalysisException
- Specified by:
analyzein interfaceAnalyzer<LeftValue>- Specified by:
analyzein interfaceLeftValueAnalyzer- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-
-