JaCIL Framework API

Stack Constructor

Creates an empty stack state.

Overload List

Creates an empty stack state.

public Stack();

Creates a stack state from another standard stack state.

public Stack(Stack);

See Also

Stack Class | JaCIL.Compiler.Instruction Namespace