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

Method getDescription

src/main/java/org/codehaus/groovy/syntax/CSTNode.java:326–328  ·  view source on GitHub ↗

Returns a human-readable description of this node's semantic meaning. @return a description string from Types

()

Source from the content-addressed store, hash-verified

324 * @return a description string from {@link Types}
325 */
326 public String getDescription() {
327 return Types.getDescription(getMeaning());
328 }
329
330 /**
331 * Returns the starting line number of this node in the source.

Callers

nothing calls this directly

Calls 2

getDescriptionMethod · 0.95
getMeaningMethod · 0.95

Tested by

no test coverage detected