Uses of Class
org.jmlspecs.samples.stacks.BoundedStackException

Packages that use BoundedStackException
org.jmlspecs.samples.stacks   
 

Uses of BoundedStackException in org.jmlspecs.samples.stacks
 

Methods in org.jmlspecs.samples.stacks that throw BoundedStackException
 void BoundedStackInterface.pop()
           
 void BoundedStack.pop()
           
 void BoundedStackInterface.push(java.lang.Object x)
           
 void BoundedStack.push(java.lang.Object x)
           
 java.lang.Object BoundedStackInterface.top()
           
 java.lang.Object BoundedStack.top()