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