Class TemplateLangFormatter
java.lang.Object
org.eclipse.xtext.formatting.impl.AbstractFormatter
org.eclipse.xtext.formatting.impl.BaseFormatter
org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
de.uni_hildesheim.sse.vil.templatelang.formatting.TemplateLangFormatter
- All Implemented Interfaces:
org.eclipse.xtext.formatting.IFormatter,org.eclipse.xtext.formatting.IFormatterExtension
public class TemplateLangFormatter
extends org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
This class contains custom formatting description.
see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#formatting
on how and when to use it
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter.ConfigStore -
Field Summary
Fields inherited from class org.eclipse.xtext.formatting.impl.BaseFormatter
grammar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c) Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
createFormatterStream, createFormatterStream, createFormattingConfig, createMatcher, getConfig, getGrammarAccess, getHiddenTokenHelper, getIndentInfo, getLineSeparatorInfo, getMatcherProvider, saveDebugGraphvizDiagram, setGrammarAccessMethods inherited from class org.eclipse.xtext.formatting.impl.BaseFormatter
getWSRule
-
Constructor Details
-
TemplateLangFormatter
public TemplateLangFormatter()
-
-
Method Details
-
configureFormatting
protected void configureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c) - Specified by:
configureFormattingin classorg.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
-