Class: Parser::Source::Map::RescueBody Private

Inherits:
Parser::Source::Map show all
Defined in:
sorbet/rbi/parser@3.3.7.4.rbi

Overview

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

source://parser//lib/parser/source/map/rescue_body.rb#6

Instance Method Summary collapse

Methods inherited from Parser::Source::Map

#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression

Constructor Details

#initialize(keyword_l, assoc_l, begin_l, expression_l) ⇒ RescueBody

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

source://parser//lib/parser/source/map/rescue_body.rb#11



5890
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5890

def initialize(keyword_l, assoc_l, begin_l, expression_l); end

Instance Method Details

#assocObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

source://parser//lib/parser/source/map/rescue_body.rb#8



5893
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5893

def assoc; end

#beginObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

source://parser//lib/parser/source/map/rescue_body.rb#9



5896
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5896

def begin; end

#keywordObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

source://parser//lib/parser/source/map/rescue_body.rb#7



5899
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5899

def keyword; end