Expand description
Support for converting Tst via a recursive mapping process. It is especially useful for expanding TSTs.
Structs§
- Composite
Node Mapper - Generic Mapper for composite node with children
- Identity
Mapper - Mapper that output the node, unchanged.
- Transformer
Accumulator - Accumulator for transform operations.
- Tree
Mapper - Implementation of mapping for a tree
Traits§
- Accumulator
- Accumulator used by SeqMapper and ConcMapper
- Mapper
- Mapper trait
- Mappers
- Trait representing the mappers for each type of tree node
- Tree
Mapper Trait - Base trait for a TreeMapper
Type Aliases§
- Default
Tree Transformer - Tree transformer with default transformers for Seq/Conc
- Tree
Transformer - A mapper that transform a tree. Can be used for instance to transform nodes that do not have an executor