Uses of Class
pobs.scanner.PPosition

Packages that use PPosition
pobs.scanner   
 

Uses of PPosition in pobs.scanner
 

Methods in pobs.scanner that return PPosition
 PPosition PTextScanner.getPosition(long index)
          Returns the number of lines and columns between from the start of the input upto the specified index.
 PPosition PTextScanner.getRelativePosition(long from, long to)
          Returns the number of lines and columns between the from and to indexes.