def initialize: (variable: Node
, operator_loc
: Location
, location: Location
) -> void
def initialize: (statements: StatementsNode
?, keyword_loc
: Location
, opening_loc
: Location
, closing_loc
: Location
, location: Location
) -> void
def initialize: (statements: StatementsNode
?, keyword_loc
: Location
, opening_loc
: Location
, closing_loc
: Location
, location: Location
) -> void
def initialize: (locals: Array, statements: StatementsNode
, location: Location
) -> void
def initialize: (flags: Integer
, left: Node
?, right: Node
?, operator_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (flags: Integer
, opening_loc
: Location
, content_loc
: Location
, closing_loc
: Location
, unescaped: String
, location: Location
) -> void
def initialize: (expression: Node
, keyword_loc
: Location
, rescue_expression
: Node
, location: Location
) -> void
def initialize: (keyword_loc
: Location
, exceptions: Array, operator_loc
: Location
?, reference: Node
?, statements: StatementsNode
?, consequent: RescueNode
?, location: Location
) -> void
def initialize: (name: Symbol
?, name_loc
: Location
?, operator_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (keyword_loc
: Location
, arguments: ArgumentsNode
?, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (locals: Array, class_keyword_loc
: Location
, operator_loc
: Location
, expression: Node
, body: Node
?, end_keyword_loc
: Location
, location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (location: Location
) -> void
def initialize: (operator_loc
: Location
, expression: Node
?, location: Location
) -> void
def initialize: (flags: Integer
, opening_loc
: Location
?, content_loc
: Location
, closing_loc
: Location
?, unescaped: String
, location: Location
) -> void
def initialize: (keyword_loc
: Location
, lparen_loc
: Location
?, arguments: ArgumentsNode
?, rparen_loc
: Location
?, block: Node
?, location: Location
) -> void
def initialize: (flags: Integer
, opening_loc
: Location
?, value_loc
: Location
?, closing_loc
: Location
?, unescaped: String
, location: Location
) -> void