Package org.opencds.cqf.cql.engine.debug
Class DebugLocator
- java.lang.Object
-
- org.opencds.cqf.cql.engine.debug.DebugLocator
-
public class DebugLocator extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDebugLocator.DebugLocatorType
-
Constructor Summary
Constructors Constructor Description DebugLocator(DebugLocator.DebugLocatorType type, java.lang.String locator)DebugLocator(Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)LocationgetLocation()java.lang.StringgetLocator()DebugLocator.DebugLocatorTypegetLocatorType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
DebugLocator
public DebugLocator(Location location)
-
DebugLocator
public DebugLocator(DebugLocator.DebugLocatorType type, java.lang.String locator)
-
-
Method Detail
-
getLocatorType
public DebugLocator.DebugLocatorType getLocatorType()
-
getLocator
public java.lang.String getLocator()
-
getLocation
public Location getLocation()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-