MCPcopy Create free account
hub / github.com/apache/groovy / getVersion

Method getVersion

src/main/java/groovy/lang/MetaClassImpl.java:3885–3887  ·  view source on GitHub ↗

Returns version of the contained Class @return The version of the contained class.

()

Source from the content-addressed store, hash-verified

3883 * @return The version of the contained class.
3884 */
3885 public int getVersion() {
3886 return theCachedClass.classInfo.getVersion();
3887 }
3888
3889 /**
3890 * Increments version of the contained Class

Callers

nothing calls this directly

Calls 1

getVersionMethod · 0.65

Tested by

no test coverage detected