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

Method getName

src/main/java/org/codehaus/groovy/control/SourceUnit.java:116–118  ·  view source on GitHub ↗

Returns the name for the SourceUnit. This name shouldn't be used for controlling the SourceUnit, it is only for error messages

()

Source from the content-addressed store, hash-verified

114 * messages
115 */
116 public String getName() {
117 return name;
118 }
119
120 /**
121 * Returns the Concrete Syntax Tree produced during parse()ing.

Callers 2

dequeuedMethod · 0.95
addClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected