Transient

org.scalajs.ir.Trees$.Transient
See theTransient companion object
sealed case class Transient(value: Value)(implicit pos: Position) extends Tree

A transient node for custom purposes.

A transient node is never a valid input to the Serializers nor to the linker, but can be used in a transient state for internal purposes.

Attributes

value

The payload of the transient node, without any specified meaning.

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Tree
class IRNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
IRNode

Concrete fields

val tpe: Type

Implicits

Implicits

implicit val pos: Position