Package net.sourceforge.pmd.document
Interface RegionByOffset
-
- All Known Implementing Classes:
RegionByOffsetImp
public interface RegionByOffsetRepresents a region in aDocumentwith the tuple (offset, length).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength()intgetOffset()intgetOffsetAfterEnding()
-