Class StackAbstractState<AbstractSpaceT extends AbstractState<AbstractSpaceT>>

    • Field Summary

      • Fields inherited from class java.util.Vector

        capacityIncrement, elementCount, elementData
      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StackAbstractState<AbstractSpaceT> copy()
      Creates a copy of itself.
      boolean isLessOrEqual​(StackAbstractState<AbstractSpaceT> abstractState)
      Compares itself to the abstractState (i.e., compare the states on the partial order provided by the domain of the analysis).
      StackAbstractState<AbstractSpaceT> join​(StackAbstractState<AbstractSpaceT> abstractState)
      Computes a join over itself and another abstract state abstractState (i.e., finds the least upper bound on the semilattice).
      AbstractSpaceT peek​(int index)
      Returns the indexth element from the top of the stack.
      AbstractSpaceT peekOrDefault​(int index, AbstractSpaceT defaultState)
      Returns the indexth element from the top of the stack.
      AbstractSpaceT popOrDefault​(AbstractSpaceT defaultState)
      Removes the top of the stack and returns it.
      • Methods inherited from class java.util.Stack

        empty, peek, pop, push, search
      • Methods inherited from class java.util.Vector

        add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray