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 SummaryModifier and Type Method Description intgetVersion()Deprecated.Gives the version the plugin is made forMethods inherited from class org.codehaus.groovy.vmplugin.v5.Java5checkAccessible, checkCanSetAccessible, configureAnnotation, configureAnnotationFromDefinition, configureAnnotationNodeFromDefinition, configureClassNode, configureTypeVariableDefinition, configureTypeVariableReference, fillParameterNames, getElementCode, getInvokeSpecialHandle, getPluginDefaultGroovyMethods, getPluginStaticGroovyMethods, invalidateCallSites, invokeHandle, makeParameter, processParameters, setAdditionalClassInformation, transformMetaMethod, transformMetaMethod, trySetAccessibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.groovy.vmplugin.VMPlugingetDefaultImportClasses
- 
Constructor Details- 
Java6public Java6()Deprecated.
 
- 
- 
Method Details- 
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
 
 
-