Returns the location of the current program counter.
()
| 148 | |
| 149 | /** Returns the location of the current program counter. */ |
| 150 | Location getLocation(); |
| 151 | |
| 152 | /** Returns the local environment of this frame. */ |
| 153 | ImmutableMap<String, Object> getLocals(); |
no outgoing calls