Uses of Class
com.strobel.assembler.flowanalysis.ControlFlowEdge
Packages that use ControlFlowEdge
-
Uses of ControlFlowEdge in com.strobel.assembler.flowanalysis
Fields in com.strobel.assembler.flowanalysis with type parameters of type ControlFlowEdgeModifier and TypeFieldDescriptionprivate final List
<ControlFlowEdge> ControlFlowNode._incoming
private Iterator
<ControlFlowEdge> ControlFlowNode.PredecessorIterator._innerIterator
private Iterator
<ControlFlowEdge> ControlFlowNode.SuccessorIterator._innerIterator
private final List
<ControlFlowEdge> ControlFlowNode._outgoing
Methods in com.strobel.assembler.flowanalysis that return ControlFlowEdgeModifier and TypeMethodDescriptionprivate ControlFlowEdge
ControlFlowGraphBuilder.createEdge
(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type) private ControlFlowEdge
ControlFlowGraphBuilder.createEdge
(ControlFlowNode fromNode, Instruction toInstruction, JumpType type) Methods in com.strobel.assembler.flowanalysis that return types with arguments of type ControlFlowEdgeModifier and TypeMethodDescriptionfinal List
<ControlFlowEdge> ControlFlowNode.getIncoming()
final List
<ControlFlowEdge> ControlFlowNode.getOutgoing()
-
Uses of ControlFlowEdge in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return ControlFlowEdgeModifier and TypeMethodDescriptionprivate ControlFlowEdge
ExceptionHandlerMapper.createEdge
(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type) private ControlFlowEdge
ExceptionHandlerMapper.createEdge
(ControlFlowNode fromNode, Instruction toInstruction, JumpType type)