Uses of Enum Class
com.strobel.assembler.flowanalysis.JumpType
Packages that use JumpType
-
Uses of JumpType in com.strobel.assembler.flowanalysis
Subclasses with type arguments of type JumpType in com.strobel.assembler.flowanalysisFields in com.strobel.assembler.flowanalysis declared as JumpTypeMethods 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.Methods in com.strobel.assembler.flowanalysis with parameters of type JumpTypeModifier and TypeMethodDescriptionprivate ControlFlowEdgeControlFlowGraphBuilder.createEdge(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type) private ControlFlowEdgeControlFlowGraphBuilder.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 ControlFlowEdgeExceptionHandlerMapper.createEdge(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type) private ControlFlowEdgeExceptionHandlerMapper.createEdge(ControlFlowNode fromNode, Instruction toInstruction, JumpType type)