Uses of Class
com.strobel.reflection.emit.OperandType
-
Packages that use OperandType Package Description com.strobel.reflection.emit -
-
Uses of OperandType in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as OperandType Modifier and Type Field Description private OperandType
OpCode. _operandType
Methods in com.strobel.reflection.emit that return OperandType Modifier and Type Method Description OperandType
OpCode. getOperandType()
static OperandType
OperandType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OperandType[]
OperandType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.strobel.reflection.emit with parameters of type OperandType Constructor Description OpCode(int code, OperandType operandType)
-