AnalysisNamespace typedef

AnalysisNamespace = HTDeclarationNamespace<ASTNode?>

Namespace that holds symbols for analyzing, the value is either the declaration AST or null.

Implementation

typedef AnalysisNamespace = HTDeclarationNamespace<ASTNode?>;