public final class ElementStackTrace extends ArrayList<cz.cuni.amis.pogamut.sposh.engine.StackElement>
modCount| Constructor and Description |
|---|
ElementStackTrace() |
| Modifier and Type | Method and Description |
|---|---|
void |
cutDownToExcluding(cz.cuni.amis.pogamut.sposh.engine.ElementExecutor executor)
Pops all elements until 'executor' is encountered.
|
void |
cutDownToIncluding(cz.cuni.amis.pogamut.sposh.engine.ElementExecutor executor)
Pops all elements until 'executor' is encountered.
|
cz.cuni.amis.pogamut.sposh.engine.StackElement |
peek() |
cz.cuni.amis.pogamut.sposh.engine.StackElement |
pop() |
void |
printStackTrace() |
void |
push(cz.cuni.amis.pogamut.sposh.engine.StackElement element) |
void |
removeAllElements() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic void printStackTrace()
public void push(cz.cuni.amis.pogamut.sposh.engine.StackElement element)
public cz.cuni.amis.pogamut.sposh.engine.StackElement pop()
public cz.cuni.amis.pogamut.sposh.engine.StackElement peek()
public void removeAllElements()
public void cutDownToIncluding(cz.cuni.amis.pogamut.sposh.engine.ElementExecutor executor)
executor - public void cutDownToExcluding(cz.cuni.amis.pogamut.sposh.engine.ElementExecutor executor)
executor - public String toString()
toString in class AbstractCollection<cz.cuni.amis.pogamut.sposh.engine.StackElement>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.