[Java] Class Java7
- org.codehaus.groovy.vmplugin.v7.Java7
@Deprecated public class Java7 extends Java6
Java 7 based functions.
For crude customization, you can add your own methods to your own version and place it on the classpath ahead of this one.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Object |
getInvokeSpecialHandle(Method method, Object receiver) | |
public int |
getVersion() | |
public void |
invalidateCallSites() | |
public Object |
invokeHandle(Object handle, Object[] args) |
Inherited Methods Summary
Method Detail
@Override public Object getInvokeSpecialHandle(Method method, Object receiver)
@Override public int getVersion()
@Override public void invalidateCallSites()
@Override public Object invokeHandle(Object handle, Object[] args)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/vmplugin/v7/Java7.html