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

Method getStartOffset

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

Returns the node's start offset, as a char index (zero-based count of UTF-16 codes) from the start of the file.

()

Source from the content-addressed store, hash-verified

75 * start of the file.
76 */
77 public abstract int getStartOffset();
78
79 /** Returns the location of the start of this syntax node. */
80 public final Location getStartLocation() {

Callers 6

getStartLocationMethod · 0.95
getTextMethod · 0.45
assertLocationMethod · 0.45
parseSmallStatementMethod · 0.45

Calls

no outgoing calls

Tested by 2

getTextMethod · 0.36
assertLocationMethod · 0.36