Class: Parser::Lexer::StackState Private

Inherits:
Object
  • Object
show all
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

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

Returns:

  • (Boolean)


2644
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2644

def active?; end

#clearObject

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

Returns:

  • (Boolean)


2650
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2650

def empty?; end

#lexpopObject

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

#popObject

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