Module regex_syntax::ast::visitor
source ยท Structsยง
- Heap
Visitor ๐HeapVisitor visits every item in anAst
recursively using constant stack size and a heap size proportional to the size of theAst
.
Enumsยง
- Class
Frame ๐Represents a single stack frame while performing structural induction over a character class. - Class
Induct ๐A representation of the inductive step when performing structural induction over a character class. - Frame ๐Represents a single stack frame while performing structural induction over an
Ast
.
Traitsยง
- A trait for visiting an abstract syntax tree (AST) in depth first order.
Functionsยง
- Executes an implementation of
Visitor
in constant stack space.