Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/
H A DToStringGenerationContext.java136 public boolean isCustomBuilderChainedCalls() { in isCustomBuilderChainedCalls() method in ToStringGenerationContext
H A DCustomBuilderGenerator.java187 if (getContext().isCustomBuilderChainedCalls() && canChainLastAppendCall) { in generateToStringMethod()