package jetbrains.mps.editor.runtime.impl.cellActions; /*Generated by MPS */ import org.jetbrains.mps.openapi.model.SNode; import jetbrains.mps.openapi.editor.EditorContext; public class CellAction_CommentOrUncommentCurrentSelectedNode extends CellAction_CommentOrUncomment { protected SNode getNodeToProcess(EditorContext editorContext) { return editorContext.getSelectedNode(); } }