Package org.codehaus.groovy.vmplugin.v6
Class Java6
- java.lang.Object
- 
- org.codehaus.groovy.vmplugin.v5.Java5
- 
- org.codehaus.groovy.vmplugin.v6.Java6
 
 
- 
- All Implemented Interfaces:
- VMPlugin
 - Direct Known Subclasses:
- Java7
 
 @Deprecated public class Java6 extends Java5 Deprecated.Java 6 based functions. M12n moved these to modules.
- 
- 
Constructor SummaryConstructors Constructor Description Java6()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetVersion()Deprecated.Gives the version the plugin is made for- 
Methods inherited from class org.codehaus.groovy.vmplugin.v5.Java5checkAccessible, checkCanSetAccessible, configureAnnotation, configureAnnotationFromDefinition, configureAnnotationNodeFromDefinition, configureClassNode, configureTypeVariableDefinition, configureTypeVariableReference, getElementCode, getInvokeSpecialHandle, getPluginDefaultGroovyMethods, getPluginStaticGroovyMethods, invalidateCallSites, invokeHandle, makeParameter, processParameters, setAdditionalClassInformation, transformMetaMethod, transformMetaMethod, trySetAccessible
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.codehaus.groovy.vmplugin.VMPlugingetDefaultImportClasses
 
- 
 
- 
- 
- 
Method Detail- 
getVersionpublic int getVersion() Deprecated.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
 
 
- 
 
-