Class: Parser::Source::Map::Send 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/send.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(dot_l, selector_l, begin_l, end_l, expression_l) ⇒ Send

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/send.rb#13



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

def initialize(dot_l, selector_l, begin_l, end_l, expression_l); end

Instance Method Details

#beginObject

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/send.rb#10



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

def begin; end

#dotObject

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



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

def dot; end

#endObject

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/send.rb#11



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

def end; 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/send.rb#9



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

def operator; end

#selectorObject

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/send.rb#8



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

def selector; 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/send.rb#24



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

def with_operator(operator_l); end