Home
last modified time | relevance | path

Searched refs:alignmentForSelectorInMethodInvocationOption (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DDefaultCodeFormatterOptions.java1123 …final Object alignmentForSelectorInMethodInvocationOption = settings.get(DefaultCodeFormatterConst… in set() local
1124 if (alignmentForSelectorInMethodInvocationOption != null) { in set()
1126 …ctor_in_method_invocation = Integer.parseInt((String) alignmentForSelectorInMethodInvocationOption in set()