Klasse DefaultCodeFormatterOptions.Alignment

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.Alignment
Umschließende Klasse:
DefaultCodeFormatterOptions

public static class DefaultCodeFormatterOptions.Alignment extends Object
Internal constants related to wrapping alignment settings
  • Felddetails

    • M_FORCE

      public static final int M_FORCE
      Siehe auch:
    • M_INDENT_ON_COLUMN

      public static final int M_INDENT_ON_COLUMN
      Siehe auch:
    • M_INDENT_BY_ONE

      public static final int M_INDENT_BY_ONE
      Siehe auch:
    • M_INDENT_DEFAULT

      public static final int M_INDENT_DEFAULT
      Siehe auch:
    • M_INDENT_PRESERVE

      public static final int M_INDENT_PRESERVE
      Siehe auch:
    • M_COMPACT_SPLIT

      public static final int M_COMPACT_SPLIT
      foobar(#fragment1, #fragment2,
      • #fragment3, #fragment4
      Siehe auch:
    • M_COMPACT_FIRST_BREAK_SPLIT

      public static final int M_COMPACT_FIRST_BREAK_SPLIT
      foobar(
      • #fragment1, #fragment2,
      • #fragment3, #fragment4,
      Siehe auch:
    • M_ONE_PER_LINE_SPLIT

      public static final int M_ONE_PER_LINE_SPLIT
      foobar(
      • #fragment1,
      • #fragment2,
      • #fragment3
      • #fragment4,
      Siehe auch:
    • M_NEXT_SHIFTED_SPLIT

      public static final int M_NEXT_SHIFTED_SPLIT
      foobar(
      • #fragment1,
      • #fragment2,
      • #fragment3
      • #fragment4,
      Siehe auch:
    • M_NEXT_PER_LINE_SPLIT

      public static final int M_NEXT_PER_LINE_SPLIT
      foobar(#fragment1,
      • #fragment2,
      • #fragment3
      • #fragment4,
      Siehe auch:
    • M_NO_ALIGNMENT

      public static final int M_NO_ALIGNMENT
      Siehe auch:
    • SPLIT_MASK

      public static final int SPLIT_MASK
      Siehe auch:
  • Konstruktordetails

    • Alignment

      public Alignment()