Uses of Class
com.strobel.assembler.ir.FlowControl
-
Packages that use FlowControl Package Description com.strobel.assembler.ir -
-
Uses of FlowControl in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FlowControl Modifier and Type Field Description private FlowControl
OpCode. _flowControl
Methods in com.strobel.assembler.ir that return FlowControl Modifier and Type Method Description FlowControl
OpCode. getFlowControl()
static FlowControl
FlowControl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlowControl[]
FlowControl. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.strobel.assembler.ir with parameters of type FlowControl Constructor Description OpCode(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)
-