Uses of Enum Class
com.strobel.assembler.ir.OperandType
Packages that use OperandType
-
Uses of OperandType in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as OperandTypeMethods in com.strobel.assembler.ir that return OperandTypeModifier and TypeMethodDescriptionOpCode.getOperandType()
static OperandType
Returns the enum constant of this class with the specified name.static OperandType[]
OperandType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.assembler.ir with parameters of type OperandTypeModifier and TypeMethodDescriptionprivate static boolean
Instruction.checkOperand
(OperandType operandType, int value) private static boolean
Instruction.checkOperand
(OperandType operandType, DynamicCallSite callSite) private static boolean
Instruction.checkOperand
(OperandType operandType, FieldReference field) private static boolean
Instruction.checkOperand
(OperandType operandType, MethodReference method) private static boolean
Instruction.checkOperand
(OperandType operandType, TypeReference type) Constructors in com.strobel.assembler.ir with parameters of type OperandTypeModifierConstructorDescriptionprivate
OpCode
(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)