org.scalajs.ir.Trees.Transient.Value
Common interface for the values that can be stored in Transient nodes.
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
Members list
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.
Attributes
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