Package editor
Class SmartFixManager.ReplaceChunk
- java.lang.Object
-
- editor.SmartFixManager.ReplaceChunk
-
- Enclosing class:
- SmartFixManager
public static class SmartFixManager.ReplaceChunk extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
length
int
offset
String
replaceText
-
Constructor Summary
Constructors Constructor Description ReplaceChunk()
-
-
-
Field Detail
-
offset
public int offset
-
length
public int length
-
replaceText
public String replaceText
-
-