Uses of Interface
dev.civl.mc.state.IF.StackEntry
Packages that use StackEntry
Package
Description
Module state is responsible for the creation and manipulation of
states of a CIVL model.
-
Uses of StackEntry in dev.civl.mc.state.IF
Methods in dev.civl.mc.state.IF that return StackEntryModifier and TypeMethodDescriptionProcessState.peekSecondLastStack()Returns the second top frame on the call stack.ProcessState.peekStack()Returns the top frame on the call stack.Methods in dev.civl.mc.state.IF that return types with arguments of type StackEntryModifier and TypeMethodDescriptionIterator<? extends StackEntry> ProcessState.bottomToTopIterator()Returns an iterator over the entries in the call stack from the bottom to the top.Iterable<? extends StackEntry> ProcessState.getStackEntries()Returns an iterable object over the entries in this stack.