struct Noir::TreeSitterHelidonSeExtractor::RegisterEdge

Overview

someBuilder.register(prefix, new Target()) (or the no-prefix register(new Target()) overload, where #prefix is ""). #source_class is the simple name of the class the .register call is lexically inside; #target_class is the simple name of the mounted HttpService.

Defined in:

miniparsers/helidon_se_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_class : String, prefix : String, target_class : String) #

[View source]

Instance Method Detail

def prefix : String #

[View source]
def source_class : String #

[View source]
def target_class : String #

[View source]