Calitha GOLD Parser Engine Documentation

TokenStack.Push Method 

Pushes an item on the stack.

public virtual void Push(
   Token token
);

Parameters

token
The items that will be pushed.

See Also

TokenStack Class | com.calitha.goldparser Namespace