Class: Parser::VariablesStack 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/variables_stack.rb#5

Instance Method Summary collapse

Constructor Details

#initializeVariablesStack

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/variables_stack.rb#6



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

def initialize; end

Instance Method Details

#declare(name) ⇒ 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/variables_stack.rb#27



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

def declare(name); end

#declared?(name) ⇒ 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/variables_stack.rb#31

Returns:

  • (Boolean)


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

def declared?(name); 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/variables_stack.rb#11

Returns:

  • (Boolean)


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

def empty?; 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/variables_stack.rb#19



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

def pop; end

#pushObject

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/variables_stack.rb#15



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

def push; end

#resetObject

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/variables_stack.rb#23



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

def reset; end