|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.projectory.koivima.core.DataStack
public class DataStack
A simple data / result stack for this virtual machine
| Field Summary | |
|---|---|
protected java.util.Stack<Element> |
dataElements
stack for the data |
| Constructor Summary | |
|---|---|
DataStack()
|
|
| Method Summary | |
|---|---|
Element |
pop()
Removes an element from this stack |
void |
push(Element element)
Puts an Element onto this stack. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Stack<Element> dataElements
| Constructor Detail |
|---|
public DataStack()
| Method Detail |
|---|
public void push(Element element)
public Element pop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||