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 TypeMethodDescriptionintintintintintintMethods inherited from interface Comparable
compareTo
-
Method Details
-
getFirstLine
int getFirstLine() -
getLastLine
int getLastLine() -
getFirstCol
int getFirstCol() -
getLastCol
int getLastCol() -
getFirstOffset
int getFirstOffset() -
getLastOffset
int getLastOffset()
-