Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KJS::LabelStack Class Reference

The "label set" in Ecma-262 spec. More...

#include <internal.h>

List of all members.

Public Methods

bool push (const UString &id)
bool contains (const UString &id) const
void pop ()


Detailed Description

The "label set" in Ecma-262 spec.

Definition at line 287 of file internal.h.


Member Function Documentation

bool KJS::LabelStack::contains const UString   id const
 

Is the id in the stack?

void KJS::LabelStack::pop  
 

Removes from the stack the last pushed id (what else?)

bool KJS::LabelStack::push const UString   id
 

If id is not empty and is not in the stack already, puts it on top of the stack and returns true, otherwise returns false


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:34 2003 for kdelibs by doxygen1.2.18