struct Protocol::CSS::SourceRange

Overview

Text range within a resource. All numbers are zero-based.

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def end_column : Int::Primitive #

End column of range (exclusive).


[View source]
def end_line : Int::Primitive #

End line of range


[View source]
def start_column : Int::Primitive #

Start column of range (inclusive).


[View source]
def start_line : Int::Primitive #

Start line of range.


[View source]