Gets the execution stack for this instance. @return non-null; the execution stack
()
| 133 | * @return {@code non-null;} the execution stack |
| 134 | */ |
| 135 | public ExecutionStack getStack() { |
| 136 | return stack; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Returns the largest subroutine nesting this block may be in. An |
no outgoing calls
no test coverage detected