Class: Parser::Lexer::StackState Private
- 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/lexer/stack_state.rb#5
Instance Method Summary collapse
- 
  
    
      #active?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/lexer/stack_state.rb#34.
 - 
  
    
      #clear  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/lexer/stack_state.rb#11.
 - 
  
    
      #empty?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/lexer/stack_state.rb#38.
 - 
  
    
      #initialize(name)  ⇒ StackState 
    
    
  
  
  
    constructor
  
  
  
  
  
  private
  
    
source://parser//lib/parser/lexer/stack_state.rb#6.
 - 
  
    
      #lexpop  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/lexer/stack_state.rb#29.
 - 
  
    
      #pop  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/lexer/stack_state.rb#22.
 - 
  
    
      #push(bit)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/lexer/stack_state.rb#15.
 
Constructor Details
#initialize(name) ⇒ StackState
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/lexer/stack_state.rb#6
      2647  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2647 def initialize(name); end  | 
  
Instance Method Details
#active? ⇒ Boolean
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/lexer/stack_state.rb#34
      2650  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2650 def active?; end  | 
  
#clear ⇒ 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/lexer/stack_state.rb#11
      2653  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2653 def clear; end  | 
  
#empty? ⇒ Boolean
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/lexer/stack_state.rb#38
      2656  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2656 def empty?; end  | 
  
#lexpop ⇒ 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/lexer/stack_state.rb#29
      2662  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2662 def lexpop; end  | 
  
#pop ⇒ 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/lexer/stack_state.rb#22
      2665  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2665 def pop; end  | 
  
#push(bit) ⇒ 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/lexer/stack_state.rb#15
      2668  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2668 def push(bit); end  |