MCPcopy Index your code
hub / github.com/apache/groovy / getText

Method getText

src/main/java/org/codehaus/groovy/syntax/Token.java:173–175  ·  view source on GitHub ↗

Returns the text content of this token. @return the token's text content

()

Source from the content-addressed store, hash-verified

171 * @return the token's text content
172 */
173 public String getText() {
174 return text;
175 }
176
177 /**
178 * Sets the text content of this token.

Callers 6

highlightMatchedMethod · 0.95
getRootTextMethod · 0.95
writeMethod · 0.95
actionPerformedMethod · 0.95
scanScriptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected