Package org.codehaus.groovy.vmplugin.v6
Class Java6
- java.lang.Object
- 
- org.codehaus.groovy.vmplugin.v5.Java5
- 
- org.codehaus.groovy.vmplugin.v6.Java6
 
 
- 
- 
Constructor SummaryConstructors Constructor Description Java6()
 - 
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.v5.Java5configureAnnotation, configureAnnotationFromDefinition, configureAnnotationNodeFromDefinition, configureClassNode, configureTypeVariableDefinition, configureTypeVariableReference, fillParameterNames, getElementCode, getInvokeSpecialHandle, getPluginDefaultGroovyMethods, getPluginStaticGroovyMethods, invalidateCallSites, invokeHandle, 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- Java5
- Returns:
- 7 for jdk7, 8 for jdk8, 9 for jdk9 or higher
 
 
- 
 
-