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

Method getEndOffset

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

Returns the char offset of the source position immediately after this syntax node.

()

Source from the content-addressed store, hash-verified

83
84 /** Returns the char offset of the source position immediately after this syntax node. */
85 public abstract int getEndOffset();
86
87 /** Returns the location of the source position immediately after this syntax node. */
88 public final Location getEndLocation() {

Callers 9

getEndLocationMethod · 0.95
getTextMethod · 0.45
assertLocationMethod · 0.45
testAssignLocationMethod · 0.45
testFuncallLocationMethod · 0.45
visitMethod · 0.45
parseSmallStatementMethod · 0.45

Calls

no outgoing calls

Tested by 6

getTextMethod · 0.36
assertLocationMethod · 0.36
testAssignLocationMethod · 0.36
testFuncallLocationMethod · 0.36
visitMethod · 0.36