Class: Parser::Source::Map::Constant Private

Inherits:
Parser::Source::Map 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/source/map/constant.rb#6

Instance Method Summary collapse

Methods inherited from Parser::Source::Map

#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression

Constructor Details

#initialize(double_colon, name, expression) ⇒ Constant

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/source/map/constant.rb#11



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

def initialize(double_colon, name, expression); end

Instance Method Details

#double_colonObject

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/source/map/constant.rb#7



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

def double_colon; end

#nameObject

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/source/map/constant.rb#8



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

def name; end

#operatorObject

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/source/map/constant.rb#9



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

def operator; end

#with_operator(operator_l) ⇒ 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/source/map/constant.rb#20



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

def with_operator(operator_l); end