JaCIL Framework API

IndirectOperationEmitter Constructor 

Creates the emitter.

public IndirectOperationEmitter(
   bool isStoreOp,
   StackObject pointerObj
);

Parameters

isStoreOp
Whether this is a store operation.
pointerObj
The stack object representing the pointer.

See Also

IndirectOperationEmitter Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace