Interface IMethod.SourcePosition
- All Superinterfaces:
Comparable<IMethod.SourcePosition>
- All Known Subinterfaces:
CAstSourcePositionMap.Position
,IncludedPosition
- All Known Implementing Classes:
AbstractSourcePosition
,JdtPosition
,LineNumberPosition
,RangePosition
- Enclosing interface:
IMethod
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getFirstLine
int getFirstLine() -
getLastLine
int getLastLine() -
getFirstCol
int getFirstCol() -
getLastCol
int getLastCol() -
getFirstOffset
int getFirstOffset() -
getLastOffset
int getLastOffset()
-