Package org.eclipse.lsp4j
Class AnnotatedTextEdit
- java.lang.Object
-
- org.eclipse.lsp4j.TextEdit
-
- org.eclipse.lsp4j.AnnotatedTextEdit
-
public class AnnotatedTextEdit extends TextEdit
A special text edit with an additional change annotation.Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description AnnotatedTextEdit()AnnotatedTextEdit(Range range, java.lang.String newText, java.lang.String annotationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetAnnotationId()The actual annotation identifierinthashCode()voidsetAnnotationId(java.lang.String annotationId)The actual annotation identifierjava.lang.StringtoString()-
Methods inherited from class org.eclipse.lsp4j.TextEdit
getNewText, getRange, setNewText, setRange
-
-
-
-
Constructor Detail
-
AnnotatedTextEdit
public AnnotatedTextEdit()
-
AnnotatedTextEdit
public AnnotatedTextEdit(Range range, java.lang.String newText, java.lang.String annotationId)
-
-