Uses of Enum Class
com.strobel.assembler.ir.OpCodeType
Packages that use OpCodeType
-
Uses of OpCodeType in com.strobel.assembler.ir
Subclasses with type arguments of type OpCodeType in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as OpCodeTypeMethods in com.strobel.assembler.ir that return OpCodeTypeModifier and TypeMethodDescriptionOpCode.getOpCodeType()static OpCodeTypeReturns the enum constant of this class with the specified name.static OpCodeType[]OpCodeType.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 OpCodeTypeModifierConstructorDescriptionprivateOpCode(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)