|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunitx.ddtunit.data.processing.ActionStack
public class ActionStack
Stack containing all ActionBase
s
generated during parsing xml structure.
Field Summary | |
---|---|
protected IAction |
first
|
protected IAction |
last
|
Constructor Summary | |
---|---|
ActionStack()
|
Method Summary | |
---|---|
boolean |
isEmpty()
check if record stack is empty. |
IAction |
peek()
Retrieve last element on stack without deleting it from stack |
IAction |
pop()
Retrieve last element on stack and delete it on stack. |
IAction |
process()
|
void |
push(IAction action)
Push new element on stack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IAction first
protected IAction last
Constructor Detail |
---|
public ActionStack()
Method Detail |
---|
public void push(IAction action)
action
- to addpublic IAction pop()
pop
in interface ILinkChangeListener
public IAction peek()
public boolean isEmpty()
public IAction process()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |