Value
trait Value
Common interface for the values that can be stored in Transient nodes.
Value members
Abstract methods
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.
- Value parameters:
- out
The IRTreePrinter to which the transient node must be printed. It can be used to print raw strings or nested IR nodes.