Class: Parser::Source::Map::Variable Private
- Inherits:
 - 
      Parser::Source::Map
      
        
- Object
 - Parser::Source::Map
 - Parser::Source::Map::Variable
 
 
- 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/variable.rb#6
Instance Method Summary collapse
- 
  
    
      #initialize(name_l, expression_l = T.unsafe(nil))  ⇒ Variable 
    
    
  
  
  
    constructor
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/variable.rb#10.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/variable.rb#7.
 - 
  
    
      #operator  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/variable.rb#8.
 - 
  
    
      #with_operator(operator_l)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/variable.rb#19.
 
Methods inherited from Parser::Source::Map
#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression
Constructor Details
#initialize(name_l, expression_l = T.unsafe(nil)) ⇒ Variable
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/variable.rb#10
      5952  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5952 def initialize(name_l, expression_l = T.unsafe(nil)); end  | 
  
Instance Method Details
#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/variable.rb#7
      5955  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5955 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/variable.rb#8
      5958  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5958 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/variable.rb#19
      5961  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5961 def with_operator(operator_l); end  |