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
Fields inherited from class com.scriptbasic.syntax.AbstractGenericListAnalyzer
ctx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.scriptbasic.syntax.AbstractGenericListAnalyzer
analyze
-
Constructor Details
-
BasicSimpleLeftValueListAnalyzer
-
-
Method Details
-
analyze
- Specified by:
analyzein interfaceAnalyzer<LeftValueList>- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-