Class Nodes.GlobalVariableAndWriteNode

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

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

     $target &&= value
     ^^^^^^^^^^^^^^^^^