Does subclass-specific analysis. Subclasses should override analyzeImpl().
(Analyzer analyzer)
| 578 | * Does subclass-specific analysis. Subclasses should override analyzeImpl(). |
| 579 | */ |
| 580 | abstract protected void analyzeImpl(Analyzer analyzer) throws AnalysisException; |
| 581 | |
| 582 | /** |
| 583 | * Helper function to analyze this expr and assert that the analysis was successful. |