Foo::Bar += baz ^^^^^^^^^^^^^^^
$foo &&= bar ^^^^^^^^^^^^
$foo ||= bar ^^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^
foo &&= bar ^^^^^^^^^^^
foo ||= bar ^^^^^^^^^^^
@@foo &&= bar ^^^^^^^^^^^^^
@@foo ||= bar ^^^^^^^^^^^^^
Foo::Bar += baz ^^^^^^^^^^^^^^^
$foo &&= bar ^^^^^^^^^^^^
$foo ||= bar ^^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^
foo &&= bar ^^^^^^^^^^^
foo ||= bar ^^^^^^^^^^^
Initialize a new ArrayNode
node.
def accept: (Visitor
visitor) -> void
def child_nodes
: () -> Array[nil | Node]
def copy: (?node_id: Integer
, ?location: Location
, ?flags: Integer
, ?elements: Array, ?opening_loc: Location
?, ?closing_loc: Location
?) -> ArrayNode
def deconstruct: () -> Array[nil | Node]
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, elements: Array, opening_loc
: Location
?, closing_loc
: Location
? }