Class Nodes.InstanceVariableOrWriteNode

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

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

     @target ||= value
     ^^^^^^^^^^^^^^^^^