MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / ExpressionVisitor

Interface ExpressionVisitor

crates/papyrus/src/ast_optimization.rs:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31trait ExpressionVisitor {
32 fn visit_expr(&mut self, expr: Expr) -> Option<Expr>;
33}
34
35//TODO: Keeps track of constant variables
36#[derive(Default)]

Callers

nothing calls this directly

Implementers 1

ast_optimization.rscrates/papyrus/src/ast_optimization.rs

Calls

no outgoing calls

Tested by

no test coverage detected