Class DebugLibraryMapEntry

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

public class DebugLibraryMapEntry extends Object
  • Constructor Details

    • DebugLibraryMapEntry

      public DebugLibraryMapEntry(String libraryName)
  • Method Details

    • getLibraryName

      public String getLibraryName()
    • shouldDebug

      public DebugAction shouldDebug(org.hl7.elm.r1.Element node)
    • addEntry

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

      public void addEntry(DebugMapEntry entry)
    • removeEntry

      public void removeEntry(DebugLocator debugLocator)