Package org.prism

Class Nodes.InstanceVariableAndWriteNode

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

public static final class Nodes.InstanceVariableAndWriteNode extends Nodes.Node
 Represents the use of the `&&=` operator for assignment to an instance variable.

     @target &&= value
     ^^^^^^^^^^^^^^^^^