JaCIL Framework API

Stack Constructor (Stack)

Creates a stack state from another standard stack state.

public Stack(
   Stack other
);

Parameters

other
The state to copy from.

See Also

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