Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.ControlFlowGraph
-
Packages that use ControlFlowGraph Package Description org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg org.jd.core.v1.service.converter.classfiletojavasyntax.util -
-
Uses of ControlFlowGraph in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg declared as ControlFlowGraph Modifier and Type Field Description protected ControlFlowGraphBasicBlock. controlFlowGraphMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg that return ControlFlowGraph Modifier and Type Method Description ControlFlowGraphBasicBlock. getControlFlowGraph()Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg with parameters of type ControlFlowGraph Constructor Description BasicBlock(ControlFlowGraph controlFlowGraph, int index, int type, int fromOffset, int toOffset, boolean inverseCondition)BasicBlock(ControlFlowGraph controlFlowGraph, int index, int type, int fromOffset, int toOffset, boolean inverseCondition, java.util.HashSet<BasicBlock> predecessors)BasicBlock(ControlFlowGraph controlFlowGraph, int index, BasicBlock original)BasicBlock(ControlFlowGraph controlFlowGraph, int index, BasicBlock original, java.util.HashSet<BasicBlock> predecessors) -
Uses of ControlFlowGraph in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return ControlFlowGraph Modifier and Type Method Description static ControlFlowGraphControlFlowGraphMaker. make(Method method)Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type ControlFlowGraph Modifier and Type Method Description static java.util.BitSet[]ControlFlowGraphLoopReducer. buildDominatorIndexes(ControlFlowGraph cfg)static java.util.List<Loop>ControlFlowGraphLoopReducer. identifyNaturalLoops(ControlFlowGraph cfg, java.util.BitSet[] arrayOfDominatorIndexes)StatementsStatementMaker. make(ControlFlowGraph cfg)static voidControlFlowGraphGotoReducer. reduce(ControlFlowGraph cfg)static voidControlFlowGraphLoopReducer. reduce(ControlFlowGraph cfg)static booleanControlFlowGraphReducer. reduce(ControlFlowGraph cfg)
-