Package org.codehaus.groovy.vmplugin.v8
Class Java8
java.lang.Object
org.codehaus.groovy.vmplugin.v8.Java8
- All Implemented Interfaces:
VMPlugin
- Direct Known Subclasses:
Java9
Deprecated, for removal: This API element is subject to removal in a future version.
Java 8 based functions.
- Since:
- 2.5.0
-
Constructor Summary
ConstructorsConstructorDescriptionJava8()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckAccessible(Class<?> callerClass, Class<?> declaringClass, int memberModifiers, boolean allowIllegalAccess) Deprecated, for removal: This API element is subject to removal in a future version.check whether the member can be accessed or notbooleancheckCanSetAccessible(AccessibleObject accessibleObject, Class<?> callerClass) Deprecated, for removal: This API element is subject to removal in a future version.The following scenarios can not set accessible, i.e.voidDeprecated, for removal: This API element is subject to removal in a future version.voidconfigureClassNode(CompileUnit compileUnit, ClassNode classNode) Deprecated, for removal: This API element is subject to removal in a future version.static GenericsTypeconfigureTypeVariableDefinition(ClassNode base, ClassNode[] bounds) Deprecated, for removal: This API element is subject to removal in a future version.static ClassNodeDeprecated, for removal: This API element is subject to removal in a future version.protected voidfillParameterNames(String[] names, Member member) Deprecated, for removal: This API element is subject to removal in a future version.getInvokeSpecialHandle(Method method, Object receiver) Deprecated, for removal: This API element is subject to removal in a future version.Returns a handle with bound receiver to invokeSpecial the given method.Class<?>[]Deprecated, for removal: This API element is subject to removal in a future version.Class<?>[]Deprecated, for removal: This API element is subject to removal in a future version.protected ExpressionDeprecated, for removal: This API element is subject to removal in a future version.Returns the initial expression for given field.intDeprecated, for removal: This API element is subject to removal in a future version.Gives the version the plugin is made forvoidDeprecated, for removal: This API element is subject to removal in a future version.invokeHandle(Object handle, Object[] arguments) Deprecated, for removal: This API element is subject to removal in a future version.Invokes a handle produced by #getInvokeSpecialdHandleprotected ClassNodemakeClassNode(CompileUnit cu, Type t, Class<?> c) Deprecated, for removal: This API element is subject to removal in a future version.protected voidmakeRecordComponents(CompileUnit cu, ClassNode classNode, Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.protected MethodHandles.LookupDeprecated, for removal: This API element is subject to removal in a future version.static MethodHandles.LookupDeprecated.voidDeprecated, for removal: This API element is subject to removal in a future version.protected AnnotationNodetoAnnotationNode(Annotation annotation) Deprecated, for removal: This API element is subject to removal in a future version.transformMetaMethod(MetaClass metaClass, MetaMethod metaMethod) Deprecated, for removal: This API element is subject to removal in a future version.transform meta method.transformMetaMethod(MetaClass metaClass, MetaMethod metaMethod, Class<?> caller) Deprecated, for removal: This API element is subject to removal in a future version.transform meta methodbooleanDeprecated, for removal: This API element is subject to removal in a future version.Set theaccessibleflag for this reflected object totrueif possible.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.groovy.vmplugin.VMPlugin
configureAnnotationNodeFromDefinition, getDefaultImportClasses, getRecordComponentNames
-
Constructor Details
-
Java8
public Java8()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
configureTypeVariableDefinition
Deprecated, for removal: This API element is subject to removal in a future version. -
configureTypeVariableReference
Deprecated, for removal: This API element is subject to removal in a future version. -
getPluginDefaultGroovyMethods
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPluginDefaultGroovyMethodsin interfaceVMPlugin
-
getPluginStaticGroovyMethods
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPluginStaticGroovyMethodsin interfaceVMPlugin
-
getVersion
public int getVersion()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VMPluginGives the version the plugin is made for- Specified by:
getVersionin interfaceVMPlugin- Returns:
- 7 for jdk7, 8 for jdk8, 9 for jdk9 or higher
-
setAdditionalClassInformation
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setAdditionalClassInformationin interfaceVMPlugin
-
configureAnnotation
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
configureAnnotationin interfaceVMPlugin
-
toAnnotationNode
Deprecated, for removal: This API element is subject to removal in a future version. -
configureClassNode
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
configureClassNodein interfaceVMPlugin
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.Returns the initial expression for given field.- Returns:
- value expression or null
- Since:
- 5.0.0
-
makeRecordComponents
Deprecated, for removal: This API element is subject to removal in a future version. -
makeClassNode
Deprecated, for removal: This API element is subject to removal in a future version. -
fillParameterNames
Deprecated, for removal: This API element is subject to removal in a future version. -
checkCanSetAccessible
Deprecated, for removal: This API element is subject to removal in a future version.The following scenarios can not set accessible, i.e. the return value is false 1) SecurityException occurred 2) the accessible object is a Constructor object for the Class class- Specified by:
checkCanSetAccessiblein interfaceVMPlugin- Parameters:
accessibleObject- the accessible object to checkcallerClass- the callerClass to invokesetAccessible- Returns:
- the check result
-
checkAccessible
public boolean checkAccessible(Class<?> callerClass, Class<?> declaringClass, int memberModifiers, boolean allowIllegalAccess) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VMPlugincheck whether the member can be accessed or not- Specified by:
checkAccessiblein interfaceVMPlugin- Parameters:
callerClass- callerClass the callerClass to invokesetAccessibledeclaringClass- the type of member ownermemberModifiers- modifiers of memberallowIllegalAccess- whether to allow illegal access- Returns:
- the result of checking
-
trySetAccessible
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VMPluginSet theaccessibleflag for this reflected object totrueif possible.- Specified by:
trySetAccessiblein interfaceVMPlugin- Parameters:
ao- the accessible object- Returns:
trueif theaccessibleflag is set totrue;falseif access cannot be enabled.
-
transformMetaMethod
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VMPlugintransform meta method.- Specified by:
transformMetaMethodin interfaceVMPlugin- Parameters:
metaClass- metaclassmetaMethod- the original meta method- Returns:
- the transformed meta method
-
transformMetaMethod
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VMPlugintransform meta method- Specified by:
transformMetaMethodin interfaceVMPlugin- Parameters:
metaClass- metaclassmetaMethod- the original meta methodcaller- caller class, whose method sets accessible for methods- Returns:
- the transformed meta method
-
invalidateCallSites
public void invalidateCallSites()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
invalidateCallSitesin interfaceVMPlugin
-
getInvokeSpecialHandle
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VMPluginReturns a handle with bound receiver to invokeSpecial the given method. This method will require at least Java 7, but since the source has to compile on older Java versions as well it is not marked to return a MethodHandle and uses Object instead- Specified by:
getInvokeSpecialHandlein interfaceVMPlugin- Returns:
- null in case of jdk<7, otherwise a handle that takes the method call arguments for the invokespecial call
-
invokeHandle
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VMPluginInvokes a handle produced by #getInvokeSpecialdHandle- Specified by:
invokeHandlein interfaceVMPlugin- Parameters:
handle- the handlearguments- arguments for the method call, can be empty but not null- Returns:
- the result of the method call
- Throws:
Throwable
-
of
Deprecated. -
newLookup
Deprecated, for removal: This API element is subject to removal in a future version.
-
Java17instead. Groovy 6.0 requires JDK 17+.