class Savi::Compiler::Populate::ReplaceIdentifiersVisitor
Overview
A simple visitor that can replace specific identifiers with other AST forms. We use this to rewrite type parameter references with their type args.
Defined in:
savi/compiler/populate.crConstructors
Class Method Summary
Instance Method Summary
- #run(ctx : Context, f_link : Program::Function::Link, f : Program::Function)
- #visit(ctx, node : AST::Node)