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