struct Protocol::Debugger::SearchMatch

Overview

Search match for resource.

Included Modules

Defined in:

protocol/debugger.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def line_content : String #

Line with match content.


[View source]
def line_number : Number::Primitive #

Line number in resource content.


[View source]