JaCIL Framework API

Stack.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.

public IStack Clone();

Return Value

The cloned object.

Implements

IStack.Clone

See Also

Stack Class | JaCIL.Compiler.Instruction Namespace