JaCIL Framework API

Stack.CanMerge Method 

Returns whether this stack state is mergeable with another.

public bool CanMerge(
   IStack other
);

Parameters

other
The stack to merge with.

Return Value

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

Implements

IStack.CanMerge

See Also

Stack Class | JaCIL.Compiler.Instruction Namespace