2324252627282930
public class DumpLineCommand extends ParameterlessCommand { @Override protected PlainBlockCommandState parse(MatchTemplateImpl template) { template.appendOperation(new DumpLineOperation(template.getCurrentTemplatePosition())); return null; }