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

public static interface IMethod.SourcePosition extends Comparable<IMethod.SourcePosition>
  • Method Details

    • getFirstLine

      int getFirstLine()
    • getLastLine

      int getLastLine()
    • getFirstCol

      int getFirstCol()
    • getLastCol

      int getLastCol()
    • getFirstOffset

      int getFirstOffset()
    • getLastOffset

      int getLastOffset()