Class: Parser::Source::Map::Index Private
- Inherits:
-
Parser::Source::Map
- Object
- Parser::Source::Map
- Parser::Source::Map::Index
- 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/index.rb#6
Instance Method Summary collapse
-
#begin ⇒ Object
private
source://parser//lib/parser/source/map/index.rb#7.
-
#end ⇒ Object
private
source://parser//lib/parser/source/map/index.rb#8.
-
#initialize(begin_l, end_l, expression_l) ⇒ Index
constructor
private
source://parser//lib/parser/source/map/index.rb#11.
-
#operator ⇒ Object
private
source://parser//lib/parser/source/map/index.rb#9.
-
#with_operator(operator_l) ⇒ Object
private
source://parser//lib/parser/source/map/index.rb#21.
Methods inherited from Parser::Source::Map
#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression
Constructor Details
#initialize(begin_l, end_l, expression_l) ⇒ Index
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/index.rb#11
5807 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5807 def initialize(begin_l, end_l, expression_l); end |
Instance Method Details
#begin ⇒ Object
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/index.rb#7
5810 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5810 def begin; end |
#end ⇒ Object
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/index.rb#8
5813 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5813 def end; end |
#operator ⇒ Object
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/index.rb#9
5816 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5816 def operator; end |
#with_operator(operator_l) ⇒ Object
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/index.rb#21
5819 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5819 def with_operator(operator_l); end |