Class Nodes.GlobalVariableOrWriteNode

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

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

     $target ||= value
     ^^^^^^^^^^^^^^^^^