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

Method getText

src/main/java/org/codehaus/groovy/ast/ClassNode.java:468–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466 //--------------------------------------------------------------------------
467
468 @Override
469 public String getText() {
470 return getName();
471 }
472
473 /**
474 * Returns the fully-qualified name of this class after following any redirects.

Callers 3

equalsMethod · 0.95
hashCodeMethod · 0.95

Calls 1

getNameMethod · 0.95

Tested by

no test coverage detected