Class LaunchAdapter

    • Constructor Summary

      Constructors 
      Constructor Description
      LaunchAdapter​(org.eclipse.debug.core.ILaunch launch)
      Creates a new LaunchAdapter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void enter​(StackFrame frame)
      Enters the stack frame.
      void error​(StackFrame frame, java.lang.String msg, java.lang.Exception e)
      Throws an error.
      org.eclipse.debug.core.ILaunch getLaunch()
      Returns the Eclipse launch object.
      boolean isTerminated()
      Returns true when the running EMFTVM instance should be terminated.
      void leave​(StackFrame frame)
      Leaves the stack frame.
      protected void setTerminated​(boolean terminated)
      Sets whether this launch is terminated.
      void step​(StackFrame frame)
      Steps into the stack frame.
      void terminated()
      Invoked when execution is terminated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait