Uses of Class
adams.flow.execution.debug.AbstractBreakpoint
-
Packages that use AbstractBreakpoint Package Description adams.flow.control adams.flow.execution adams.flow.execution.debug -
-
Uses of AbstractBreakpoint in adams.flow.control
Methods in adams.flow.control with parameters of type AbstractBreakpoint Modifier and Type Method Description voidFlow. addBreakpoint(AbstractBreakpoint breakpoint, AbstractScopeRestriction restriction, boolean showView)Adds the breakpoint to its flow execution listener setup. -
Uses of AbstractBreakpoint in adams.flow.execution
Fields in adams.flow.execution declared as AbstractBreakpoint Modifier and Type Field Description protected AbstractBreakpoint[]Debug. m_Breakpointsthe breakpoints to use.Methods in adams.flow.execution that return AbstractBreakpoint Modifier and Type Method Description AbstractBreakpoint[]Debug. getBreakpoints()Returns the breakpoints to use for suspending the flow execution.Methods in adams.flow.execution with parameters of type AbstractBreakpoint Modifier and Type Method Description voidDebug. removeOneOffBreakpoints(AbstractBreakpoint toKeep)Removes all one-off breakpoints apart from the specified one.voidDebug. setBreakpoints(AbstractBreakpoint[] value)Sets the breakpoints to use for suspending the flow execution.protected voidDebug. triggered(AbstractBreakpoint point, Actor actor, ExecutionStage stage)Suspends the flow execution.protected voidDebug. triggered(AbstractBreakpoint point, Actor actor, ExecutionStage stage, Token token)Suspends the flow execution. -
Uses of AbstractBreakpoint in adams.flow.execution.debug
Subclasses of AbstractBreakpoint in adams.flow.execution.debug Modifier and Type Class Description classAnyActorBreakpointTriggers with any actor encountered during listening.classClassBreakpointTriggers when the specified (exact) class of actor is encountered during listening.classPathBreakpointTriggers when the specified actor path (full path) is encountered during listening.Fields in adams.flow.execution.debug declared as AbstractBreakpoint Modifier and Type Field Description protected AbstractBreakpointControlPanel. m_CurrentBreakpointthe current breakpoint.Methods in adams.flow.execution.debug that return AbstractBreakpoint Modifier and Type Method Description AbstractBreakpointBreakpointTableModel. getBreakpointAt(int rowIndex)Returns the breakpoint at the specified location.AbstractBreakpointControlPanel. getCurrentBreakpoint()Returns the current boolean breakpoint.protected AbstractBreakpointBreakpointPanel. getDefaultBreakpoint()Returns the default breakpoint to use.AbstractBreakpointBreakpointTableModel. removeBreakpointAt(int rowIndex)Removes the breakpoint at the specified location.Methods in adams.flow.execution.debug with parameters of type AbstractBreakpoint Modifier and Type Method Description voidBreakpointTableModel. addBreakpoint(AbstractBreakpoint value)Returns the breakpoint at the specified location.voidBreakpointTableModel. setBreakpointAt(int rowIndex, AbstractBreakpoint value)Sets the breakpoint at the specified location.voidControlPanel. setCurrentBreakpoint(AbstractBreakpoint value)Sets the current boolean breakpoint.
-