org.scalajs.ir.Trees$.Transient$.Value
Common interface for the values that can be stored in Transient
nodes.
Attributes
- Graph
- Supertypes
- Known subtypes
Members list
Concise view
Value members
Prints the IR representation of this transient node.
This method is called by the IR printers when encountering a
Transient node.
Prints the IR representation of this transient node.
This method is called by the IR printers when encountering a
Transient node.
Attributes
- out
The IRTreePrinter to
which the transient node must be printed. It can be used to print
raw strings or nested IR nodes.
Traverses this transient value.
Traverses this transient value.
Implementations should delegate traversal to contained trees.
Attributes
Type of this transient value.
Type of this transient value.
Attributes