public class CallStack extends com.ibm.wala.util.collections.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, toStringprotected CallStack(CallerSiteContext[] entries)
public static CallStack emptyCallStack()
protected CallStack makeStack(CallerSiteContext[] tmpEntries)
makeStack in class com.ibm.wala.util.collections.ImmutableStack<CallerSiteContext>protected CallerSiteContext[] makeInternalArray(int size)
makeInternalArray in class com.ibm.wala.util.collections.ImmutableStack<CallerSiteContext>public CallStack pop()
pop in class com.ibm.wala.util.collections.ImmutableStack<CallerSiteContext>public CallStack push(CallerSiteContext entry)
push in class com.ibm.wala.util.collections.ImmutableStack<CallerSiteContext>