Class XbaseFormatterPreferenceKeys
- java.lang.Object
-
- org.eclipse.xtext.xbase.formatting.BasicFormatterPreferenceKeys
-
- org.eclipse.xtext.xbase.formatting.XbaseFormatterPreferenceKeys
-
@Deprecated public class XbaseFormatterPreferenceKeys extends BasicFormatterPreferenceKeys
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static BlankLineKeyblankLinesAroundExpressionDeprecated.static NewLineKeybracesInNewLineDeprecated.static NewLineOrPreserveKeynewLineAfterClassAnnotationsDeprecated.static NewLineOrPreserveKeynewLineAfterConstructorAnnotationsDeprecated.static NewLineOrPreserveKeynewLineAfterFieldAnnotationsDeprecated.static NewLineOrPreserveKeynewLineAfterMethodAnnotationsDeprecated.static NewLineOrPreserveKeynewLineAfterParameterAnnotationsDeprecated.static IntegerKeypreserveBlankLinesDeprecated.static BooleanKeypreserveNewLinesDeprecated.static WhitespaceKeywhitespaceBetweenKeywordAndParenthesisMLDeprecated.static WhitespaceKeywhitespaceBetweenKeywordAndParenthesisSLDeprecated.-
Fields inherited from class org.eclipse.xtext.xbase.formatting.BasicFormatterPreferenceKeys
indentation, indentationLength, lineSeparator, maxLineWidth
-
-
Constructor Summary
Constructors Constructor Description XbaseFormatterPreferenceKeys()Deprecated.
-
-
-
Field Detail
-
preserveBlankLines
public static final IntegerKey preserveBlankLines
Deprecated.
-
blankLinesAroundExpression
public static final BlankLineKey blankLinesAroundExpression
Deprecated.
-
preserveNewLines
public static final BooleanKey preserveNewLines
Deprecated.
-
newLineAfterClassAnnotations
public static final NewLineOrPreserveKey newLineAfterClassAnnotations
Deprecated.
-
newLineAfterFieldAnnotations
public static final NewLineOrPreserveKey newLineAfterFieldAnnotations
Deprecated.
-
newLineAfterMethodAnnotations
public static final NewLineOrPreserveKey newLineAfterMethodAnnotations
Deprecated.
-
newLineAfterConstructorAnnotations
public static final NewLineOrPreserveKey newLineAfterConstructorAnnotations
Deprecated.
-
newLineAfterParameterAnnotations
public static final NewLineOrPreserveKey newLineAfterParameterAnnotations
Deprecated.
-
whitespaceBetweenKeywordAndParenthesisSL
public static final WhitespaceKey whitespaceBetweenKeywordAndParenthesisSL
Deprecated.
-
whitespaceBetweenKeywordAndParenthesisML
public static final WhitespaceKey whitespaceBetweenKeywordAndParenthesisML
Deprecated.
-
bracesInNewLine
public static final NewLineKey bracesInNewLine
Deprecated.
-
-