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 intgetFirstCol()intgetFirstLine()intgetFirstOffset()intgetLastCol()intgetLastLine()intgetLastOffset()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-