AbstractFormatter2@Deprecated public abstract class AbstractFormatter extends java.lang.Object implements IBasicFormatter
| Constructor and Description |
|---|
AbstractFormatter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
_format(org.eclipse.emf.ecore.EObject expr,
FormattableDocument format)
Deprecated.
|
protected void |
_format(java.lang.Void expr,
FormattableDocument format)
Deprecated.
|
protected void |
format(org.eclipse.emf.ecore.EObject expr,
FormattableDocument format)
Deprecated.
|
java.util.List<TextReplacement> |
format(org.eclipse.xtext.resource.XtextResource res,
int offset,
int length,
FormattingPreferenceValues cfg)
Deprecated.
|
boolean |
isAllowIdentityEdits()
Deprecated.
|
boolean |
isConflictOccurred()
Deprecated.
|
boolean |
isDiagnoseConflicts()
Deprecated.
|
void |
setAllowIdentityEdits(boolean allowIdentityEdits)
Deprecated.
|
void |
setDiagnoseConflicts(boolean diagnoseConflicts)
Deprecated.
|
public java.util.List<TextReplacement> format(org.eclipse.xtext.resource.XtextResource res, int offset, int length, FormattingPreferenceValues cfg)
format in interface IBasicFormatterpublic boolean isConflictOccurred()
protected void _format(java.lang.Void expr,
FormattableDocument format)
protected void _format(org.eclipse.emf.ecore.EObject expr,
FormattableDocument format)
protected void format(org.eclipse.emf.ecore.EObject expr,
FormattableDocument format)
@Pure public boolean isAllowIdentityEdits()
public void setAllowIdentityEdits(boolean allowIdentityEdits)
@Pure public boolean isDiagnoseConflicts()
public void setDiagnoseConflicts(boolean diagnoseConflicts)