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 Constructor Description BasicSimpleLeftValueListAnalyzer(Context ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeftValueListanalyze()-
Methods inherited from class com.scriptbasic.syntax.AbstractGenericListAnalyzer
analyze
-
-
-
-
Constructor Detail
-
BasicSimpleLeftValueListAnalyzer
public BasicSimpleLeftValueListAnalyzer(Context ctx)
-
-
Method Detail
-
analyze
public LeftValueList analyze() throws AnalysisException
- Specified by:
analyzein interfaceAnalyzer<LeftValueList>- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-
-