public class CallStack extends ImmutableStack<CallerSiteContext> implements StateMachine.State
Modifier | Constructor and Description |
---|---|
protected |
CallStack(CallerSiteContext[] entries) |
Modifier and Type | Method and Description |
---|---|
static CallStack |
emptyCallStack() |
protected CallerSiteContext[] |
makeInternalArray(int size) |
protected CallStack |
makeStack(CallerSiteContext[] tmpEntries) |
CallStack |
pop() |
CallStack |
push(CallerSiteContext entry) |
contains, emptyStack, equals, get, getMaxSize, hashCode, isEmpty, iterator, peek, popAll, pushAll, replaceTop, reverse, size, topMatches, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected CallStack(CallerSiteContext[] entries)
public static CallStack emptyCallStack()
protected CallStack makeStack(CallerSiteContext[] tmpEntries)
makeStack
in class ImmutableStack<CallerSiteContext>
protected CallerSiteContext[] makeInternalArray(int size)
makeInternalArray
in class ImmutableStack<CallerSiteContext>
public CallStack pop()
pop
in class ImmutableStack<CallerSiteContext>
public CallStack push(CallerSiteContext entry)
push
in class ImmutableStack<CallerSiteContext>