Class XtendFormatterPreferenceKeys


  • public class XtendFormatterPreferenceKeys
    extends org.eclipse.xtext.xbase.formatting2.XbaseFormatterPreferenceKeys
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesAfterLastMember  
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesAfterPackageDecl  
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBeforeFirstMember  
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenClasses  
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenEnumLiterals  
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenFields  
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenFieldsAndMethods  
      static org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenMethods  
      static org.eclipse.xtext.preferences.BooleanKey keepOneLineMethods  
      • Fields inherited from class org.eclipse.xtext.xbase.formatting2.XbaseFormatterPreferenceKeys

        blankLinesAfterImports, blankLinesAroundExpression, blankLinesBetweenImports, bracesInNewLine, newLineAfterClassAnnotations, newLineAfterConstructorAnnotations, newLineAfterFieldAnnotations, newLineAfterMethodAnnotations, newLineAfterParameterAnnotations, preserveBlankLines, preserveNewLines, whitespaceBetweenKeywordAndParenthesisML, whitespaceBetweenKeywordAndParenthesisSL
      • Fields inherited from class org.eclipse.xtext.formatting2.FormatterPreferenceKeys

        indentation, indentationLength, lineSeparator, maxLineWidth, tabWidth
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • blankLinesAfterPackageDecl

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesAfterPackageDecl
      • blankLinesBetweenClasses

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenClasses
      • blankLinesBeforeFirstMember

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBeforeFirstMember
      • blankLinesAfterLastMember

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesAfterLastMember
      • blankLinesBetweenFields

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenFields
      • blankLinesBetweenFieldsAndMethods

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenFieldsAndMethods
      • blankLinesBetweenMethods

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenMethods
      • blankLinesBetweenEnumLiterals

        public static final org.eclipse.xtext.xbase.formatting2.BlankLineKey blankLinesBetweenEnumLiterals
      • keepOneLineMethods

        public static final org.eclipse.xtext.preferences.BooleanKey keepOneLineMethods
    • Constructor Detail

      • XtendFormatterPreferenceKeys

        public XtendFormatterPreferenceKeys()