Package sootup.core.model
Class FullPosition
java.lang.Object
sootup.core.model.Position
sootup.core.model.FullPosition
- All Implemented Interfaces:
Comparable<Position>
- Direct Known Subclasses:
NoPositionInformation
This class represents Position Information i.e. for IDEs to locate positions in sources.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FullPosition
public FullPosition(int firstLine, int firstCol, int lastLine, int lastCol)
-
-
Method Details
-
getFirstLine
public int getFirstLine()- Specified by:
getFirstLine
in classPosition
-
getLastLine
public int getLastLine()- Specified by:
getLastLine
in classPosition
-
getFirstCol
public int getFirstCol()- Specified by:
getFirstCol
in classPosition
-
getLastCol
public int getLastCol()- Specified by:
getLastCol
in classPosition
-
hashCode
public int hashCode()
-