Uses of Enum Class
com.strobel.reflection.emit.OpCode
Packages that use OpCode
-
Uses of OpCode in com.strobel.expressions
Fields in com.strobel.expressions declared as OpCode -
Uses of OpCode in com.strobel.reflection.emit
Subclasses with type arguments of type OpCode in com.strobel.reflection.emitFields in com.strobel.reflection.emit declared as OpCodeModifier and TypeFieldDescriptionprivate static OpCode[]OpCode._standardOpCodesprivate static OpCode[]OpCode._wideOpCodesMethods in com.strobel.reflection.emit that return OpCodeModifier and TypeMethodDescriptionstatic OpCodeOpCode.get(int code) Get the OpCode for a simple standard 1-byte opcode.private static OpCodeCodeGenerator.getLocalLoadOpCode(Type<?> type, int localIndex) private static OpCodeCodeGenerator.getLocalStoreOpCode(Type<?> type, int localIndex) private static OpCode[]OpCode.getOpcodeBlock(int prefix) OpCode.negate()static OpCodeReturns the enum constant of this class with the specified name.static OpCode[]OpCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.reflection.emit with parameters of type OpCodeModifier and TypeMethodDescriptionvoidCodeGenerator.call(OpCode opCode, MethodInfo method) void/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////voidvoidvoidvoidvoidvoidvoidCodeGenerator.emit(OpCode opCode, ConstructorInfo constructor) voidvoidvoidCodeGenerator.emit(OpCode opCode, MethodInfo method) voidvoid(package private) voidCodeGenerator.internalEmit(OpCode opCode) static RuntimeExceptionError.invalidBranchOpCode(OpCode opCode) (package private) final voidCodeGenerator.updateStackSize(OpCode opCode, int stackChange)