JaCIL Framework API

IStack.CanMerge Method 

Returns whether this stack state is mergeable with another.

bool CanMerge(
   IStack other
);

Parameters

other
The stack to merge with.

Return Value

A boolean indicating that the stack can be merged See Merge.

See Also

IStack Interface | JaCIL.Compiler.Instruction Namespace