Class TextDocumentChangeToString
- java.lang.Object
-
- org.eclipse.xtext.ide.serializer.debug.TextDocumentChangeToString
-
public class TextDocumentChangeToString extends java.lang.Object- Since:
- 2.13
-
-
Constructor Summary
Constructors Constructor Description TextDocumentChangeToString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextDocumentChangeToStringadd(java.util.Collection<IEmfResourceChange> changes)TextDocumentChangeToStringadd(IEmfResourceChange change)protected java.lang.StringgetTitle(IEmfResourceChange change)java.lang.StringtoString()
-
-
-
Method Detail
-
add
public TextDocumentChangeToString add(IEmfResourceChange change)
-
add
public TextDocumentChangeToString add(java.util.Collection<IEmfResourceChange> changes)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getTitle
protected java.lang.String getTitle(IEmfResourceChange change)
-
-