Package org.codehaus.groovy.vmplugin.v8
Class IndyArrayAccess
java.lang.Object
org.codehaus.groovy.vmplugin.v8.IndyArrayAccess
Class for handling array access through invokedynamic using static callsite information
- Since:
- 2.5.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MethodHandle
arrayGet
(MethodType type) static MethodHandle
arraySet
(MethodType type) static boolean
notNegative
(int index)
-
Constructor Details
-
IndyArrayAccess
public IndyArrayAccess()
-
-
Method Details
-
notNegative
public static boolean notNegative(int index) -
arrayGet
-
arraySet
-