Class DebugMap

java.lang.Object
org.opencds.cqf.cql.engine.debug.DebugMap

public class DebugMap extends Object
  • Constructor Details

    • DebugMap

      public DebugMap()
  • Method Details

    • shouldDebug

      public DebugAction shouldDebug(Exception e)
    • shouldDebug

      public DebugAction shouldDebug(Executable node, Library currentLibrary)
    • addDebugEntry

      public void addDebugEntry(DebugLocator debugLocator, DebugAction action)
    • addDebugEntry

      public void addDebugEntry(String libraryName, DebugLocator debugLocator, DebugAction action)
    • removeDebugEntry

      public void removeDebugEntry(String libraryName, DebugLocator debugLocator)
    • removeDebugEntry

      public void removeDebugEntry(DebugLocator debugLocator)
    • getIsLoggingEnabled

      public boolean getIsLoggingEnabled()
    • setIsLoggingEnabled

      public void setIsLoggingEnabled(boolean isLoggingEnabled)
    • getIsCoverageEnabled

      public boolean getIsCoverageEnabled()
    • setIsCoverageEnabled

      public void setIsCoverageEnabled(boolean isCoverageEnabled)