Package org.codehaus.groovy.vmplugin.v8
Class Java8
- java.lang.Object
-
- org.codehaus.groovy.vmplugin.v5.Java5
-
- org.codehaus.groovy.vmplugin.v6.Java6
-
- org.codehaus.groovy.vmplugin.v7.Java7
-
- org.codehaus.groovy.vmplugin.v8.Java8
-
-
Constructor Summary
Constructors Constructor Description Java8()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVersion()
Gives the version the plguin is made for-
Methods inherited from class org.codehaus.groovy.vmplugin.v7.Java7
getInvokeSpecialHandle, invalidateCallSites, invokeHandle
-
Methods inherited from class org.codehaus.groovy.vmplugin.v5.Java5
configureAnnotation, configureClassNode, getPluginDefaultGroovyMethods, getPluginStaticGroovyMethods, setAdditionalClassInformation
-
-
-
-
Method Detail
-
getVersion
public int getVersion()
Description copied from interface:VMPlugin
Gives the version the plguin is made for- Specified by:
getVersion
in interfaceVMPlugin
- Overrides:
getVersion
in classJava7
- Returns:
- 5 for jdk5, 6 for jdk6, 7 for jdk7 or higher
-
-