Package org.codehaus.groovy.vmplugin.v9
Class Java9
- 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
- 
- org.codehaus.groovy.vmplugin.v9.Java9
 
 
 
 
 
- 
- 
Constructor SummaryConstructors Constructor Description Java9()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetVersion()Gives the version the plugin is made for- 
Methods inherited from class org.codehaus.groovy.vmplugin.v8.Java8fillParameterNames, getElementCode, getInvokeSpecialHandle, getPluginDefaultGroovyMethods, of
 - 
Methods inherited from class org.codehaus.groovy.vmplugin.v7.Java7invalidateCallSites, invokeHandle
 - 
Methods inherited from class org.codehaus.groovy.vmplugin.v5.Java5configureAnnotation, configureAnnotationFromDefinition, configureAnnotationNodeFromDefinition, configureClassNode, configureTypeVariableDefinition, configureTypeVariableReference, getPluginStaticGroovyMethods, setAdditionalClassInformation
 
- 
 
- 
- 
- 
Method Detail- 
getVersionpublic int getVersion() Description copied from interface:VMPluginGives the version the plugin is made for- Specified by:
- getVersionin interface- VMPlugin
- Overrides:
- getVersionin class- Java8
- Returns:
- 7 for jdk7, 8 for jdk8, 9 for jdk9 or higher
 
 
- 
 
-