Expand description
Syntax Tree editor
Inspired by Roslyn’s SyntaxEditor
, but is temporarily built upon mutable syntax tree editing.
Structs§
- Position
- Position describing where to insert elements
- Syntax
Annotation - Syntax
Edit - Represents a completed
SyntaxEditor
operation. - Syntax
Editor - Syntax
Mapping - Syntax
Mapping Builder
Traits§
- Element
- Utility trait to allow calling syntax editor functions with references or owned nodes. Do not use outside of this module.