Class XtypeFormatter
- java.lang.Object
-
- org.eclipse.xtext.formatting.impl.AbstractFormatter
-
- org.eclipse.xtext.formatting.impl.BaseFormatter
-
- org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
-
- org.eclipse.xtext.xbase.formatting.XtypeFormatter
-
- All Implemented Interfaces:
org.eclipse.xtext.formatting.IFormatter,org.eclipse.xtext.formatting.IFormatterExtension
@Deprecated public class XtypeFormatter extends org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatterDeprecated.useXbaseFormatterThis class is deprecated since it uses Xtext's old formatter architecture.
-
-
Constructor Summary
Constructors Constructor Description XtypeFormatter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidconfigure(org.eclipse.xtext.formatting.impl.FormattingConfig c, XtypeGrammarAccess ga)Deprecated.protected voidconfigureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c)Deprecated.voidconfigureJvmParameterizedTypeReference(org.eclipse.xtext.formatting.impl.FormattingConfig c, XtypeGrammarAccess.JvmParameterizedTypeReferenceElements ele)Deprecated.voidconfigureXFunctionTypeRef(org.eclipse.xtext.formatting.impl.FormattingConfig c, XtypeGrammarAccess.XFunctionTypeRefElements ele)Deprecated.-
Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
createFormatterStream, createFormatterStream, createFormattingConfig, createMatcher, getConfig, getGrammarAccess, getHiddenTokenHelper, getIndentInfo, getLineSeparatorInfo, getMatcherProvider, saveDebugGraphvizDiagram, setGrammarAccess
-
-
-
-
Method Detail
-
configureFormatting
protected void configureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c)
Deprecated.- Specified by:
configureFormattingin classorg.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
-
configure
public void configure(org.eclipse.xtext.formatting.impl.FormattingConfig c, XtypeGrammarAccess ga)Deprecated.
-
configureXFunctionTypeRef
public void configureXFunctionTypeRef(org.eclipse.xtext.formatting.impl.FormattingConfig c, XtypeGrammarAccess.XFunctionTypeRefElements ele)Deprecated.
-
configureJvmParameterizedTypeReference
public void configureJvmParameterizedTypeReference(org.eclipse.xtext.formatting.impl.FormattingConfig c, XtypeGrammarAccess.JvmParameterizedTypeReferenceElements ele)Deprecated.
-
-