net.sf.tomp.pp.wiki
Class AbstractWikiReader.EStack

java.lang.Object
  extended bynet.sf.tomp.pp.wiki.AbstractWikiReader.EStack
Enclosing class:
AbstractWikiReader

public class AbstractWikiReader.EStack
extends java.lang.Object


Constructor Summary
AbstractWikiReader.EStack()
           
 
Method Summary
 boolean isEmpty()
           
 AbstractWikiReader.Element pop()
           
 void push(AbstractWikiReader.Element e)
           
 AbstractWikiReader.Element top()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWikiReader.EStack

public AbstractWikiReader.EStack()
Method Detail

push

public void push(AbstractWikiReader.Element e)

pop

public AbstractWikiReader.Element pop()

top

public AbstractWikiReader.Element top()

isEmpty

public boolean isEmpty()


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.