Interface | Description |
---|---|
Stack |
Stack implementation used by the Protelis VM for tracking local variable
values during execution.
|
Class | Description |
---|---|
CodePath |
A CodePath is a trace from the root to some node in a VM execution tree.
|
StackImpl |
Basic implementation of a
Stack . |