Class ProcStack

All Implemented Interfaces:
Serializable, Cloneable, Iterable<PsyProc>, Collection<PsyProc>, List<PsyProc>, RandomAccess

public class ProcStack extends Stack<PsyProc>
An interpreter’s procedure stack.
See Also:
  • Constructor Details

    • ProcStack

      public ProcStack()