Package org.opencds.cqf.cql.engine.debug
Class DebugLibraryMapEntry
- java.lang.Object
-
- org.opencds.cqf.cql.engine.debug.DebugLibraryMapEntry
-
public class DebugLibraryMapEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DebugLibraryMapEntry(java.lang.String libraryName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(DebugLocator debugLocator, DebugAction action)voidaddEntry(DebugMapEntry entry)java.lang.StringgetLibraryName()voidremoveEntry(DebugLocator debugLocator)DebugActionshouldDebug(Executable node)
-
-
-
Method Detail
-
getLibraryName
public java.lang.String getLibraryName()
-
shouldDebug
public DebugAction shouldDebug(Executable node)
-
addEntry
public void addEntry(DebugLocator debugLocator, DebugAction action)
-
addEntry
public void addEntry(DebugMapEntry entry)
-
removeEntry
public void removeEntry(DebugLocator debugLocator)
-
-