struct
Noir::TreeSitterHelidonSeExtractor::Route
- Noir::TreeSitterHelidonSeExtractor::Route
- Struct
- Value
- Object
Defined in:
miniparsers/helidon_se_extractor_ts.crConstructors
Instance Method Summary
- #body_type : String | Nil
-
#callees : Array(Tuple(String, Int32))
1-hop callees out of the handler body;
#pathis attached by the analyzer. - #class_name : String
- #cookie_params : Array(String)
- #has_body? : Bool
- #header_params : Array(String)
- #line : Int32
- #path : String
- #protocol : String
- #query_params : Array(String)
- #verb : String
Constructor Detail
def self.new(class_name : String, verb : String, path : String, line : Int32, query_params : Array(String), header_params : Array(String), cookie_params : Array(String), body_type : Nil | String, has_body : Bool, callees : Array(Tuple(String, Int32)), protocol : String = "http")
#
Instance Method Detail
1-hop callees out of the handler body; #path is attached by the
analyzer. Each tuple is (callee_name, line_1_based).