public class ScriptStackTrace extends LinkedList<IScriptDebugFrame>
Constructor and Description |
---|
ScriptStackTrace() |
Modifier and Type | Method and Description |
---|---|
ScriptStackTrace |
clone() |
add, add, addAll, addAll, addFirst, addLast, clear, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
iterator
equals, hashCode, listIterator, subList
containsAll, isEmpty, removeAll, retainAll, toString
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
public ScriptStackTrace clone()
clone
in class LinkedList<IScriptDebugFrame>