Uses of Class
com.strobel.assembler.ir.OpCodeType
-
Packages that use OpCodeType Package Description com.strobel.assembler.ir -
-
Uses of OpCodeType in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as OpCodeType Modifier and Type Field Description private OpCodeType
OpCode. _opCodeType
Methods in com.strobel.assembler.ir that return OpCodeType Modifier and Type Method Description OpCodeType
OpCode. getOpCodeType()
static OpCodeType
OpCodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OpCodeType[]
OpCodeType. 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 OpCodeType Constructor Description OpCode(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)
-