专业字典>英语词典>matcher翻译和用法

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

n.  四面木工刨床;四面刨; 匹配器;制榫机

计算机

英英释义

noun

双语例句

  • The can-simplify-concat function acts as the matcher function and the simplify-concat function acts as the editor.
    can-simplify-concat函数作为匹配函数,simplify-concat函数则作为编辑器。
  • 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类的结果,这就是这个模式匹配库要做的全部工作。
  • In the non-termination case, the matcher function is applied to the current loc.
    如果未终止,matcher函数将应用于当前的loc。
  • Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files.
    因此,由于Matcher接受CharSequence,所以将正则表达式应用到全体文件是可能的。
  • The third matcher is for displaying the form, and uses the Forms Template Transformer.
    第三的匹配器用来显示表单,使用表单模板转换器。
  • The implicit side effect is that after this line the matcher object contains the first match found in the input text.
    隐含的副作用是,执行该行代码之后,matcher对象包含在输入文本中找到的第一个匹配项。
  • The Matcher offers several methods to test regular expression: matches(), lookingAt(), and find().
    Matcher提供了几个方法来测试正则表达式:matches()、lookingAt()和find()。
  • The tree-edit function takes a zipper structure, a matcher function, and an editor function.
    tree-edit函数获取一个zipper结构、一个matcher函数和一个editor函数。
  • The underscore (_) is a matcher that says the argument can be anything.
    underscore()是一个匹配器(matcher),表示参数可以是任何值。
  • 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.
    模式可以具有不同的结构、定义、命名方式,所以要寻找对应关系通常需要从多方位发掘匹配,采用多匹配器相结合的方式,如:结构匹配器,实例匹配器,基于约束匹配等。