Class: Parser::Source::Map::Constant Private
- Inherits:
 - 
      Parser::Source::Map
      
        
- Object
 - Parser::Source::Map
 - Parser::Source::Map::Constant
 
 
- 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/constant.rb#6
Instance Method Summary collapse
- 
  
    
      #double_colon  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/constant.rb#7.
 - 
  
    
      #initialize(double_colon, name, expression)  ⇒ Constant 
    
    
  
  
  
    constructor
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/constant.rb#11.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/constant.rb#8.
 - 
  
    
      #operator  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/constant.rb#9.
 - 
  
    
      #with_operator(operator_l)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/constant.rb#20.
 
Methods inherited from Parser::Source::Map
#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression
Constructor Details
#initialize(double_colon, name, expression) ⇒ Constant
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/constant.rb#11
      5742  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5742 def initialize(double_colon, name, expression); end  | 
  
Instance Method Details
#double_colon ⇒ 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/constant.rb#7
      5745  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5745 def double_colon; 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/constant.rb#8
      5748  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5748 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/constant.rb#9
      5751  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5751 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/constant.rb#20
      5754  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5754 def with_operator(operator_l); end  |