Class XbaseFormatterPreferenceKeys
- java.lang.Object
-
- org.eclipse.xtext.formatting2.FormatterPreferenceKeys
-
- org.eclipse.xtext.xbase.formatting2.XbaseFormatterPreferenceKeys
-
public class XbaseFormatterPreferenceKeys extends org.eclipse.xtext.formatting2.FormatterPreferenceKeys
-
-
Field Summary
Fields Modifier and Type Field Description static BlankLineKeyblankLinesAfterImportsstatic BlankLineKeyblankLinesAroundExpressionstatic BlankLineKeyblankLinesBetweenImportsstatic NewLineKeybracesInNewLinestatic NewLineOrPreserveKeynewLineAfterClassAnnotationsstatic NewLineOrPreserveKeynewLineAfterConstructorAnnotationsstatic NewLineOrPreserveKeynewLineAfterFieldAnnotationsstatic NewLineOrPreserveKeynewLineAfterMethodAnnotationsstatic NewLineOrPreserveKeynewLineAfterParameterAnnotationsstatic org.eclipse.xtext.preferences.IntegerKeypreserveBlankLinesstatic org.eclipse.xtext.preferences.BooleanKeypreserveNewLinesstatic WhitespaceKeywhitespaceBetweenKeywordAndParenthesisMLstatic WhitespaceKeywhitespaceBetweenKeywordAndParenthesisSL
-
Constructor Summary
Constructors Constructor Description XbaseFormatterPreferenceKeys()
-
-
-
Field Detail
-
preserveBlankLines
public static final org.eclipse.xtext.preferences.IntegerKey preserveBlankLines
-
blankLinesAroundExpression
public static final BlankLineKey blankLinesAroundExpression
-
preserveNewLines
public static final org.eclipse.xtext.preferences.BooleanKey preserveNewLines
-
newLineAfterClassAnnotations
public static final NewLineOrPreserveKey newLineAfterClassAnnotations
-
newLineAfterFieldAnnotations
public static final NewLineOrPreserveKey newLineAfterFieldAnnotations
-
newLineAfterMethodAnnotations
public static final NewLineOrPreserveKey newLineAfterMethodAnnotations
-
newLineAfterConstructorAnnotations
public static final NewLineOrPreserveKey newLineAfterConstructorAnnotations
-
newLineAfterParameterAnnotations
public static final NewLineOrPreserveKey newLineAfterParameterAnnotations
-
whitespaceBetweenKeywordAndParenthesisSL
public static final WhitespaceKey whitespaceBetweenKeywordAndParenthesisSL
-
whitespaceBetweenKeywordAndParenthesisML
public static final WhitespaceKey whitespaceBetweenKeywordAndParenthesisML
-
blankLinesBetweenImports
public static final BlankLineKey blankLinesBetweenImports
-
blankLinesAfterImports
public static final BlankLineKey blankLinesAfterImports
-
bracesInNewLine
public static final NewLineKey bracesInNewLine
-
-