Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.Loop
-
Packages that use Loop Package Description org.jd.core.v1.service.converter.classfiletojavasyntax.util -
-
Uses of Loop in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return Loop Modifier and Type Method Description protected static Loop
ControlFlowGraphLoopReducer. makeLoop(java.util.List<BasicBlock> list, BasicBlock start, java.util.BitSet searchZoneIndexes, java.util.BitSet memberIndexes)
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return types with arguments of type Loop Modifier and Type Method Description static java.util.List<Loop>
ControlFlowGraphLoopReducer. identifyNaturalLoops(ControlFlowGraph cfg, java.util.BitSet[] arrayOfDominatorIndexes)
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type Loop Modifier and Type Method Description int
ControlFlowGraphLoopReducer.LoopComparator. compare(Loop loop1, Loop loop2)
protected static BasicBlock
ControlFlowGraphLoopReducer. reduceLoop(Loop loop)
-