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

Method length

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

256 * {@inheritDoc}
257 */
258 @Override
259 public int length() {
260 return toString().length();
261 }
262
263 /**
264 * {@inheritDoc}

Callers 15

padNumberMethod · 0.45
createFragmentMapMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
padNumberMethod · 0.45
mainMethod · 0.45
revcompClass · 0.45
doCallMethod · 0.45
testConverterMethod · 0.45
hasContentsMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by 7

doCallMethod · 0.36
testConverterMethod · 0.36
hasContentsMethod · 0.36
computeMethod · 0.36
tailleMethod · 0.36