throw new RuntimeException();
}
@Override
public PlainBlockCommandState parse(MatchTemplateImpl template, String parameters) {
template.appendOperation(new MatchOperation(template.getCurrentTemplatePosition(),
Parameter.parseParameter(parameters, template.getSpecialTags()),
checkOnly, negateCheck, wholeLine));
return null;
}