Class Nodes.ConstantOrWriteNode

java.lang.Object
org.prism.Nodes.Node
org.prism.Nodes.ConstantOrWriteNode
Enclosing class:
Nodes

public static final class Nodes.ConstantOrWriteNode extends Nodes.Node
 Represents the use of the `||=` operator for assignment to a constant.

     Target ||= value
     ^^^^^^^^^^^^^^^^