JaCIL Framework API

StackObject.CanMerge Method 

Returns whether or not this stack item is mergeable with another. Merging may consist of type promotion and as such is not the same as equality.

public virtual bool CanMerge(
   StackObject other
);

Parameters

other
The other stack object to compare merge capability with.

Return Value

A boolean indicating that a merge would be successful.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace