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 repeated_parameter?: () -> bool
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
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, receiver: Prism::node?, call_operator_loc
: Location
?, message_loc
: Location
?, read_name
: Symbol
, write_name
: Symbol
, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, receiver: Prism::node?, call_operator_loc
: Location
?, name: Symbol
, message_loc
: Location
?, opening_loc
: Location
?, arguments: ArgumentsNode
?, closing_loc
: Location
?, block: BlockNode
| BlockArgumentNode
| nil }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, receiver: Prism::node?, call_operator_loc
: Location
?, message_loc
: Location
?, read_name
: Symbol
, write_name
: Symbol
, binary_operator
: Symbol
, binary_operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, receiver: Prism::node?, call_operator_loc
: Location
?, message_loc
: Location
?, read_name
: Symbol
, write_name
: Symbol
, operator_loc
: Location
, value: Prism::node }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, receiver: Prism::node, call_operator_loc
: Location
, name: Symbol
, message_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, value: Prism::node, target: LocalVariableTargetNode
, operator_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, predicate: Prism::node?, conditions: Array, else_clause
: ElseNode
?, case_keyword_loc
: Location
, end_keyword_loc
: Location
}
def case_keyword
: () -> String
def end_keyword
: () -> String
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, predicate: Prism::node?, conditions: Array, else_clause
: ElseNode
?, case_keyword_loc
: Location
, end_keyword_loc
: Location
}
def case_keyword
: () -> String
def end_keyword
: () -> String
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, locals: Array, class_keyword_loc
: Location
, constant_path
: ConstantReadNode
| ConstantPathNode
| CallNode
, inheritance_operator_loc
: Location
?, superclass: Prism::node?, body: StatementsNode
| BeginNode
| nil, end_keyword_loc
: Location
, name: Symbol
}
def class_keyword
: () -> String
def end_keyword
: () -> String
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
, target: ConstantPathNode
, operator_loc
: Location
, value: Prism::node }