类 DebugLock

java.lang.Object
org.beetl.core.debug.DebugLock
直接已知子类:
MockDebugLock

public class DebugLock extends Object
  • 字段详细资料

    • debugContext

      protected DebugContext debugContext
    • currentLine

      protected int currentLine
  • 构造器详细资料

  • 方法详细资料

    • waitRun

      public void waitRun(long time, Statement nextStatement, int line)
    • doLock

      protected void doLock(long time, int line)
    • continueRun

      public void continueRun()
    • getCurrentLine

      public int getCurrentLine()
    • setCurrentLine

      public void setCurrentLine(int currentLine)
    • finalize

      protected void finalize() throws Throwable
      覆盖:
      finalize 在类中 Object
      抛出:
      Throwable