def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, parent: Prism::node?, name: Symbol
?, delimiter_loc
: Location
, name_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, target: ConstantPathNode
, binary_operator_loc
: Location
, value: Prism::node, binary_operator
: Symbol
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, target: ConstantPathNode
, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, parent: Prism::node?, name: Symbol
?, delimiter_loc
: Location
, name_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, target: ConstantPathNode
, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
, name_loc
: Location
, value: Prism::node, operator_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, name: Symbol
, name_loc
: Location
, receiver: Prism::node?, parameters: ParametersNode
?, body: StatementsNode
| BeginNode
| nil, locals: Array, def_keyword_loc
: Location
, operator_loc
: Location
?, lparen_loc
: Location
?, rparen_loc
: Location
?, equal_loc
: Location
?, end_keyword_loc
: Location
? }
attr_reader lparen_loc
: Location
?
attr_reader rparen_loc
: Location
?
def def_keyword
: () -> String
def end_keyword
: () -> String
?
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, lparen_loc
: Location
?, value: Prism::node, rparen_loc
: Location
?, keyword_loc
: Location
}
attr_reader lparen_loc
: Location
?
attr_reader rparen_loc
: Location
?
attr_reader keyword_loc
: Location
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, else_keyword_loc
: Location
, statements: StatementsNode
?, end_keyword_loc
: Location
? }
def else_keyword
: () -> String
def end_keyword
: () -> String
?
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, opening_loc
: Location
, statements: StatementsNode
?, closing_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, operator_loc
: Location
, variable: InstanceVariableReadNode
| ClassVariableReadNode
| GlobalVariableReadNode
| BackReferenceReadNode
| NumberedReferenceReadNode
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, ensure_keyword_loc
: Location
, statements: StatementsNode
?, end_keyword_loc
: Location
}
def end_keyword
: () -> String
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
}