import javax.swing.Icon;
public class StatementGutterRenderer extends GutterIconRenderer {
private StatementGutterAction action;
public StatementGutterRenderer(StatementExecutionProcessor executionProcessor) {
this.action = new StatementGutterAction(executionProcessor);
}