Class CallStack
- All Implemented Interfaces:
StateMachine.State
,Iterable<CallerSiteContext>
Representation for a calling context.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CallStack
protected CallerSiteContext[]
makeInternalArray
(int size) protected CallStack
makeStack
(CallerSiteContext[] tmpEntries) pop()
push
(CallerSiteContext entry) Methods inherited from class com.ibm.wala.util.collections.ImmutableStack
contains, emptyStack, equals, get, getMaxSize, hashCode, isEmpty, iterator, peek, popAll, pushAll, replaceTop, reverse, size, topMatches, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CallStack
-
-
Method Details
-
emptyCallStack
-
makeStack
- Overrides:
makeStack
in classImmutableStack<CallerSiteContext>
-
makeInternalArray
- Overrides:
makeInternalArray
in classImmutableStack<CallerSiteContext>
-
pop
- Overrides:
pop
in classImmutableStack<CallerSiteContext>
-
push
- Overrides:
push
in classImmutableStack<CallerSiteContext>
-