de.uni_paderborn.fujaba.codegen.digester
Class PeekStack

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.digester.PeekStack

public class PeekStack
extends java.lang.Object

Class PeekStack

Version:
$Revision: 1.7 $
Author:
$Author: schneider $

Constructor Summary
PeekStack()
          Default Constructor
 
Method Summary
 void clear()
          No comment provided by developer, please add a comment to improve documentation.
 int getSize()
          Get the value of size.
 java.lang.Object peek()
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.Object peek(int nr)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.Object pop()
          No comment provided by developer, please add a comment to improve documentation.
 void push(java.lang.Object newObject)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeekStack

public PeekStack()
Default Constructor

Method Detail

getSize

public int getSize()
Get the value of size.

Returns:
Value of size.

pop

public java.lang.Object pop()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

peek

public java.lang.Object peek()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

peek

public java.lang.Object peek(int nr)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
nr - No description provided
Returns:
No description provided

push

public void push(java.lang.Object newObject)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
newObject - No description provided

clear

public void clear()
No comment provided by developer, please add a comment to improve documentation.


toString

public java.lang.String toString()
Returns:
short string representation of current object