Class AbstractStackFrame.StackSequence

All Implemented Interfaces:
Serializable, Cloneable, Iterable<AbstractStackFrame>, Collection<AbstractStackFrame>, List<AbstractStackFrame>, RandomAccess, SequencedCollection<AbstractStackFrame>
Enclosing class:
AbstractStackFrame

public class AbstractStackFrame.StackSequence extends ArrayList<AbstractStackFrame>
A Sequence of AbstractStackFrame.
See Also:
  • Constructor Details

    • StackSequence

      public StackSequence()
  • Method Details

    • at

      public AbstractStackFrame at(int index)
      Returns the stack frame at the given index.
      Parameters:
      index - the index
      Returns:
      the stack frame