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
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return LoopModifier and TypeMethodDescriptionprotected static Loop
ControlFlowGraphLoopReducer.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 TypeMethodDescriptionint
protected static BasicBlock
ControlFlowGraphLoopReducer.reduceLoop
(Loop loop)