Package org.prism

Class Nodes.ConstantPathOrWriteNode

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

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

     Parent::Child ||= value
     ^^^^^^^^^^^^^^^^^^^^^^^