Uses of Enum Class
com.strobel.assembler.flowanalysis.JumpType
Packages that use JumpType
-
Uses of JumpType in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis that return JumpTypeModifier and TypeMethodDescriptionfinal JumpTypeControlFlowEdge.getType()static JumpTypeReturns the enum constant of this class with the specified name.static JumpType[]JumpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.strobel.assembler.flowanalysis with parameters of type JumpTypeModifierConstructorDescriptionControlFlowEdge(ControlFlowNode source, ControlFlowNode target, JumpType type)