Class: Parser::Source::Map::Definition Private
- Inherits:
 - 
      Parser::Source::Map
      
        
- Object
 - Parser::Source::Map
 - Parser::Source::Map::Definition
 
 
- Defined in:
 - sorbet/rbi/parser@3.3.8.0.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/definition.rb#6
Instance Method Summary collapse
- 
  
    
      #end  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/definition.rb#10.
 - 
  
    
      #initialize(keyword_l, operator_l, name_l, end_l)  ⇒ Definition 
    
    
  
  
  
    constructor
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/definition.rb#12.
 - 
  
    
      #keyword  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/definition.rb#7.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/definition.rb#9.
 - 
  
    
      #operator  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/definition.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, name_l, end_l) ⇒ Definition
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/definition.rb#12
      5765  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5765 def initialize(keyword_l, operator_l, name_l, end_l); end  | 
  
Instance Method Details
#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/definition.rb#10
      5768  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5768 def end; 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/definition.rb#7
      5771  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5771 def keyword; end  | 
  
#name ⇒ 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/definition.rb#9
      5774  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5774 def name; 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/definition.rb#8
      5777  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5777 def operator; end  |