Package easyIO

Class 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()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Location

        public Location​(easyIO.BacktrackScanner.Source i,
                        int l,
                        int c,
                        char ch)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object