Class: Parser::Source::Map::Ternary Private
- Inherits:
 - 
      Parser::Source::Map
      
        
- Object
 - Parser::Source::Map
 - Parser::Source::Map::Ternary
 
 
- 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/ternary.rb#6
Instance Method Summary collapse
- 
  
    
      #colon  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/ternary.rb#8.
 - 
  
    
      #initialize(question_l, colon_l, expression_l)  ⇒ Ternary 
    
    
  
  
  
    constructor
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/ternary.rb#10.
 - 
  
    
      #question  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/ternary.rb#7.
 
Methods inherited from Parser::Source::Map
#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression
Constructor Details
#initialize(question_l, colon_l, expression_l) ⇒ Ternary
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/ternary.rb#10
      5940  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5940 def initialize(question_l, colon_l, expression_l); end  | 
  
Instance Method Details
#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/ternary.rb#8
      5943  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5943 def colon; end  | 
  
#question ⇒ 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/ternary.rb#7
      5946  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5946 def question; end  |