}
@Override
public PlainBlockCommandState parseCommand(MatchTemplateImpl template,
String commandName, String parameters) {
template.appendOperation(new ReturnOperation(template.getCurrentTemplatePosition()));
endLabel.setDestinationToNextCommand(template);
return null;
}