UndefinedParam
Marker object for undefined parameters in JavaScript semantic calls.
To be used inside a js.Transient node.
Attributes
- Graph
-
- Supertypes
- Self type
-
UndefinedParam.type
Members list
Value members
Concrete 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.
Attributes
Transforms this transient value.
Transforms this transient value.
Implementations should transform contained trees and potentially adjust the result.
Attributes
Inherited methods
Create a new instance of type T with elements taken from product p.
Create a new instance of type T with elements taken from product p.
Attributes
- Inherited from:
- Singleton
An iterator over the names of all the elements of this product.
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product