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

Method toString

src/main/java/groovy/lang/GString.java:72–75  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

70 * {@inheritDoc}
71 */
72 @Override
73 public String toString() {
74 return EMPTY_STRING;
75 }
76 };
77
78 private final Object[] values;

Callers 15

testAppendStringMethod · 0.95
testAppendString2Method · 0.95
testAppendGStringMethod · 0.95
testAppendGString2Method · 0.95
invokeMethodMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95
compareToMethod · 0.95
charAtMethod · 0.95
lengthMethod · 0.95

Calls 3

calcInitialCapacityMethod · 0.95
writeToMethod · 0.95
toStringMethod · 0.95

Tested by 6

testAppendStringMethod · 0.76
testAppendString2Method · 0.76
testAppendGStringMethod · 0.76
testAppendGString2Method · 0.76