Uses of Enum Class
com.strobel.decompiler.languages.java.analysis.ControlFlowEdgeType
Packages that use ControlFlowEdgeType
-
Uses of ControlFlowEdgeType in com.strobel.decompiler.languages.java.analysis
Fields in com.strobel.decompiler.languages.java.analysis declared as ControlFlowEdgeTypeMethods in com.strobel.decompiler.languages.java.analysis that return ControlFlowEdgeTypeModifier and TypeMethodDescriptionfinal ControlFlowEdgeType
ControlFlowEdge.getType()
static ControlFlowEdgeType
Returns the enum constant of this class with the specified name.static ControlFlowEdgeType[]
ControlFlowEdgeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.decompiler.languages.java.analysis with parameters of type ControlFlowEdgeTypeModifier and TypeMethodDescription(package private) final ControlFlowEdge
ControlFlowGraphBuilder.NodeCreationVisitor.connect
(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type) protected ControlFlowEdge
ControlFlowGraphBuilder.createEdge
(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type) Constructors in com.strobel.decompiler.languages.java.analysis with parameters of type ControlFlowEdgeTypeModifierConstructorDescriptionControlFlowEdge
(ControlFlowNode from, ControlFlowNode to, ControlFlowEdgeType type)