analyzer/analyzer library
Classes
- AnalyzerConfig
- AnalyzerImplConfig
- HTAnalyzer
- A ast visitor that create declarative-only namespaces on all astnode, for analysis purpose, the true analyzer is another class, albeit its name, this is basically a resolver.
Typedefs
-
AnalysisNamespace
= HTDeclarationNamespace<
ASTNode?> - Namespace that holds symbols for analyzing, the value is either the declaration AST or null.