Package net.sourceforge.pmd.document
Interface RegionByLine
-
- All Known Implementing Classes:
RegionByLineImp
public interface RegionByLine
Represents a region in aDocument
with the tuple (beginLine, endLine, beginColumn, endColumn).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBeginColumn()
int
getBeginLine()
int
getEndColumn()
int
getEndLine()
-