JaCIL Framework API

StackObject.Merge Method 

Creates a stack object representing the merging of this stack object with another.

public virtual StackObject Merge(
   StackObject other
);

Parameters

other
The other stack object to merge with.

Return Value

A stack object with the merged state.

Exceptions

Exception Type Condition
StackStateException Thrown if the types are not compatible.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace