Package easyIO
Class BacktrackScanner.Location
- java.lang.Object
- 
- easyIO.BacktrackScanner.Location
 
- 
- Enclosing class:
- BacktrackScanner
 
 public static class BacktrackScanner.Location extends java.lang.ObjectAn input character along with information about the source of the character, and its line number and position within the line.
- 
- 
Constructor SummaryConstructors Constructor Description Location(easyIO.BacktrackScanner.Source i, int l, int c, char ch)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
 
-