Class: Parser::Lexer::StackState Private
- Defined in:
- sorbet/rbi/parser@3.3.7.4.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
2641 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2641 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
2644 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2644 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
2647 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2647 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
2650 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2650 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
2656 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2656 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
2659 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2659 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
2662 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2662 def push(bit); end |