def multi_line?: () -> bool
Return the byte offset of the start of the line corresponding to the given byte offset.
Returns the byte offset of the end of the line corresponding to the given byte offset.
Binary search through the offsets to find the line number for the given byte offset.
These are the comments that are associated with this location that exist after the end of this location.
Attach a comment to the trailing comments of this location.
The line number where this location starts.
The line number where this location ends.
Walk the tree and mark nodes that are on a new line, loosely emulating the behavior of CRuby’s ‘:line` tracepoint event.