[Java] Class IndyArrayAccess
- org.codehaus.groovy.vmplugin.v8.IndyArrayAccess
public class IndyArrayAccess extends Object
Class for handling array access through invokedynamic using static callsite information
- Since:
- 2.5.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static MethodHandle |
arrayGet(MethodType type) | |
public static MethodHandle |
arraySet(MethodType type) | |
public static boolean |
notNegative(int index) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public static MethodHandle arrayGet(MethodType type)
public static MethodHandle arraySet(MethodType type)
public static boolean notNegative(int index)
© 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/v8/IndyArrayAccess.html