@FunctionalInterface
public interface CodePathFactory
extends java.io.Serializable
CodePath given the current
Protelis stack status.| Modifier and Type | Method and Description |
|---|---|
CodePath |
createCodePath(gnu.trove.list.TIntList callStackIdentifiers,
gnu.trove.stack.TIntStack callStackSizes)
Creates a
CodePath for the current stack status. |
CodePath createCodePath(gnu.trove.list.TIntList callStackIdentifiers, gnu.trove.stack.TIntStack callStackSizes)
CodePath for the current stack status.callStackIdentifiers - the stack frames identifierscallStackSizes - the stack frame sizes, by frameCodePath