def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
, name_loc
: Location
, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
, name_loc
: Location
, binary_operator_loc
: Location
, value: Prism::node, binary_operator
: Symbol
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
, name_loc
: Location
, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
, name_loc
: Location
, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
, name_loc
: Location
, binary_operator_loc
: Location
, value: Prism::node, binary_operator
: Symbol
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name_loc
: Location
, operator_loc
: Location
, value: Prism::node, name: Symbol
, depth: Integer
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name_loc
: Location
, operator_loc
: Location
, value: Prism::node, name: Symbol
, depth: Integer
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name_loc
: Location
, binary_operator_loc
: Location
, value: Prism::node, name: Symbol
, binary_operator
: Symbol
, depth: Integer
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, new_name
: GlobalVariableReadNode
| BackReferenceReadNode
| NumberedReferenceReadNode
, old_name
: GlobalVariableReadNode
| BackReferenceReadNode
| NumberedReferenceReadNode
| SymbolNode
| MissingNode
, keyword_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, new_name
: SymbolNode
| InterpolatedSymbolNode
, old_name
: SymbolNode
| InterpolatedSymbolNode
| GlobalVariableReadNode
| MissingNode
, keyword_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, left: Prism::node, right: Prism::node, operator_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, left: Prism::node, right: Prism::node, operator_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, arguments: Array }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, elements: Array, opening_loc
: Location
?, closing_loc
: Location
? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, constant: ConstantReadNode
| ConstantPathNode
| nil, requireds: Array, rest: Prism::node?, posts: Array, opening_loc
: Location
?, closing_loc
: Location
? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, key: Prism::node, value: Prism::node, operator_loc
: Location
? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, value: Prism::node?, operator_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, begin_keyword_loc
: Location
?, statements: StatementsNode
?, rescue_clause
: RescueNode
?, else_clause
: ElseNode
?, ensure_clause
: EnsureNode
?, end_keyword_loc
: Location
? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, expression: Prism::node?, operator_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, locals: Array, parameters: BlockParametersNode
| NumberedParametersNode
| ItParametersNode
| nil, body: StatementsNode
| BeginNode
| nil, opening_loc
: Location
, closing_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
?, name_loc
: Location
?, operator_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, parameters: ParametersNode
?, locals: Array, opening_loc
: Location
?, closing_loc
: Location
? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, arguments: ArgumentsNode
?, keyword_loc
: Location
}