struct

Noir::TreeSitterKotlinKtorRouteExtractor::RawResource

Inherits Struct < Value < Object

A @Resource-annotated class collected from a single file, before cross-class path composition. lexical_name is the dotted name as it would be referenced (Articles.New); ctor_param_types are the simple type names of its primary-constructor properties, one of which (when it names another resource, e.g. root: Root / parent: ArticlesResource) is the path-composition parent.

Constructors

new(simple_name : String, lexical_name : String, own_path : String, ctor_param_types : Array(String))
Source

Instance methods

ctor_param_types
Source
lexical_name
Source
own_path
Source
simple_name
Source