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