JaCIL Framework API

IStack.Push Method 

Adds a class info to this set.

void Push(
   StackObject info
);

Parameters

info
The class info to add.

Remarks

This is to simulate instructions that add items to the operand stack.

See Also

IStack Interface | JaCIL.Compiler.Instruction Namespace