Package org.opencds.cqf.cql.engine.debug
Class Location
java.lang.Object
org.opencds.cqf.cql.engine.debug.Location
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic LocationfromLocator(String locator) intintintintinthashCode()booleantoString()
-
Constructor Details
-
Location
public Location(int startLine, int startChar, int endLine, int endChar)
-
-
Method Details
-
getStartLine
public int getStartLine() -
getStartChar
public int getStartChar() -
getEndLine
public int getEndLine() -
getEndChar
public int getEndChar() -
equals
-
includes
-
hashCode
public int hashCode() -
toString
-
toLocator
-
fromLocator
-