public class ExternalDataLocation
extends java.lang.Object
implements org.openl.util.text.ILocation
Constructor and Description |
---|
ExternalDataLocation(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
org.openl.util.text.IPosition |
getEnd() |
org.openl.util.text.IPosition |
getStart() |
boolean |
isTextLocation() |
java.lang.String |
toString() |
public org.openl.util.text.IPosition getEnd()
getEnd
in interface org.openl.util.text.ILocation
public org.openl.util.text.IPosition getStart()
getStart
in interface org.openl.util.text.ILocation
public boolean isTextLocation()
isTextLocation
in interface org.openl.util.text.ILocation
public java.lang.String toString()
toString
in class java.lang.Object