Package jodd.lagarto

Class CharsInput.Position

  • Enclosing class:
    CharsInput

    public static class CharsInput.Position
    extends java.lang.Object
    Current position.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int column  
      private int line  
      private int offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      Position​(int offset, int line, int column)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • offset

        private final int offset
      • line

        private final int line
      • column

        private final int column
    • Constructor Detail

      • Position

        public Position​(int offset,
                        int line,
                        int column)
    • Method Detail

      • toString

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