Package com.ibm.wala.classLoader
Interface IMethod.SourcePosition
-
- All Superinterfaces:
Comparable
- All Known Subinterfaces:
CAstSourcePositionMap.Position
- All Known Implementing Classes:
AbstractSourcePosition
,LineNumberPosition
,RangePosition
- Enclosing interface:
- IMethod
public static interface IMethod.SourcePosition extends Comparable
BEGIN Custom change: precise positions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFirstCol()
int
getFirstLine()
int
getFirstOffset()
int
getLastCol()
int
getLastLine()
int
getLastOffset()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-