Package arrow.meta.dsl.analysis

Types

AnalysisSyntax
Link copied to clipboard
interface AnalysisSyntax

The Analysis phase determines if the parsed AST type checks and resolves properly. As part of this phase, we have access to events happening before and after resolution. Before resolution, we are given the chance to modify the compiler trees in the form of KtElement via the Quote Template System.