package bluej.stride.framedjava.ast;

import javafx.scene.Node;

import threadchecker.OnThread;
import threadchecker.Tag;

public interface HighlightedBreakpoint
{   
@OnThread(Tag.FX)
   
   public void removeHighlight();

   @OnThread(Tag.FXPlatform)
   Node getNode();

   @OnThread(Tag.FXPlatform)
   double getYOffset();

   @OnThread(Tag.FXPlatform)
   double getYOffsetOfTurnBack();

   @OnThread(Tag.FXPlatform)
   boolean isBreakpointFrame();

   
   
| Is this execution index in the execution history part | of the current loop? This depends on the state | of the <1/3> arrows on the variable state. | @OnThread(Tag.FXPlatform) p.public boolean showExec(int index); }
top, use, map, interface HighlightedBreakpoint

.   removeHighlight
.   showExec




21 neLoCode + 3 LoComm