Class: Parser::Source::Map::ObjcKwarg Private
- Inherits:
-
Parser::Source::Map
- Object
- Parser::Source::Map
- Parser::Source::Map::ObjcKwarg
- 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/objc_kwarg.rb#6
Instance Method Summary collapse
-
#argument ⇒ Object
private
source://parser//lib/parser/source/map/objc_kwarg.rb#9.
-
#initialize(keyword_l, operator_l, argument_l, expression_l) ⇒ ObjcKwarg
constructor
private
source://parser//lib/parser/source/map/objc_kwarg.rb#11.
-
#keyword ⇒ Object
private
source://parser//lib/parser/source/map/objc_kwarg.rb#7.
-
#operator ⇒ Object
private
source://parser//lib/parser/source/map/objc_kwarg.rb#8.
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, operator_l, argument_l, expression_l) ⇒ ObjcKwarg
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/objc_kwarg.rb#11
5866 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5866 def initialize(keyword_l, operator_l, argument_l, expression_l); end |
Instance Method Details
#argument ⇒ 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/objc_kwarg.rb#9
5869 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5869 def argument; end |
#keyword ⇒ 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/objc_kwarg.rb#7
5872 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5872 def keyword; 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/objc_kwarg.rb#8
5875 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5875 def operator; end |