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
-
-
Constructor Summary
Constructors Constructor Description Java10()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>[]
getPluginDefaultGroovyMethods()
-
Methods inherited from class org.codehaus.groovy.vmplugin.v9.Java9
checkAccessible, checkCanSetAccessible, getDefaultImportClasses, getVersion, newLookup, of, transformMetaMethod, trySetAccessible
-
Methods inherited from class org.codehaus.groovy.vmplugin.v8.Java8
configureAnnotation, configureAnnotationNodeFromDefinition, configureClassNode, configureTypeVariableDefinition, configureTypeVariableReference, getElementCode, getInvokeSpecialHandle, getPluginStaticGroovyMethods, invalidateCallSites, invokeHandle, makeParameter, processParameters, setAdditionalClassInformation, transformMetaMethod
-
-
-
-
Method Detail
-
getPluginDefaultGroovyMethods
public Class<?>[] getPluginDefaultGroovyMethods()
- Specified by:
getPluginDefaultGroovyMethods
in interfaceVMPlugin
- Overrides:
getPluginDefaultGroovyMethods
in classJava9
-
-