词语站>英语词典>matcher翻译和用法

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

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

计算机

英英释义

noun

双语例句

  • If it matches, the node and the result of the matcher are passed to the editor function for possible modification and iteration continues from the modified node.
    如果匹配,则节点和matcher函数的结果将传递至editor函数,进行可能存在更改,迭代将从修改后的节点处继续。
  • JBehave meets this need by offering a Matcher type for implementing rich expectations.
    JBehave提供了一种Matcher类型用于实现丰富的期望,从而满足了这一需求。
  • In the non-termination case, the matcher function is applied to the current loc.
    如果未终止,matcher函数将应用于当前的loc。
  • The underscore (_) is a matcher that says the argument can be anything.
    underscore()是一个匹配器(matcher),表示参数可以是任何值。
  • Design and Test for Model CK-1C Telemetry Signal Changer or Matcher
    CK-1C遥测讯号变换器的设计与试验
  • 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 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.
    在这个场景中,匹配器主要是向前移动,一次通常移动不止一个字符。
  • Matcher is used to apply regular expressions to strings or, more accurately, to CharSequences.
    Matcher用于将正则表达式应用到字符串中,或者更确切地说,是应用到CharSequence中。