Package com.scriptbasic.syntax.leftvalue
Class AbstractLeftValueAnalyzer
java.lang.Object
com.scriptbasic.syntax.leftvalue.AbstractLeftValueAnalyzer
- All Implemented Interfaces:
Analyzer<LeftValue>,LeftValueAnalyzer
- Direct Known Subclasses:
BasicLeftValueAnalyzer
Left value is defined as
LEFTVALUE ::= identifier modifier* modifier ::= '[' expression_list '] | '.' id
- Author:
- Peter Verhas date June 12, 2012
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ctx
-
-
Constructor Details
-
AbstractLeftValueAnalyzer
-
-
Method Details
-
analyze
- Specified by:
analyzein interfaceAnalyzer<LeftValue>- Specified by:
analyzein interfaceLeftValueAnalyzer- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-