class Bindgen::FindPath::MatchFinder

Overview

Finds all matches in a list of candidate paths.

Included Modules

Defined in:

bindgen/find_path/match_finder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(parent : Bindgen::FindPath, search_paths : Nil | Array(String), config : Bindgen::FindPath::PathConfig, checkers : Array(Bindgen::FindPath::Checker)) #

[View source]

Instance Method Detail

def additional_variables : Hash(String, String) | Nil #

Additional variables to be set by this match.


[View source]
def each(&) #

Iterates over the set of candidates, yielding for each valid one.


[View source]