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._incomingprivate final List<ControlFlowEdge> ControlFlowNode._outgoingMethods in com.strobel.decompiler.languages.java.analysis that return ControlFlowEdgeModifier and TypeMethodDescription(package private) final ControlFlowEdgeControlFlowGraphBuilder.NodeCreationVisitor.connect(ControlFlowNode from, ControlFlowNode to) (package private) final ControlFlowEdgeControlFlowGraphBuilder.NodeCreationVisitor.connect(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type) protected ControlFlowEdgeControlFlowGraphBuilder.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.edgeStatusMethods in com.strobel.decompiler.languages.java.ast with parameters of type ControlFlowEdgeModifier and TypeMethodDescriptionprivate voidDefiniteAssignmentAnalysis.changeEdgeStatus(ControlFlowEdge edge, DefiniteAssignmentStatus newStatus)