Class Less.LineEditor

  • Enclosing class:
    Less

    private class Less.LineEditor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int begPos  
    • Constructor Summary

      Constructors 
      Constructor Description
      LineEditor​(int begPos)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int editBuffer​(Less.Operation op, int curPos)  
      • Methods inherited from class java.lang.Object

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

      • begPos

        private final int begPos
    • Constructor Detail

      • LineEditor

        public LineEditor​(int begPos)
    • Method Detail

      • editBuffer

        public int editBuffer​(Less.Operation op,
                              int curPos)