package jetbrains.mps.debug.api.programState; /*Generated by MPS */ import org.jetbrains.annotations.Nullable; import org.jetbrains.mps.openapi.model.SNodeReference; /** * Provisional interface to transit existing IWatchable implementations. Please use {@link jetbrains.mps.debug.api.programState.AbstractWatchable }. * This interface would get merged into IWatchable in the next release */ public interface Watchable2 extends IWatchable { /** * * @return optional node in a source model associated with this watchable object. */ @Nullable SNodeReference getSourceNode(); }