Uses of Class
org.eclipse.emf.mwe.ui.debug.model.MWEBreakpoint
Packages that use MWEBreakpoint
Package
Description
-
Uses of MWEBreakpoint in org.eclipse.emf.mwe.internal.ui.debug.model
Methods in org.eclipse.emf.mwe.internal.ui.debug.model with parameters of type MWEBreakpoint -
Uses of MWEBreakpoint in org.eclipse.emf.mwe.internal.ui.debug.processing
Methods in org.eclipse.emf.mwe.internal.ui.debug.processing with parameters of type MWEBreakpointModifier and TypeMethodDescriptionvoid
DebugModelManager.requireRemoveBreakpoint
(MWEBreakpoint bp) void
DebugModelManager.requireSetBreakpoint
(MWEBreakpoint bp) -
Uses of MWEBreakpoint in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers
Methods in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers with parameters of type MWEBreakpointModifier and TypeMethodDescriptionvoid
BreakpointPluginHandler.sendRemoveBreakpoint
(MWEBreakpoint bp) void
BreakpointPluginHandler.sendSetBreakpoint
(MWEBreakpoint bp) -
Uses of MWEBreakpoint in org.eclipse.emf.mwe.internal.ui.workflow.debug
Methods in org.eclipse.emf.mwe.internal.ui.workflow.debug that return MWEBreakpointModifier and TypeMethodDescriptionMWEPluginAdapter.createBreakpoint
(org.eclipse.core.resources.IResource resource, int start, int end, int line) -
Uses of MWEBreakpoint in org.eclipse.emf.mwe.ui.debug.processing
Methods in org.eclipse.emf.mwe.ui.debug.processing that return MWEBreakpointModifier and TypeMethodDescriptionPluginAdapter.createBreakpoint
(org.eclipse.core.resources.IResource resource, int start, int end, int line)