| Top |  |  |  |  | 
| gchar * | xb_stack_to_string () | 
| XbOpcode * | xb_stack_pop () | 
| gboolean | xb_stack_push () | 
| gboolean | xb_stack_push_steal () | 
gchar *
xb_stack_to_string (XbStack *self);
Returns a string representing a stack.
Since: 0.1.4
gboolean xb_stack_push (XbStack *self,XbOpcode *opcode);
Pushes a new opcode onto the end of the stack
Since: 0.1.3