Uses of Enum Class
com.strobel.assembler.ir.FlowControl
Packages that use FlowControl
-
Uses of FlowControl in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FlowControlMethods in com.strobel.assembler.ir that return FlowControlModifier and TypeMethodDescriptionOpCode.getFlowControl()
static FlowControl
Returns the enum constant of this class with the specified name.static FlowControl[]
FlowControl.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.strobel.assembler.ir with parameters of type FlowControlModifierConstructorDescriptionprivate
OpCode
(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)