def initialize: (name_loc
: Location
, operator_loc
: Location
, value: Node
, name: Symbol
, depth: Integer
, location: Location
) -> void
def initialize: (name_loc
: Location
, operator_loc
: Location
, value: Node
, name: Symbol
, operator: Symbol
, depth: Integer
, location: Location
) -> void
def initialize: (name_loc
: Location
, operator_loc
: Location
, value: Node
, name: Symbol
, depth: Integer
, location: Location
) -> void
def initialize: (name: Symbol
, depth: Integer
, name_loc
: Location
, value: Node
, operator_loc
: Location
, location: Location
) -> void
def initialize: (flags: Integer
, opening_loc
: Location
, content_loc
: Location
, closing_loc
: Location
, unescaped: String
, location: Location
) -> void
def initialize: (value: Node
, pattern: Node
, operator_loc
: Location
, location: Location
) -> void
def initialize: (value: Node
, pattern: Node
, operator_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (locals: Array, module_keyword_loc
: Location
, constant_path
: Node
, body: Node
?, end_keyword_loc
: Location
, name: Symbol
, location: Location
) -> void
def initialize: (lefts: Array, rest: Node
?, rights: Array, lparen_loc
: Location
?, rparen_loc
: Location
?, location: Location
) -> void
def initialize: (lefts: Array, rest: Node
?, rights: Array, lparen_loc
: Location
?, rparen_loc
: Location
?, operator_loc
: Location
, value: Node
, location: Location
) -> void
def initialize: (arguments: ArgumentsNode
?, keyword_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (operator_loc
: Location
, keyword_loc
: Location
, location: Location
) -> void
def initialize: (name: Symbol
, name_loc
: Location
, operator_loc
: Location
, value: Node
, location: Location
) -> void
def initialize: (left: Node
, right: Node
, operator_loc
: Location
, location: Location
) -> void
def initialize: (requireds: Array, optionals: Array, rest: Node
?, posts: Array, keywords: Array, keyword_rest
: Node
?, block: BlockParameterNode
?, location: Location
) -> void
def initialize: (body: Node
?, opening_loc
: Location
, closing_loc
: Location
, location: Location
) -> void
def initialize: (expression: Node
, operator_loc
: Location
, lparen_loc
: Location
, rparen_loc
: Location
, location: Location
) -> void