EDU.ksu.cis.calculator.defaultmodel
Class Pop

java.lang.Object
  |
  +--EDU.ksu.cis.calculator.defaultmodel.Pop
All Implemented Interfaces:
Operation

public class Pop
extends Object
implements Operation

The pop operation. Objects of this class are used to encapsulate a pop request.

Author:
Rod Howell (howell@cis.ksu.edu)

Constructor Summary
Pop()
           
 
Method Summary
 int numOperands()
          Returns 1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pop

public Pop()
Method Detail

numOperands

public int numOperands()
Returns 1.

Specified by:
numOperands in interface Operation