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

Method setValue

src/main/java/net/starlark/java/syntax/Lexer.java:164–166  ·  view source on GitHub ↗
(Object value)

Source from the content-addressed store, hash-verified

162 // setValue sets the value associated with a STRING, FLOAT, INT,
163 // IDENTIFIER, or COMMENT token, and records the raw text of the token.
164 private void setValue(Object value) {
165 this.value = value;
166 }
167
168 /** Returns the raw input text associated with the current token. */
169 String getRaw() {

Callers 6

escapedStringLiteralMethod · 0.95
stringLiteralMethod · 0.95
docCommentsMethod · 0.95
identifierOrKeywordMethod · 0.95
tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected