Class: Parser::Lexer::StackState Private

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

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

Returns:

  • (Boolean)


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

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



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

Returns:

  • (Boolean)


2656
# File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2656

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



2662
# File 'sorbet/rbi/parser@3.3.8.0.rbi', line 2662

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



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