Class: Parser::Source::Map::Condition Private
- Inherits:
 - 
      Parser::Source::Map
      
        
- Object
 - Parser::Source::Map
 - Parser::Source::Map::Condition
 
 
- 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/condition.rb#6
Instance Method Summary collapse
- 
  
    
      #begin  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/condition.rb#8.
 - 
  
    
      #else  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/condition.rb#9.
 - 
  
    
      #end  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/condition.rb#10.
 - 
  
    
      #initialize(keyword_l, begin_l, else_l, end_l, expression_l)  ⇒ Condition 
    
    
  
  
  
    constructor
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/condition.rb#12.
 - 
  
    
      #keyword  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/source/map/condition.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(keyword_l, begin_l, else_l, end_l, expression_l) ⇒ Condition
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/condition.rb#12
      5724  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5724 def initialize(keyword_l, begin_l, else_l, end_l, expression_l); end  | 
  
Instance Method Details
#begin ⇒ 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/condition.rb#8
      5727  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5727 def begin; end  | 
  
#else ⇒ 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/condition.rb#9
      5730  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5730 def else; end  | 
  
#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/condition.rb#10
      5733  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5733 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/condition.rb#7
      5736  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 5736 def keyword; end  |