EditorCell editorCell = …; // get an EditorCell object SNode sNode = editorCell.getSNode();This code retrieves the SNode associated with the given EditorCell object. The package library for this method is jetbrains.mps.openapi.editor.cells, which is part of the JetBrains MPS OpenAPI library.