Class Breakpoint

    • Constructor Detail

      • Breakpoint

        public Breakpoint​(String fqnException,
                          boolean notifyCaught,
                          boolean notifyUncaught)
      • Breakpoint

        public Breakpoint​(String fqnException,
                          boolean notifyCaught,
                          boolean notifyUncaught,
                          boolean staticBp)
      • Breakpoint

        public Breakpoint​(String fqn,
                          String fqnDeclaring,
                          int line)
      • Breakpoint

        public Breakpoint​(String fqn,
                          String fqnDeclaring,
                          int line,
                          String expr)
    • Method Detail

      • isLineBreakpoint

        public boolean isLineBreakpoint()
      • isExceptionBreakpoint

        public boolean isExceptionBreakpoint()
      • isActive

        public boolean isActive()
      • setActive

        public void setActive​(boolean active)
      • getTitle

        public String getTitle()
      • getFqn

        public String getFqn()
      • getDeclaringFqn

        public String getDeclaringFqn()
      • getDeclaringFqn_Java

        public String getDeclaringFqn_Java()
      • getLine

        public int getLine()
      • getOffset

        public int getOffset()
      • getExpression

        public String getExpression()
      • setExpression

        public void setExpression​(String expr)
      • isActiveWhenMuted

        public boolean isActiveWhenMuted()
      • isTemporary

        public boolean isTemporary()
      • condition

        public boolean condition()
      • isStatic

        public boolean isStatic()
      • setStatic

        public void setStatic​(boolean aStatic)
      • isSuspend

        public boolean isSuspend()
      • setSuspend

        public void setSuspend​(boolean suspend)
      • isRunScriptOn

        public boolean isRunScriptOn()
      • setRunScriptOn

        public void setRunScriptOn​(boolean bRunScript)
      • getRunScript

        public String getRunScript()
      • setRunScript

        public void setRunScript​(String runScript)
      • isCaughtException

        public boolean isCaughtException()
      • setCaughtException

        public void setCaughtException​(boolean caughtException)
      • isUncaughtException

        public boolean isUncaughtException()
      • setUncaughtException

        public void setUncaughtException​(boolean uncaughtException)