MCPcopy
hub / github.com/bazelbuild/bazel / getLocation

Method getLocation

src/main/java/net/starlark/java/eval/Debug.java:150–150  ·  view source on GitHub ↗

Returns the location of the current program counter.

()

Source from the content-addressed store, hash-verified

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();

Callers 15

linenumsMethod · 0.65
checkOffsetMethod · 0.65
formatDebugFrameMethod · 0.65
getLbracketLocationMethod · 0.65
getOperatorLocationMethod · 0.65
getLocationMethod · 0.65
getStartLocationMethod · 0.65
getEndLocationMethod · 0.65
getOperatorLocationMethod · 0.65
errorMethod · 0.65
docCommentsMethod · 0.65
getDotLocationMethod · 0.65

Implementers 1

Framesrc/main/java/net/starlark/java/eval/S

Calls

no outgoing calls

Tested by 3

linenumsMethod · 0.52
checkOffsetMethod · 0.52
formatDebugFrameMethod · 0.52