Class Difference.EnforcingIndentationContext

  • Enclosing class:
    Difference

    private class Difference.EnforcingIndentationContext
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int extraCharacters  
      (package private) int start  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        int start
      • extraCharacters

        int extraCharacters
    • Constructor Detail

      • EnforcingIndentationContext

        public EnforcingIndentationContext​(int start)
      • EnforcingIndentationContext

        public EnforcingIndentationContext​(int start,
                                           int extraCharacters)