Class BasicFormatterPreferenceKeys
- java.lang.Object
-
- org.eclipse.xtext.xbase.formatting.BasicFormatterPreferenceKeys
-
- Direct Known Subclasses:
XbaseFormatterPreferenceKeys
@Deprecated public class BasicFormatterPreferenceKeys extends java.lang.ObjectDeprecated.useFormatterPreferenceKeys
-
-
Field Summary
Fields Modifier and Type Field Description static StringKeyindentationDeprecated.static IntegerKeyindentationLengthDeprecated.static StringKeylineSeparatorDeprecated.static IntegerKeymaxLineWidthDeprecated.
-
Constructor Summary
Constructors Constructor Description BasicFormatterPreferenceKeys()Deprecated.
-
-
-
Field Detail
-
lineSeparator
public static final StringKey lineSeparator
Deprecated.
-
indentation
public static final StringKey indentation
Deprecated.
-
indentationLength
public static final IntegerKey indentationLength
Deprecated.
-
maxLineWidth
public static final IntegerKey maxLineWidth
Deprecated.
-
-