JaCIL Framework API

IStack.Clone Method 

Clones this stack state. This method should perform a deep copy of the state, that is, a state mutation on the original callee should not affect the state on the cloned object.

IStack Clone();

Return Value

The cloned object.

See Also

IStack Interface | JaCIL.Compiler.Instruction Namespace