JaCIL Framework API

IStack.Merge Method 

Returns whether this stack state is mergeable with another.

void Merge(
   IStack other
);

Parameters

other
The stack to merge with.

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

IStack Interface | JaCIL.Compiler.Instruction Namespace