ITextReplacement
@Deprecated @Data public class TextReplacement extends java.lang.Object
Constructor and Description |
---|
TextReplacement(int offset,
int length,
java.lang.String text)
Deprecated.
|
public TextReplacement(int offset, int length, java.lang.String text)
@Pure public int hashCode()
hashCode
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public int getOffset()
@Pure public int getLength()
@Pure public java.lang.String getText()