Class Location

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

public class Location extends Object
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • includes

      public boolean includes(Location other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toLocator

      public String toLocator()
    • fromLocator

      public static Location fromLocator(String locator)