Package org.codehaus.groovy.vmplugin.v10
Class Java10
java.lang.Object
org.codehaus.groovy.vmplugin.v8.Java8
org.codehaus.groovy.vmplugin.v9.Java9
org.codehaus.groovy.vmplugin.v10.Java10
- All Implemented Interfaces:
- VMPlugin
- Direct Known Subclasses:
- Java16
- 
Field SummaryFields inherited from class org.codehaus.groovy.vmplugin.v8.Java8elementTypeToTarget
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.codehaus.groovy.vmplugin.v9.Java9checkAccessible, checkCanSetAccessible, getDefaultImportClasses, getLookupConstructor, getPrivateLookup, newLookup, transformMetaMethod, trySetAccessibleMethods inherited from class org.codehaus.groovy.vmplugin.v8.Java8configureAnnotation, configureAnnotationNodeFromDefinition, configureClassNode, configureTypeVariableDefinition, configureTypeVariableReference, doPrivileged, doPrivileged, fillParameterNames, getInvokeSpecialHandle, getPluginStaticGroovyMethods, getValue, invalidateCallSites, invokeHandle, makeClassNode, makeRecordComponents, of, setAdditionalClassInformation, toAnnotationNode, transformMetaMethodMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.groovy.vmplugin.VMPlugingetRecordComponentNames
- 
Constructor Details- 
Java10public Java10()
 
- 
- 
Method Details- 
getVersionpublic int getVersion()Description copied from interface:VMPluginGives the version the plugin is made for- Specified by:
- getVersionin interface- VMPlugin
- Overrides:
- getVersionin class- Java9
- Returns:
- 7 for jdk7, 8 for jdk8, 9 for jdk9 or higher
 
- 
getPluginDefaultGroovyMethods- Specified by:
- getPluginDefaultGroovyMethodsin interface- VMPlugin
- Overrides:
- getPluginDefaultGroovyMethodsin class- Java9
 
 
-