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

Method getVersion

src/main/java/org/codehaus/groovy/vmplugin/VMPlugin.java:116–116  ·  view source on GitHub ↗

Gives the version the plugin is made for @return 7 for jdk7, 8 for jdk8, 9 for jdk9 or higher

()

Source from the content-addressed store, hash-verified

114 * @return 7 for jdk7, 8 for jdk8, 9 for jdk9 or higher
115 */
116 int getVersion();
117
118 /**
119 * Returns java version, e.g. 1.8, 9, 11, 17

Callers 15

getVersionMethod · 0.65
displayVersionMethod · 0.65
onModuleMethod · 0.65
StaticMetaClassSiteMethod · 0.65
checkCallMethod · 0.65
ConstructorSiteMethod · 0.65
checkCallMethod · 0.65
acceptGetPropertyMethod · 0.65
PojoMetaClassSiteMethod · 0.65
checkCallMethod · 0.65

Implementers 1

Java8src/main/java/org/codehaus/groovy/vmpl

Calls

no outgoing calls

Tested by

no test coverage detected