Package org.opencds.cqf.cql.engine.debug
Class DebugUtilities
- java.lang.Object
-
- org.opencds.cqf.cql.engine.debug.DebugUtilities
-
public class DebugUtilities extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlogDebugResult(Executable node, Library currentLibrary, java.lang.Object result)static java.lang.StringtoDebugLocation(Executable node)static java.lang.StringtoDebugString(java.lang.Object result)
-
-
-
Method Detail
-
logDebugResult
public static void logDebugResult(Executable node, Library currentLibrary, java.lang.Object result)
-
toDebugLocation
public static java.lang.String toDebugLocation(Executable node)
-
toDebugString
public static java.lang.String toDebugString(java.lang.Object result)
-
-