getStartIndex method

LinearLocation getStartIndex()

Returns the index of the start of the line @return the location index

Implementation

LinearLocation getStartIndex() {
  return new LinearLocation();
}