class Bindgen::FindPath::MatchFinder
- Bindgen::FindPath::MatchFinder
- Reference
- Object
Overview
Finds all matches in a list of candidate paths.
Included Modules
- Enumerable(String)
Defined in:
bindgen/find_path/match_finder.crConstructors
Instance Method Summary
-
#additional_variables : Hash(String, String) | Nil
Additional variables to be set by this match.
-
#each(&)
Iterates over the set of candidates, yielding for each valid one.
Constructor Detail
def self.new(parent : Bindgen::FindPath, search_paths : Nil | Array(String), config : Bindgen::FindPath::PathConfig, checkers : Array(Bindgen::FindPath::Checker))
#
Instance Method Detail
def additional_variables : Hash(String, String) | Nil
#
Additional variables to be set by this match.