JaCIL Framework API

Stack.Merge Method 

Returns whether this stack state is mergeable with another.

public void Merge(
   IStack other
);

Parameters

other
The stack to merge with.

Implements

IStack.Merge

Remarks

If successful, this operation merges the state of the other stack and changes this one. The parameter should not be mutated as a result of this operation.

Exceptions

Exception Type Condition
StackStateException Thrown if there is a problem merging the stack.

See Also

Stack Class | JaCIL.Compiler.Instruction Namespace