def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, constant: ConstantReadNode
| ConstantPathNode
| nil, left: SplatNode
, requireds: Array, right: SplatNode
| MissingNode
, opening_loc
: Location
?, closing_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
, value: Float
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, index: LocalVariableTargetNode
| InstanceVariableTargetNode
| ClassVariableTargetNode
| GlobalVariableTargetNode
| ConstantTargetNode
| ConstantPathTargetNode
| CallTargetNode
| IndexTargetNode
| MultiTargetNode
| BackReferenceReadNode
| NumberedReferenceReadNode
| MissingNode
, collection: Prism::node, statements: StatementsNode
?, for_keyword_loc
: Location
, in_keyword_loc
: Location
, do_keyword_loc
: Location
?, end_keyword_loc
: Location
}
def in_keyword
: () -> String
def do_keyword
: () -> String
?
def end_keyword
: () -> String
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, block: BlockNode
? }
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
, opening_loc
: Location
, elements: Array[AssocNode | AssocSplatNode], closing_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, constant: ConstantReadNode
| ConstantPathNode
| nil, elements: Array, rest: AssocSplatNode
| NoKeywordsParameterNode
| nil, opening_loc
: Location
?, closing_loc
: Location
? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, if_keyword_loc
: Location
?, predicate: Prism::node, then_keyword_loc
: Location
?, statements: StatementsNode
?, subsequent: ElseNode
| IfNode
| nil, end_keyword_loc
: Location
? }
def if_keyword
: () -> String
?
def then_keyword
: () -> String
?
def end_keyword
: () -> String
?
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, numeric: FloatNode
| IntegerNode
| RationalNode
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, value: LocalVariableReadNode
| CallNode
| ConstantReadNode
| LocalVariableTargetNode
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, pattern: Prism::node, statements: StatementsNode
?, in_loc
: Location
, then_loc
: Location
? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, receiver: Prism::node?, call_operator_loc
: Location
?, opening_loc
: Location
, arguments: ArgumentsNode
?, closing_loc
: Location
, block: BlockArgumentNode
?, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, receiver: Prism::node?, call_operator_loc
: Location
?, opening_loc
: Location
, arguments: ArgumentsNode
?, closing_loc
: Location
, block: BlockArgumentNode
?, binary_operator
: Symbol
, binary_operator_loc
: Location
, value: Prism::node }