Package com.scriptbasic.syntax.leftvalue
Class BasicSimpleLeftValueListAnalyzer
java.lang.Object
com.scriptbasic.syntax.AbstractGenericListAnalyzer<LeftValueList,GenericLeftValueList,LeftValue,SimpleLeftValueAnalyzer>
com.scriptbasic.syntax.leftvalue.BasicSimpleLeftValueListAnalyzer
- All Implemented Interfaces:
Analyzer<LeftValueList>,ListAnalyzer<LeftValueList>,SimpleLeftValueListAnalyzer
public final class BasicSimpleLeftValueListAnalyzer extends AbstractGenericListAnalyzer<LeftValueList,GenericLeftValueList,LeftValue,SimpleLeftValueAnalyzer> implements SimpleLeftValueListAnalyzer
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BasicSimpleLeftValueListAnalyzer(Context ctx) -
Method Summary
Modifier and Type Method Description LeftValueListanalyze()
-
Constructor Details
-
Method Details
-
analyze
- Specified by:
analyzein interfaceAnalyzer<LeftValueList>- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-