JaCIL Framework API

Stack.Push Method 

Adds a class info to this set.

public void Push(
   StackObject info
);

Parameters

info
The class info to add.

Implements

IStack.Push

Remarks

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

See Also

Stack Class | JaCIL.Compiler.Instruction Namespace