MCPcopy Index your code
hub / github.com/bazelbuild/bazel / getEndLocation

Method getEndLocation

src/main/java/net/starlark/java/syntax/Node.java:88–90  ·  view source on GitHub ↗

Returns the location of the source position immediately after this syntax node.

()

Source from the content-addressed store, hash-verified

86
87 /** Returns the location of the source position immediately after this syntax node. */
88 public final Location getEndLocation() {
89 return locs.getLocation(getEndOffset());
90 }
91
92 /**
93 * Returns a pretty-printed representation of this syntax tree.

Calls 2

getEndOffsetMethod · 0.95
getLocationMethod · 0.65