Package net.sourceforge.pmd.document
Interface RegionByOffset
-
- All Known Implementing Classes:
RegionByOffsetImp
public interface RegionByOffset
Represents a region in aDocument
with the tuple (offset, length).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLength()
int
getOffset()
int
getOffsetAfterEnding()
-