struct Noir::TreeSitterKotlinRouteExtractor::Route

Defined in:

miniparsers/kotlin_route_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(verb : String, path : String, class_name : String, method_name : String, line : Int32, handler_reference : Nil | String = nil, inline_callees : Array(NamedTuple(name: String, line: Int32)) = [] of NamedTuple(name: String, line: Int32), messaging_destinations : Array(String) = [] of String) #

[View source]

Instance Method Detail

def class_name : String #

[View source]
def handler_reference : String | Nil #

[View source]
def inline_callees : Array(NamedTuple(name: String, line: Int32)) #

[View source]
def line : Int32 #

[View source]
def messaging_destinations : Array(String) #

[View source]
def method_name : String #

[View source]
def path : String #

[View source]
def verb : String #

[View source]