Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.Loop
Packages that use Loop
-
Uses of Loop in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Classes in org.jd.core.v1.service.converter.classfiletojavasyntax.util that implement interfaces with type arguments of type LoopMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return LoopModifier and TypeMethodDescriptionprotected static LoopControlFlowGraphLoopReducer.makeLoop(List<BasicBlock> list, BasicBlock start, BitSet searchZoneIndexes, BitSet memberIndexes) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return types with arguments of type LoopModifier and TypeMethodDescriptionControlFlowGraphLoopReducer.identifyNaturalLoops(ControlFlowGraph cfg, BitSet[] arrayOfDominatorIndexes) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type LoopModifier and TypeMethodDescriptionintprotected static BasicBlockControlFlowGraphLoopReducer.reduceLoop(Loop loop)