Class Nodes.IndexAndWriteNode

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

public static final class Nodes.IndexAndWriteNode extends Nodes.Node
 Represents the use of the `&&=` operator on a call to the `[]` method.

     foo.bar[baz] &&= value
     ^^^^^^^^^^^^^^^^^^^^^^