Package org.opencds.cqf.cql.engine.debug
Class DebugMapEntry
- java.lang.Object
-
- org.opencds.cqf.cql.engine.debug.DebugMapEntry
-
public class DebugMapEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DebugMapEntry(DebugLocator locator, DebugAction action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugActiongetAction()DebugLocatorgetLocator()
-
-
-
Constructor Detail
-
DebugMapEntry
public DebugMapEntry(DebugLocator locator, DebugAction action)
-
-
Method Detail
-
getLocator
public DebugLocator getLocator()
-
getAction
public DebugAction getAction()
-
-