Class Nodes.IndexTargetNode

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

public static final class Nodes.IndexTargetNode extends Nodes.Node
 Represents assigning to an index.

     foo[bar], = 1
     ^^^^^^^^

     begin
     rescue => foo[bar]
               ^^^^^^^^
     end

     for foo[bar] in baz do end
         ^^^^^^^^