XmlWriterMacroVisitor
Attributes
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
Types
Custom context passed between visitor methods during the walk of the type tree structure.
Custom context passed between visitor methods during the walk of the type tree structure.
Attributes
Value members
Concrete methods
After visiting an array node in the type tree.
After visiting an array node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a case class node in the type tree.
After visiting a case class node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a collection node in the type tree.
After visiting a collection node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting an enum node in the type tree.
After visiting an enum node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a Java Iterable node in the type tree.
After visiting a Java Iterable node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a Java Map node in the type tree.
After visiting a Java Map node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a Java Record node in the type tree.
After visiting a Java Record node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a Map node in the type tree.
After visiting a Map node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a namedtuple node in the type tree.
After visiting a namedtuple node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a node in the type tree.
After visiting a node in the type tree.
Attributes
After visiting a Selectable node in the type tree.
After visiting a Selectable node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a tuple node in the type tree.
After visiting a tuple node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
After visiting a union type node in the type tree.
After visiting a union type node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting an array node in the type tree.
Before visiting an array node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a case class node in the type tree.
Before visiting a case class node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a collection node in the type tree.
Before visiting a collection node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting an enum node in the type tree.
Before visiting an enum node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a Java Iterable node in the type tree.
Before visiting a Java Iterable node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a Java Map node in the type tree.
Before visiting a Java Map node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a Java Record node in the type tree.
Before visiting a Java Record node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a Map node in the type tree.
Before visiting a Map node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a named tuple node in the type tree.
Before visiting a named tuple node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a node in the type tree.
Before visiting a node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a Selectable node in the type tree.
Before visiting a Selectable node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a tuple node in the type tree.
Before visiting a tuple node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Before visiting a union type node in the type tree.
Before visiting a union type node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Create a prefix to use for some intermediate variables
Create a prefix to use for some intermediate variables
Attributes
- Definition Classes
-
TypeTreeVisitor
Maybe process the node directly without walking the tree further.
Maybe process the node directly without walking the tree further.
Attributes
- Definition Classes
-
TypeTreeVisitor
Maybe summon an existing typeclass instance to process the node instead of walking the tree further.
Maybe summon an existing typeclass instance to process the node instead of walking the tree further.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit an item of an array node in the type tree.
Visit an item of an array node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a node represented by a string value.
Visit a node represented by a string value.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a field of a case class node in the type tree.
Visit a field of a case class node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit an item of a collection node in the type tree.
Visit an item of a collection node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a node holding Either Left value.
Visit a node holding Either Left value.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a node holding Either Right value.
Visit a node holding Either Right value.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a case class of an enum node in the type tree.
Visit a case class of an enum node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a case value of an enum node in the type tree.
Visit a case value of an enum node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit an item of a Java Iterable node in the type tree.
Visit an item of a Java Iterable node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit an entry of a Java Map node in the type tree.
Visit an entry of a Java Map node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a field of a Java Record node in the type tree.
Visit a field of a Java Record node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit an entry of a Map node in the type tree.
Visit an entry of a Map node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a field of a named tuple node in the type tree.
Visit a field of a named tuple node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a node holding an opaque type value.
Visit a node holding an opaque type value.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a node holding Some value.
Visit a node holding Some value.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a node represented by a primitive-like values, including BigDecimal
Visit a node represented by a primitive-like values, including BigDecimal
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a field of a Selectable node in the type tree.
Visit a field of a Selectable node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit an item of a tuple node in the type tree.
Visit an item of a tuple node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor
Visit a member type of a union type node in the type tree.
Visit a member type of a union type node in the type tree.
Attributes
- Definition Classes
-
TypeTreeVisitor