public class XtypeFormatter
extends org.eclipse.xtext.formatting2.AbstractFormatter2
| Constructor and Description |
|---|
XtypeFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_format(org.eclipse.xtext.common.types.JvmParameterizedTypeReference ref,
org.eclipse.xtext.formatting2.IFormattableDocument document) |
protected void |
_format(org.eclipse.xtext.common.types.JvmTypeParameter ref,
org.eclipse.xtext.formatting2.IFormattableDocument document) |
protected void |
_format(org.eclipse.xtext.common.types.JvmWildcardTypeReference ref,
org.eclipse.xtext.formatting2.IFormattableDocument document) |
protected void |
_format(XFunctionTypeRef func,
org.eclipse.xtext.formatting2.IFormattableDocument document) |
protected void |
_format(XImportDeclaration imp,
org.eclipse.xtext.formatting2.IFormattableDocument document) |
protected void |
_format(XImportSection section,
org.eclipse.xtext.formatting2.IFormattableDocument format) |
void |
format(java.lang.Object ref,
org.eclipse.xtext.formatting2.IFormattableDocument document) |
_format, _format, _format, _format, createCommentReplacer, createFormattableRootDocument, createFormattableSubDocument, createHiddenRegionFormatter, createHiddenRegionFormatter, createHiddenRegionFormatting, createHiddenRegionFormattingMerger, createHiddenRegionReplacer, createTextReplacerContext, createTextReplacerMerger, createWhitespaceReplacer, format, getPreference, getPreferences, getRequest, getTextRegionAccess, handleTraceMissing, initalize, initialize, isInRequestedRange, postProcess, reset, shouldFormatprotected void _format(XFunctionTypeRef func, @Extension org.eclipse.xtext.formatting2.IFormattableDocument document)
protected void _format(org.eclipse.xtext.common.types.JvmParameterizedTypeReference ref,
@Extension
org.eclipse.xtext.formatting2.IFormattableDocument document)
protected void _format(org.eclipse.xtext.common.types.JvmWildcardTypeReference ref,
@Extension
org.eclipse.xtext.formatting2.IFormattableDocument document)
protected void _format(org.eclipse.xtext.common.types.JvmTypeParameter ref,
@Extension
org.eclipse.xtext.formatting2.IFormattableDocument document)
protected void _format(XImportSection section, @Extension org.eclipse.xtext.formatting2.IFormattableDocument format)
protected void _format(XImportDeclaration imp, @Extension org.eclipse.xtext.formatting2.IFormattableDocument document)
public void format(java.lang.Object ref,
org.eclipse.xtext.formatting2.IFormattableDocument document)
format in class org.eclipse.xtext.formatting2.AbstractFormatter2