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
Methods in com.strobel.decompiler.languages.java.analysis that return ControlFlowEdgeTypeModifier and TypeMethodDescriptionfinal ControlFlowEdgeTypeControlFlowEdge.getType()static ControlFlowEdgeTypeReturns 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 TypeMethodDescriptionprotected ControlFlowEdgeControlFlowGraphBuilder.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)