Package net.sourceforge.pmd.document
Interface RegionByLine
-
- All Known Implementing Classes:
RegionByLineImp
public interface RegionByLineRepresents a region in aDocumentwith the tuple (beginLine, endLine, beginColumn, endColumn).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBeginColumn()intgetBeginLine()intgetEndColumn()intgetEndLine()
-