Class BasicExpressionListAnalyzer
- java.lang.Object
-
- com.scriptbasic.syntax.AbstractGenericListAnalyzer<ExpressionList,GenericExpressionList,Expression,ExpressionAnalyzer>
-
- com.scriptbasic.syntax.expression.BasicExpressionListAnalyzer
-
- All Implemented Interfaces:
Analyzer<ExpressionList>,ExpressionListAnalyzer,ListAnalyzer<ExpressionList>
public final class BasicExpressionListAnalyzer extends AbstractGenericListAnalyzer<ExpressionList,GenericExpressionList,Expression,ExpressionAnalyzer> implements ExpressionListAnalyzer
-
-
Field Summary
-
Fields inherited from class com.scriptbasic.syntax.AbstractGenericListAnalyzer
ctx
-
-
Constructor Summary
Constructors Constructor Description BasicExpressionListAnalyzer(Context ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionListanalyze()-
Methods inherited from class com.scriptbasic.syntax.AbstractGenericListAnalyzer
analyze
-
-
-
-
Constructor Detail
-
BasicExpressionListAnalyzer
public BasicExpressionListAnalyzer(Context ctx)
-
-
Method Detail
-
analyze
public ExpressionList analyze() throws AnalysisException
- Specified by:
analyzein interfaceAnalyzer<ExpressionList>- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-
-