Module regex_syntax::hir::visitor [−][src]
Re-exports
use hir; |
use hir::Hir; |
use hir::HirKind; |
Structs
| HeapVisitor |
HeapVisitor visits every item in an |
Enums
| Frame |
Represents a single stack frame while performing structural induction over
an |
Traits
| Visitor |
A trait for visiting the high-level IR (HIR) in depth first order. |
Functions
| visit |
Executes an implementation of |