Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/
H A DAdvancedQuickAssistProcessor.java144 || getInverseIfContinueIntoIfThenInLoopsProposals(context, coveringNode, null) in hasAssists()
187 getInverseIfContinueIntoIfThenInLoopsProposals(context, coveringNode, resultingCollections); in getAssists()
433 …private static boolean getInverseIfContinueIntoIfThenInLoopsProposals(IInvocationContext context, … in getInverseIfContinueIntoIfThenInLoopsProposals() method in AdvancedQuickAssistProcessor