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 void
Flow. 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_Breakpoints
the 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 void
Debug. removeOneOffBreakpoints(AbstractBreakpoint toKeep)
Removes all one-off breakpoints apart from the specified one.void
Debug. setBreakpoints(AbstractBreakpoint[] value)
Sets the breakpoints to use for suspending the flow execution.protected void
Debug. triggered(AbstractBreakpoint point, Actor actor, ExecutionStage stage)
Suspends the flow execution.protected void
Debug. 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 class
AnyActorBreakpoint
Triggers with any actor encountered during listening.class
ClassBreakpoint
Triggers when the specified (exact) class of actor is encountered during listening.class
PathBreakpoint
Triggers 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 AbstractBreakpoint
ControlPanel. m_CurrentBreakpoint
the current breakpoint.Methods in adams.flow.execution.debug that return AbstractBreakpoint Modifier and Type Method Description AbstractBreakpoint
BreakpointTableModel. getBreakpointAt(int rowIndex)
Returns the breakpoint at the specified location.AbstractBreakpoint
ControlPanel. getCurrentBreakpoint()
Returns the current boolean breakpoint.protected AbstractBreakpoint
BreakpointPanel. getDefaultBreakpoint()
Returns the default breakpoint to use.AbstractBreakpoint
BreakpointTableModel. 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 void
BreakpointTableModel. addBreakpoint(AbstractBreakpoint value)
Returns the breakpoint at the specified location.void
BreakpointTableModel. setBreakpointAt(int rowIndex, AbstractBreakpoint value)
Sets the breakpoint at the specified location.void
ControlPanel. setCurrentBreakpoint(AbstractBreakpoint value)
Sets the current boolean breakpoint.
-