Uses of Class
com.strobel.decompiler.languages.java.analysis.ControlFlowEdge
Packages that use ControlFlowEdge
Package
Description
-
Uses of ControlFlowEdge in com.strobel.decompiler.languages.java.analysis
Fields in com.strobel.decompiler.languages.java.analysis with type parameters of type ControlFlowEdgeModifier and TypeFieldDescriptionprivate final List
<ControlFlowEdge> ControlFlowNode._incoming
private final List
<ControlFlowEdge> ControlFlowNode._outgoing
Methods in com.strobel.decompiler.languages.java.analysis that return ControlFlowEdgeModifier and TypeMethodDescription(package private) final ControlFlowEdge
ControlFlowGraphBuilder.NodeCreationVisitor.connect
(ControlFlowNode from, ControlFlowNode to) (package private) final ControlFlowEdge
ControlFlowGraphBuilder.NodeCreationVisitor.connect
(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type) protected ControlFlowEdge
ControlFlowGraphBuilder.createEdge
(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type) Methods in com.strobel.decompiler.languages.java.analysis that return types with arguments of type ControlFlowEdge -
Uses of ControlFlowEdge in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type ControlFlowEdgeModifier and TypeFieldDescriptionprivate final LinkedHashMap
<ControlFlowEdge, DefiniteAssignmentStatus> DefiniteAssignmentAnalysis.edgeStatus
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ControlFlowEdgeModifier and TypeMethodDescriptionprivate void
DefiniteAssignmentAnalysis.changeEdgeStatus
(ControlFlowEdge edge, DefiniteAssignmentStatus newStatus)