matcher
美 ['mæt??]
英 ['mæt??] 
- n.〔工〕制榫(匹配)機;匹配程序;四面刨
- 網絡匹配器;制榫機;指定規則匹配器
英漢解釋
例句
To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence.
為了掌握這種方法,首先需要理解Matcher到其CharSequence的訪問模式。
Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files.
因此,由于Matcher接受CharSequence,所以將正則表達式應用到全體文件是可能的。
It accepts a regular expression and compiles it into a Matcher.
它接受一個正則表達式并將它編譯成Matcher。
Actually, RegexpManager needs to create a matcher adapter for your chosen library or for the default one.
實際上,RegexpManager需要為您所選的庫或缺省庫創建matcher適配器。
It's also worth a look for the discussion on route matcher changes.
這也值得討論修改路由匹配的人看看。
These two classes -- Pattern and Matcher -- are the whole pattern-matching library.
這兩個類(Pattern與Matcher)就是整個模式匹配庫。
In the non-termination case, the matcher function is applied to the current loc.
如果未終止,matcher函數將應用于當前的loc。
Coming up with the right regular expression and then working with the results of the Matcher class is really all there is to the library.
提出正確的正則表達式,然后使用Matcher類的結果,這就是這個模式匹配庫要做的全部工作。
JBehave meets this need by offering a Matcher type for implementing rich expectations.
JBehave提供了一種Matcher類型用于實現豐富的期望,從而滿足了這一需求。
To improve this situation, Matchers should and can harness the much faster O(1) access times that Rope iterators provide.
為了改進這種情況,Matcher應該而且能夠利用Rope迭代器提供的更快的O(1)訪問時間。
Analysis of the Operational Results on Transformer and Matcher Electric Systems under Unsymmetrical Load
變配電系統負荷不對稱運行后果剖析
Element matching by concatenating linguistic-based matchers and constraint based matcher
基于語言和約束匹配器融合的元素匹配研究
The matcher object needs to interpret the regular expression and extract the information needed. This is done in a single line
matcher對象需要解釋正則表達式并抽取所需的信息。
Design and Test for Model CK-C Telemetry Signal Changer or Matcher
CK-C遙測訊號變換器的設計與試驗
Note how in Listing 16, I can create a regular expression matcher in
注意在清單16中,可以透過