module Prism::Relocation::_Value
Public Instance Methods
(_CodeUnitsCache cache) → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 17
def cached_end_code_units_column: (_CodeUnitsCache cache) -> Integer
(_CodeUnitsCache cache) → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 11
def cached_end_code_units_offset: (_CodeUnitsCache cache) -> Integer
(_CodeUnitsCache cache) → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 16
def cached_start_code_units_column: (_CodeUnitsCache cache) -> Integer
(_CodeUnitsCache cache) → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 10
def cached_start_code_units_offset: (_CodeUnitsCache cache) -> Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 15
def end_character_column: () -> Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 9
def end_character_offset: () -> Integer
() → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 13
def end_column: () -> Integer
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 5
def end_line: () -> Integer
() → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 7
def end_offset: () -> Integer
() → Array[Comment]
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 18
def leading_comments: () -> Array[Comment]
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 14
def start_character_column: () -> Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 8
def start_character_offset: () -> Integer
() → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 12
def start_column: () -> Integer
() → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 4
def start_line: () -> Integer
() → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 6
def start_offset: () -> Integer
() → Array[Comment]
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/relocation.rbs, line 19
def trailing_comments: () -> Array[Comment]