Package editor

Class SmartFixManager.ReplaceChunk

  • Enclosing class:
    SmartFixManager

    public static class SmartFixManager.ReplaceChunk
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
      int offset  
      java.lang.String replaceText  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplaceChunk()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        public int offset
      • length

        public int length
      • replaceText

        public java.lang.String replaceText
    • Constructor Detail

      • ReplaceChunk

        public ReplaceChunk()