Uses of Class
com.strobel.decompiler.languages.java.analysis.ControlFlowEdge
-
Packages that use ControlFlowEdge Package Description com.strobel.decompiler.languages.java.analysis com.strobel.decompiler.languages.java.ast -
-
Uses of ControlFlowEdge in com.strobel.decompiler.languages.java.analysis
Fields in com.strobel.decompiler.languages.java.analysis with type parameters of type ControlFlowEdge Modifier and Type Field Description private java.util.List<ControlFlowEdge>
ControlFlowNode. _incoming
private java.util.List<ControlFlowEdge>
ControlFlowNode. _outgoing
Methods in com.strobel.decompiler.languages.java.analysis that return ControlFlowEdge Modifier and Type Method Description (package private) ControlFlowEdge
ControlFlowGraphBuilder.NodeCreationVisitor. connect(ControlFlowNode from, ControlFlowNode to)
(package private) 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 Modifier and Type Method Description java.util.List<ControlFlowEdge>
ControlFlowNode. getIncoming()
java.util.List<ControlFlowEdge>
ControlFlowNode. getOutgoing()
-
Uses of ControlFlowEdge in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type ControlFlowEdge Modifier and Type Field Description private java.util.LinkedHashMap<ControlFlowEdge,DefiniteAssignmentStatus>
DefiniteAssignmentAnalysis. edgeStatus
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ControlFlowEdge Modifier and Type Method Description private void
DefiniteAssignmentAnalysis. changeEdgeStatus(ControlFlowEdge edge, DefiniteAssignmentStatus newStatus)
-