def initialize: (target: ConstantPathNode
, operator_loc
: Location
, value: Node
, location: Location
) -> void
def initialize: (name: Symbol
, name_loc
: Location
, value: Node
, operator_loc
: Location
, location: Location
) -> void
def initialize: (name: Symbol
, name_loc
: Location
, receiver: Node
?, parameters: ParametersNode
?, body: Node
?, locals: Array, locals_body_index
: Integer
, def_keyword_loc
: Location
, operator_loc
: Location
?, lparen_loc
: Location
?, rparen_loc
: Location
?, equal_loc
: Location
?, end_keyword_loc
: Location
?, location: Location
) -> void
def initialize: (lparen_loc
: Location
?, value: Node
, rparen_loc
: Location
?, keyword_loc
: Location
, location: Location
) -> void
def initialize: (else_keyword_loc
: Location
, statements: StatementsNode
?, end_keyword_loc
: Location
?, location: Location
) -> void
def initialize: (opening_loc
: Location
, statements: StatementsNode
?, closing_loc
: Location
, location: Location
) -> void
def initialize: (operator_loc
: Location
, variable: Node
, location: Location
) -> void
def initialize: (ensure_keyword_loc
: Location
, statements: StatementsNode
?, end_keyword_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (constant: Node
?, left: Node
, requireds: Array, right: Node
, opening_loc
: Location
?, closing_loc
: Location
?, location: Location
) -> void
def initialize: (flags: Integer
, left: Node
?, right: Node
?, operator_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (index: Node
, collection: Node
, statements: StatementsNode
?, for_keyword_loc
: Location
, in_keyword_loc
: Location
, do_keyword_loc
: Location
?, end_keyword_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (name: Symbol
, name_loc
: Location
, operator_loc
: Location
, value: Node
, location: Location
) -> void
def initialize: (name: Symbol
, name_loc
: Location
, operator_loc
: Location
, value: Node
, operator: Symbol
, location: Location
) -> void
def initialize: (name: Symbol
, name_loc
: Location
, operator_loc
: Location
, value: Node
, location: Location
) -> void
def initialize: (name: Symbol
, name_loc
: Location
, value: Node
, operator_loc
: Location
, location: Location
) -> void
def initialize: (opening_loc
: Location
, elements: Array, closing_loc
: Location
, location: Location
) -> void