Package org.codehaus.groovy.vmplugin.v7
Class IndyArrayAccess
- java.lang.Object
-
- org.codehaus.groovy.vmplugin.v7.IndyArrayAccess
-
public class IndyArrayAccess extends Object
Class for handling array access through invokedynamic using static callsite information- Since:
- 2.5.0
-
-
Constructor Summary
Constructors Constructor Description IndyArrayAccess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MethodHandle
arrayGet(MethodType type)
static MethodHandle
arraySet(MethodType type)
static boolean
notNegative(int index)
-
-
-
Method Detail
-
notNegative
public static boolean notNegative(int index)
-
arrayGet
public static MethodHandle arrayGet(MethodType type)
-
arraySet
public static MethodHandle arraySet(MethodType type)
-
-