Uses of Enum Class
com.strobel.assembler.ir.OperandType
Packages that use OperandType
-
Uses of OperandType in com.strobel.assembler.ir
Subclasses with type arguments of type OperandType in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as OperandTypeMethods in com.strobel.assembler.ir that return OperandTypeModifier and TypeMethodDescriptionOpCode.getOperandType()static OperandTypeReturns 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 booleanInstruction.checkOperand(OperandType operandType, int value) private static booleanInstruction.checkOperand(OperandType operandType, DynamicCallSite callSite) private static booleanInstruction.checkOperand(OperandType operandType, FieldReference field) private static booleanInstruction.checkOperand(OperandType operandType, MethodReference method) private static booleanInstruction.checkOperand(OperandType operandType, TypeReference type) Constructors in com.strobel.assembler.ir with parameters of type OperandTypeModifierConstructorDescriptionprivateOpCode(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)