Module ezno_parser::visiting
source · Structs
- The current location in the AST
- Options for behavior when visiting AST. Customizable behavior is important for analysis
Enums
- TODO these may go
- TODO these may go
Traits
- For something to visitable it can visit all nested fields.
- A visitor over something which is hooked/is SelfVisitable with some Data
- A visitor over something which is hooked/is SelfVisitable with some Data
- These are a receiver traits of the visitor
- These are a receiver traits of the visitor