JaCIL Framework API

InstructionStream Constructor (IInstructionContext, IStack, IStack)

Creates the stream.

public InstructionStream(
   IInstructionContext context,
   IStack preStackRep,
   IStack postStackRep
);

Parameters

context
The context for this stream item. May be null.
preStackRep
The stack of this stream before op. May be null.
postStackRep
The stack of this stream after op. May be null.

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace | InstructionStream Constructor Overload List