matcher
英 [ˈmætʃə]
美 [ˈmætʃər]
n. 四面木工刨床;四面刨; 匹配器;制榫机
英英释义
noun
- someone who arranges (or tries to arrange) marriages for others
双语例句
- The tree-edit function takes a zipper structure, a matcher function, and an editor function.
tree-edit函数获取一个zipper结构、一个matcher函数和一个editor函数。 - In this scenario, the matcher mainly moves in a forward direction, often by more than one character at a time.
在这个场景中,匹配器主要是向前移动,一次通常移动不止一个字符。 - The can-simplify-concat function acts as the matcher function and the simplify-concat function acts as the editor.
can-simplify-concat函数作为匹配函数,simplify-concat函数则作为编辑器。 - In the non-termination case, the matcher function is applied to the current loc.
如果未终止,matcher函数将应用于当前的loc。 - The given matcher provides pluginandplay function by exposing software object slots, as a result message classifying and data process are isolated and software scalability is ensured.
该匹配器通过提供支持即插即用的软件插槽将数据分类和数据处理逻辑分开,实现数据向上层的传递和用户定制信息处理,从而实现高度的可扩展性。 - Matcher also offers a group() that retrieves the string matching a given group.
Matcher还提供了group()来检索与给定组相匹配的字符串。 - Always, schema with different structure, definition, naming conventions. So, in order to find the corresponding relationship we have to combine various schema matchers, for example, structure matcher, instance matcher, restriction-based matcher.
模式可以具有不同的结构、定义、命名方式,所以要寻找对应关系通常需要从多方位发掘匹配,采用多匹配器相结合的方式,如:结构匹配器,实例匹配器,基于约束匹配等。 - The third matcher is for displaying the form, and uses the Forms Template Transformer.
第三的匹配器用来显示表单,使用表单模板转换器。 - The underscore (_) is a matcher that says the argument can be anything.
underscore()是一个匹配器(matcher),表示参数可以是任何值。 - To match a Pattern against regions of an arbitrary CharSequence, you use the pattern instance to construct a Matcher object, passing the CharSequence as a parameter.
要将Pattern与CharSequence的区域匹配,要使用模式实例构建Matcher对象,将CharSequence作为参数传递给Matcher。