Uses of Enum Class
com.strobel.assembler.flowanalysis.JumpType
Packages that use JumpType
-
Uses of JumpType in com.strobel.assembler.flowanalysis
Fields in com.strobel.assembler.flowanalysis declared as JumpTypeMethods in com.strobel.assembler.flowanalysis that return JumpTypeModifier and TypeMethodDescriptionfinal JumpType
ControlFlowEdge.getType()
static JumpType
Returns 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.Methods in com.strobel.assembler.flowanalysis with parameters of type JumpTypeModifier and TypeMethodDescriptionprivate ControlFlowEdge
ControlFlowGraphBuilder.createEdge
(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type) private ControlFlowEdge
ControlFlowGraphBuilder.createEdge
(ControlFlowNode fromNode, Instruction toInstruction, JumpType type) Constructors in com.strobel.assembler.flowanalysis with parameters of type JumpTypeModifierConstructorDescriptionControlFlowEdge
(ControlFlowNode source, ControlFlowNode target, JumpType type) -
Uses of JumpType in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type JumpTypeModifier and TypeMethodDescriptionprivate ControlFlowEdge
ExceptionHandlerMapper.createEdge
(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type) private ControlFlowEdge
ExceptionHandlerMapper.createEdge
(ControlFlowNode fromNode, Instruction toInstruction, JumpType type)