de.cau.cs.kieler.krep.editors.klp.formatting
Class KlpFormatter
java.lang.Object
org.eclipse.xtext.formatting.impl.AbstractFormatter
org.eclipse.xtext.formatting.impl.BaseFormatter
org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
de.cau.cs.kieler.krep.editors.klp.formatting.KlpFormatter
- All Implemented Interfaces:
- org.eclipse.xtext.formatting.IFormatter
public class KlpFormatter
- 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
generated by Xtext
- Rating

- Generated:
- This code was automatically generated.
Fields inherited from class org.eclipse.xtext.formatting.impl.BaseFormatter |
grammar |
Method Summary |
protected void |
configureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c)
|
Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter |
createFormatterStream, createFormattingConfig, getConfig, getGrammarAccess, setGrammarAccess |
Methods inherited from class org.eclipse.xtext.formatting.impl.BaseFormatter |
getWSRule |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KlpFormatter
public KlpFormatter()
configureFormatting
protected void configureFormatting(org.eclipse.xtext.formatting.impl.FormattingConfig c)
- Specified by:
configureFormatting
in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter