Package org.opencds.cqf.cql.engine.debug
Class DebugMap
java.lang.Object
org.opencds.cqf.cql.engine.debug.DebugMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDebugEntry(String libraryName, DebugLocator debugLocator, DebugAction action) voidaddDebugEntry(DebugLocator debugLocator, DebugAction action) booleanbooleanvoidremoveDebugEntry(String libraryName, DebugLocator debugLocator) voidremoveDebugEntry(DebugLocator debugLocator) voidsetIsCoverageEnabled(boolean isCoverageEnabled) voidsetIsLoggingEnabled(boolean isLoggingEnabled) shouldDebug(Executable node, Library currentLibrary)
-
Constructor Details
-
DebugMap
public DebugMap()
-
-
Method Details
-
shouldDebug
-
shouldDebug
-
addDebugEntry
-
addDebugEntry
-
removeDebugEntry
-
removeDebugEntry
-
getIsLoggingEnabled
public boolean getIsLoggingEnabled() -
setIsLoggingEnabled
public void setIsLoggingEnabled(boolean isLoggingEnabled) -
getIsCoverageEnabled
public boolean getIsCoverageEnabled() -
setIsCoverageEnabled
public void setIsCoverageEnabled(boolean isCoverageEnabled)
-