JaCIL Framework API

InstructionStream Constructor

Creates the stream with a null context and null stack state.

Overload List

Creates the stream with a null context and null stack state.

public InstructionStream();

Creates the stream.

public InstructionStream(IInstructionContext,IStack,IStack);

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace