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 Summary
Constructors Constructor Description Java6()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getVersion()
Deprecated.Gives the version the plugin is made for-
Methods inherited from class org.codehaus.groovy.vmplugin.v5.Java5
checkAccessible, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.codehaus.groovy.vmplugin.VMPlugin
getDefaultImportClasses
-
-
-
-
Method Detail
-
getVersion
public int getVersion()
Deprecated.Description copied from interface:VMPlugin
Gives the version the plugin is made for- Specified by:
getVersion
in interfaceVMPlugin
- Overrides:
getVersion
in classJava5
- Returns:
- 7 for jdk7, 8 for jdk8, 9 for jdk9 or higher
-
-