Package com.scriptbasic.interfaces
Interface LeftValueAnalyzer
-
- All Known Implementing Classes:
AbstractLeftValueAnalyzer,BasicLeftValueAnalyzer,BasicSimpleLeftValueAnalyzer
public interface LeftValueAnalyzer extends Analyzer<LeftValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LeftValueanalyze()
-
-
-
Method Detail
-
analyze
LeftValue analyze() throws AnalysisException
- Specified by:
analyzein interfaceAnalyzer<LeftValue>- Returns:
- the analysis result.
- Throws:
AnalysisException- in case of exception
-
-