package jetbrains.mps.debug.api.breakpoints; /*Generated by MPS */ import org.jetbrains.annotations.NotNull; public interface ILocationBreakpoint extends IBreakpoint { @NotNull BreakpointLocation getLocation(); }