Package com.scriptbasic.interfaces
Interface ExpressionAnalyzer
-
- All Superinterfaces:
Analyzer<Expression>
- All Known Implementing Classes:
AbstractExpressionAnalyzer,BasicExpressionAnalyzer
public interface ExpressionAnalyzer extends Analyzer<Expression>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionanalyze()
-
-
-
Method Detail
-
analyze
Expression analyze() throws AnalysisException
- Specified by:
analyzein interfaceAnalyzer<Expression>- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-
-