Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.ControlFlowGraph
Packages that use ControlFlowGraph
Package
Description
-
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 ControlFlowGraphMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg that return ControlFlowGraphConstructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg with parameters of type ControlFlowGraphModifierConstructorDescriptionBasicBlock(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, HashSet<BasicBlock> predecessors) BasicBlock(ControlFlowGraph controlFlowGraph, int index, BasicBlock original) BasicBlock(ControlFlowGraph controlFlowGraph, int index, BasicBlock original, 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 ControlFlowGraphMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type ControlFlowGraphModifier and TypeMethodDescriptionstatic BitSet[]ControlFlowGraphLoopReducer.buildDominatorIndexes(ControlFlowGraph cfg) ControlFlowGraphLoopReducer.identifyNaturalLoops(ControlFlowGraph cfg, BitSet[] arrayOfDominatorIndexes) StatementMaker.make(ControlFlowGraph cfg) static voidControlFlowGraphGotoReducer.reduce(ControlFlowGraph cfg) static voidControlFlowGraphLoopReducer.reduce(ControlFlowGraph cfg) static booleanControlFlowGraphReducer.reduce(ControlFlowGraph cfg)